3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.68 ms | 1394 KiB | 17 Q