3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.96 ms | 1385 KiB | 17 Q