3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start(); function level(){ echo 'Text that won\'t get displayed.'; } level(); echo "/n"; var_dump(ob_get_level()); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vqReH
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ob_start'
          1        DO_ICALL                                                 
    6     2        INIT_FCALL                                               'level'
          3        DO_FCALL                                      0          
    7     4        ECHO                                                     '%2Fn'
    8     5        INIT_FCALL                                               'var_dump'
          6        INIT_FCALL                                               'ob_get_level'
          7        DO_ICALL                                         $2      
          8        SEND_VAR                                                 $2
          9        DO_ICALL                                                 
    9    10      > RETURN                                                   1

Function level:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vqReH
function name:  level
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ECHO                                                     'Text+that+won%27t+get+displayed.'
    5     1      > RETURN                                                   null

End of function level

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.13 ms | 1397 KiB | 20 Q