3v4l.org

run code in 300+ PHP versions simultaneously
<?php $inner = array_fill( 0, 8*8*8*8, str_repeat( "0", 8*8*8*8 ) ); $outer = array_fill( 0, 8*8*8*8, $inner );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8uTrA
function name:  (null)
number of ops:  17
compiled vars:  !0 = $inner, !1 = $outer
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'array_fill'
          1        SEND_VAL                                                 0
          2        SEND_VAL                                                 4096
          3        INIT_FCALL                                               'str_repeat'
          4        SEND_VAL                                                 '0'
          5        SEND_VAL                                                 4096
          6        DO_ICALL                                         $2      
          7        SEND_VAR                                                 $2
          8        DO_ICALL                                         $3      
          9        ASSIGN                                                   !0, $3
    4    10        INIT_FCALL                                               'array_fill'
         11        SEND_VAL                                                 0
         12        SEND_VAL                                                 4096
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                         $5      
         15        ASSIGN                                                   !1, $5
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.65 ms | 1394 KiB | 17 Q