3v4l.org

run code in 300+ PHP versions simultaneously
<?php $stupid_date = '1421992'; echo "strptime($stupid_date) = " . strptime($stupid_date); echo "DateTime::createFromFormat('dmY', '$stupid_date')= ". DateTime::createFromFormat('dmY', $stupid_date);
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Function strptime() is deprecated in /in/s5E6t on line 5 Fatal error: Uncaught ArgumentCountError: strptime() expects exactly 2 arguments, 1 given in /in/s5E6t:5 Stack trace: #0 /in/s5E6t(5): strptime('1421992') #1 {main} thrown in /in/s5E6t on line 5
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
45.19 ms | 401 KiB | 8 Q