|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull Requests
Pull requests:
HistoryAllCommentsChangesGit/SVN commits
[2013-05-15 23:01 UTC] vrana@php.net
-Assigned To:
+Assigned To: derick
[2013-05-15 23:01 UTC] vrana@php.net
[2013-09-12 13:25 UTC] nikic@php.net
-Status: Assigned
+Status: Closed
[2013-09-12 13:25 UTC] nikic@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 04:00:02 2025 UTC |
Description: ------------ It should return DateTimeImmutable. Test script: --------------- <?php echo get_class(DateTimeImmutable::createFromFormat('j-M-Y', '15-Feb-2009')); ?> Expected result: ---------------- DateTimeImmutable Actual result: -------------- DateTime