3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($index = 0; $index < 24; $index++) { var_dump(DateTime::createFromFormat('h:i A',$index.':00 AM')->getTimestamp()); }
Output for git.master, git.master_jit
int(1443391200) int(1443394800) int(1443398400) int(1443402000) int(1443405600) int(1443409200) int(1443412800) int(1443416400) int(1443420000) int(1443423600) int(1443427200) int(1443430800) int(1443391200) Fatal error: Uncaught Error: Call to a member function getTimestamp() on bool in /in/R3mAn:4 Stack trace: #0 {main} thrown in /in/R3mAn on line 4
Process exited with code 255.
Output for rfc.property-hooks
int(1443391200) int(1443394800) int(1443398400) int(1443402000) int(1443405600) int(1443409200) int(1443412800) int(1443416400) int(1443420000) int(1443423600) int(1443427200) int(1443430800) int(1443391200) Fatal error: Uncaught Error: Call to a member function getTimestamp() on false in /in/R3mAn:4 Stack trace: #0 {main} thrown in /in/R3mAn on line 4
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:
49.56 ms | 401 KiB | 8 Q