3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.08 ms | 1394 KiB | 17 Q