3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! echo strtotime("2013-07-09 02:58:53"); $datetime = strtotime("2013-07-09 02:58:53"); echo date("m/d/y g:i A", $datetime);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8tthg
function name:  (null)
number of ops:  14
compiled vars:  !0 = $datetime
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 '2013-07-09+02%3A58%3A53'
          2        DO_ICALL                                         $1      
          3        ECHO                                                     $1
    4     4        INIT_FCALL                                               'strtotime'
          5        SEND_VAL                                                 '2013-07-09+02%3A58%3A53'
          6        DO_ICALL                                         $2      
          7        ASSIGN                                                   !0, $2
    5     8        INIT_FCALL                                               'date'
          9        SEND_VAL                                                 'm%2Fd%2Fy+g%3Ai+A'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $4      
         12        ECHO                                                     $4
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.06 ms | 1394 KiB | 17 Q