3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i = NULL; $i = $i / NULL; if($i==NULL){ var_dump("LOL"); } var_dump($i);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 8
Branch analysis from position: 5
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
filename:       /in/Etvpl
function name:  (null)
number of ops:  12
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, null
    6     1        DIV                                              ~2      !0, null
          2        ASSIGN                                                   !0, ~2
    9     3        IS_EQUAL                                                 !0, null
          4      > JMPZ                                                     ~4, ->8
   10     5    >   INIT_FCALL                                               'var_dump'
          6        SEND_VAL                                                 'LOL'
          7        DO_ICALL                                                 
   13     8    >   INIT_FCALL                                               'var_dump'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.03 ms | 1394 KiB | 15 Q