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[constant( 'E_DEPRECATED' )] = true; $nonfatal[constant( 'E_USER_DEPRECATED') ] = true; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 17
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
filename:       /in/vrfsP
function name:  (null)
number of ops:  18
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, ->17
   12     7    >   INIT_FCALL                                               'constant'
          8        SEND_VAL                                                 'E_DEPRECATED'
          9        DO_ICALL                                         $4      
         10        ASSIGN_DIM                                               !0, $4
         11        OP_DATA                                                  <true>
   13    12        INIT_FCALL                                               'constant'
         13        SEND_VAL                                                 'E_USER_DEPRECATED'
         14        DO_ICALL                                         $6      
         15        ASSIGN_DIM                                               !0, $6
         16        OP_DATA                                                  <true>
   14    17    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.55 ms | 1394 KiB | 17 Q