3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start(); $includeReturn = include 'nonexistentfile'; var_dump(ob_get_clean()); var_dump($includeReturn);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/P9UFL
function name:  (null)
number of ops:  13
compiled vars:  !0 = $includeReturn
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'ob_start'
          1        DO_ICALL                                                 
    4     2        INCLUDE_OR_EVAL                                  $2      'nonexistentfile', INCLUDE
          3        ASSIGN                                                   !0, $2
    6     4        INIT_FCALL                                               'var_dump'
          5        INIT_FCALL                                               'ob_get_clean'
          6        DO_ICALL                                         $4      
          7        SEND_VAR                                                 $4
          8        DO_ICALL                                                 
    8     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.54 ms | 1394 KiB | 19 Q