3v4l.org

run code in 300+ PHP versions simultaneously
<?php //echo date('d-M-y'); //echo date('d-m-y H:i:s A' , strtotime( '29-APR-13 09.28.12.505032 pm')); $date = '29-APR-13 09.28.12.505032 PM'; $new_date = substr($date,0,18) + substr($date, 26,28); //$newDate = str_replace(substr($date, 18, 25), "", $date); echo $new_date;
Output for git.master, git.master_jit, rfc.property-hooks
Warning: A non-numeric value encountered in /in/Qmp2o on line 5 Fatal error: Uncaught TypeError: Unsupported operand types: string + string in /in/Qmp2o:5 Stack trace: #0 {main} thrown in /in/Qmp2o 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:
41.57 ms | 401 KiB | 8 Q