3v4l.org

run code in 300+ PHP versions simultaneously
<?php $nonfatal = array( E_USER_WARNING => true, E_WARNING => true, E_USER_NOTICE => true, E_NOTICE => true, E_STRICT => true, ); if ( version_compare( PHP_VERSION, '5.3.0' ) >= 0 ) { // wrapper `constant( 'XXX' )` is used to avoid compile notices // on earlier PHP versions. $nonfatal[E_DEPRECATED] = true; $nonfatal[E_USER_DEPRECATED] = true; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 11
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
filename:       /in/jdIRb
function name:  (null)
number of ops:  12
compiled vars:  !0 = $nonfatal
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    9     1        INIT_FCALL                                               'version_compare'
          2        SEND_VAL                                                 '8.0.0'
          3        SEND_VAL                                                 '5.3.0'
          4        DO_ICALL                                         $2      
          5        IS_SMALLER_OR_EQUAL                                      0, $2
          6      > JMPZ                                                     ~3, ->11
   12     7    >   ASSIGN_DIM                                               !0, 8192
          8        OP_DATA                                                  <true>
   13     9        ASSIGN_DIM                                               !0, 16384
         10        OP_DATA                                                  <true>
   14    11    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.59 ms | 1398 KiB | 15 Q