3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
197.12 ms | 2945 KiB | 15 Q