3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.59 ms | 1394 KiB | 15 Q