3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t=mktime(12,60,0); $r=date("H:i:s",$t); var_dump($r);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/IWfa3
function name:  (null)
number of ops:  15
compiled vars:  !0 = $t, !1 = $r
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'mktime'
          1        SEND_VAL                                                 12
          2        SEND_VAL                                                 60
          3        SEND_VAL                                                 0
          4        DO_ICALL                                         $2      
          5        ASSIGN                                                   !0, $2
    3     6        INIT_FCALL                                               'date'
          7        SEND_VAL                                                 'H%3Ai%3As'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $4      
         10        ASSIGN                                                   !1, $4
    4    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159 ms | 1398 KiB | 19 Q