3v4l.org

run code in 500+ PHP versions simultaneously
<?php function outputHandler($buffer) { echo "extra stuff\n"; return false; } ob_start("outputHandler"); echo "my data\n"; ob_end_flush();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/X91eu
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    8     0  E >   INIT_FCALL                                                   'ob_start'
          1        SEND_VAL                                                     'outputHandler'
          2        DO_ICALL                                                     
    9     3        ECHO                                                         'my+data%0A'
   10     4        INIT_FCALL                                                   'ob_end_flush'
          5        DO_ICALL                                                     
          6      > RETURN                                                       1

Function outputhandler:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/X91eu
function name:  outputHandler
number of ops:  4
compiled vars:  !0 = $buffer
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   RECV                                                 !0      
    4     1        ECHO                                                         'extra+stuff%0A'
    5     2      > RETURN                                                       <false>
    6     3*     > RETURN                                                       null

End of function outputhandler

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
176.06 ms | 3308 KiB | 15 Q