3v4l.org

run code in 300+ PHP versions simultaneously
<?php $var5 = str_repeat("A",30000000); $x = array($var5); function crash_me(&$x) { die('failed :-('); } crash_me($var5);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/maj1W
function name:  (null)
number of ops:  11
compiled vars:  !0 = $var5, !1 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'str_repeat'
          1        SEND_VAL                                                 'A'
          2        SEND_VAL                                                 30000000
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
    4     5        INIT_ARRAY                                       ~4      !0
          6        ASSIGN                                                   !1, ~4
   10     7        INIT_FCALL                                               'crash_me'
          8        SEND_REF                                                 !0
          9        DO_FCALL                                      0          
         10      > RETURN                                                   1

Function crash_me:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/maj1W
function name:  crash_me
number of ops:  3
compiled vars:  !0 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   RECV                                             !0      
    7     1      > EXIT                                                     'failed+%3A-%28'
    8     2*     > RETURN                                                   null

End of function crash_me

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.89 ms | 1388 KiB | 16 Q