3v4l.org

run code in 300+ PHP versions simultaneously
<?php $monthNames = array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); $omonth = -1; $start = TRUE; print_r ($monthNames); print_r ($omonth); if ($start == True) {; print_r ("TRUE"); } $today = new DateTime("now");
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 14
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
filename:       /in/GUMig
function name:  (null)
number of ops:  19
compiled vars:  !0 = $monthNames, !1 = $omonth, !2 = $start, !3 = $today
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, -1
    4     2        ASSIGN                                                   !2, <true>
    5     3        INIT_FCALL                                               'print_r'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                                 
    6     6        INIT_FCALL                                               'print_r'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                                 
    7     9        BOOL                                             ~9      !2
         10      > JMPZ                                                     ~9, ->14
    8    11    >   INIT_FCALL                                               'print_r'
         12        SEND_VAL                                                 'TRUE'
         13        DO_ICALL                                                 
   10    14    >   NEW                                              $11     'DateTime'
         15        SEND_VAL_EX                                              'now'
         16        DO_FCALL                                      0          
         17        ASSIGN                                                   !3, $11
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
181.39 ms | 1395 KiB | 15 Q