3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start(null, 1); $a = ob_get_status(true); echo $a[0]['chunk_size'];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Q02qv
function name:  (null)
number of ops:  12
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ob_start'
          1        SEND_VAL                                                 null
          2        SEND_VAL                                                 1
          3        DO_ICALL                                                 
    3     4        INIT_FCALL                                               'ob_get_status'
          5        SEND_VAL                                                 <true>
          6        DO_ICALL                                         $2      
          7        ASSIGN                                                   !0, $2
    4     8        FETCH_DIM_R                                      ~4      !0, 0
          9        FETCH_DIM_R                                      ~5      ~4, 'chunk_size'
         10        ECHO                                                     ~5
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.46 ms | 1394 KiB | 17 Q