3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ddd = str_repeat('a', 1024 * 1024 * 2 - memory_get_usage()); $pass = str_repeat('a', 1024 * 1024 * 10); $pass . $pass; __halt_compiler();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6DMUc
function name:  (null)
number of ops:  16
compiled vars:  !0 = $ddd, !1 = $pass
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'str_repeat'
          1        SEND_VAL                                                 'a'
          2        INIT_FCALL                                               'memory_get_usage'
          3        DO_ICALL                                         $2      
          4        SUB                                              ~3      2097152, $2
          5        SEND_VAL                                                 ~3
          6        DO_ICALL                                         $4      
          7        ASSIGN                                                   !0, $4
    5     8        INIT_FCALL                                               'str_repeat'
          9        SEND_VAL                                                 'a'
         10        SEND_VAL                                                 10485760
         11        DO_ICALL                                         $6      
         12        ASSIGN                                                   !1, $6
    7    13        CONCAT                                           ~8      !1, !1
         14        FREE                                                     ~8
   10    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.12 ms | 1394 KiB | 17 Q