3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.29 ms | 1385 KiB | 17 Q