3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo ini_get('memory_limit'); $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/bk4VY
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_get'
          1        SEND_VAL                                                 'memory_limit'
          2        DO_ICALL                                         $1      
          3        ECHO                                                     $1
    4     4        INIT_FCALL                                               'str_repeat'
          5        SEND_VAL                                                 'a'
          6        SEND_VAL                                                 10485760
          7        DO_ICALL                                         $2      
          8        ASSIGN                                                   !0, $2
    5     9        CONCAT                                           ~4      !0, !0
         10        FREE                                                     ~4
    8    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.05 ms | 1394 KiB | 17 Q