3v4l.org

run code in 300+ PHP versions simultaneously
<?php $result["month"] = 11; $monthNum = sprintf("%02s", $result["month"]); $timestamp = mktime(0, 0, 0, $monthNum, 10); $monthName = date("F", $timestamp); echo $monthName;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/n5PnR
function name:  (null)
number of ops:  23
compiled vars:  !0 = $result, !1 = $monthNum, !2 = $timestamp, !3 = $monthName
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                               !0, 'month'
          1        OP_DATA                                                  11
    4     2        INIT_FCALL                                               'sprintf'
          3        SEND_VAL                                                 '%2502s'
          4        FETCH_DIM_R                                      ~5      !0, 'month'
          5        SEND_VAL                                                 ~5
          6        DO_ICALL                                         $6      
          7        ASSIGN                                                   !1, $6
    5     8        INIT_FCALL                                               'mktime'
          9        SEND_VAL                                                 0
         10        SEND_VAL                                                 0
         11        SEND_VAL                                                 0
         12        SEND_VAR                                                 !1
         13        SEND_VAL                                                 10
         14        DO_ICALL                                         $8      
         15        ASSIGN                                                   !2, $8
    6    16        INIT_FCALL                                               'date'
         17        SEND_VAL                                                 'F'
         18        SEND_VAR                                                 !2
         19        DO_ICALL                                         $10     
         20        ASSIGN                                                   !3, $10
    8    21        ECHO                                                     !3
         22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.92 ms | 1399 KiB | 19 Q