3v4l.org

run code in 300+ PHP versions simultaneously
<?php print_r(strtotime('2014-03-22 00:00:00-04')); echo "<br/>"; print_r(strtotime('2014-03-19 00:00:00-04'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/D2MUu
function name:  (null)
number of ops:  14
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'print_r'
          1        INIT_FCALL                                               'strtotime'
          2        SEND_VAL                                                 '2014-03-22+00%3A00%3A00-04'
          3        DO_ICALL                                         $0      
          4        SEND_VAR                                                 $0
          5        DO_ICALL                                                 
    4     6        ECHO                                                     '%3Cbr%2F%3E'
    5     7        INIT_FCALL                                               'print_r'
          8        INIT_FCALL                                               'strtotime'
          9        SEND_VAL                                                 '2014-03-19+00%3A00%3A00-04'
         10        DO_ICALL                                         $2      
         11        SEND_VAR                                                 $2
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.62 ms | 1394 KiB | 17 Q