3v4l.org

run code in 500+ PHP versions simultaneously
<?php ob_start(); echo "Fill buffer\n"; output_add_rewrite_var('someParam', 1); echo "Level: " . ob_get_level() . "\n"; echo ob_get_clean();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oIpdo
function name:  (null)
number of ops:  16
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'ob_start'
          1        DO_ICALL                                                     
    5     2        ECHO                                                         'Fill+buffer%0A'
    7     3        INIT_FCALL                                                   'output_add_rewrite_var'
          4        SEND_VAL                                                     'someParam'
          5        SEND_VAL                                                     1
          6        DO_ICALL                                                     
    9     7        INIT_FCALL                                                   'ob_get_level'
          8        DO_ICALL                                             $2      
          9        CONCAT                                               ~3      'Level%3A+', $2
         10        CONCAT                                               ~4      ~3, '%0A'
         11        ECHO                                                         ~4
   11    12        INIT_FCALL                                                   'ob_get_clean'
         13        DO_ICALL                                             $5      
         14        ECHO                                                         $5
         15      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
165.01 ms | 2888 KiB | 17 Q