3v4l.org

run code in 300+ PHP versions simultaneously
<?php $monthToInt = 8223; printf("Month to int:\n\tType: %s; Value: %d\nDate string: %s.\n", gettype($monthToInt), $monthToInt, date('F', $monthToInt));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WbDYc
function name:  (null)
number of ops:  13
compiled vars:  !0 = $monthToInt
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 8223
    3     1        INIT_FCALL                                               'printf'
          2        SEND_VAL                                                 'Month+to+int%3A%0A%09Type%3A+%25s%3B+Value%3A+%25d%0ADate+string%3A+%25s.%0A'
          3        GET_TYPE                                         ~2      !0
          4        SEND_VAL                                                 ~2
          5        SEND_VAR                                                 !0
          6        INIT_FCALL                                               'date'
          7        SEND_VAL                                                 'F'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $3      
         10        SEND_VAR                                                 $3
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.35 ms | 1394 KiB | 17 Q