3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(strtotime('2pm'), strtotime('2pm UTC'), strtotime('2pm GMT'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6bt1k
function name:  (null)
number of ops:  15
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'strtotime'
          2        SEND_VAL                                                 '2pm'
          3        DO_ICALL                                         $0      
          4        SEND_VAR                                                 $0
          5        INIT_FCALL                                               'strtotime'
          6        SEND_VAL                                                 '2pm+UTC'
          7        DO_ICALL                                         $1      
          8        SEND_VAR                                                 $1
          9        INIT_FCALL                                               'strtotime'
         10        SEND_VAL                                                 '2pm+GMT'
         11        DO_ICALL                                         $2      
         12        SEND_VAR                                                 $2
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.43 ms | 1385 KiB | 17 Q