3v4l.org

run code in 500+ PHP versions simultaneously
<?php // https://bugs.php.net/bug.php?id=44936 $ini_all = ini_get_all(); var_dump( $ini_all[ 'memory_limit' ]['access'] ); ini_set( 'memory_limit', '30M' ); $ini_all = ini_get_all(); var_dump( $ini_all[ 'memory_limit' ]['access'] );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/IL0A2
function name:  (null)
number of ops:  21
compiled vars:  !0 = $ini_all
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                                   'ini_get_all'
          1        DO_ICALL                                             $1      
          2        ASSIGN                                                       !0, $1
    5     3        INIT_FCALL                                                   'var_dump'
          4        FETCH_DIM_R                                          ~3      !0, 'memory_limit'
          5        FETCH_DIM_R                                          ~4      ~3, 'access'
          6        SEND_VAL                                                     ~4
          7        DO_ICALL                                                     
    7     8        INIT_FCALL                                                   'ini_set'
          9        SEND_VAL                                                     'memory_limit'
         10        SEND_VAL                                                     '30M'
         11        DO_ICALL                                                     
    9    12        INIT_FCALL                                                   'ini_get_all'
         13        DO_ICALL                                             $7      
         14        ASSIGN                                                       !0, $7
   10    15        INIT_FCALL                                                   'var_dump'
         16        FETCH_DIM_R                                          ~9      !0, 'memory_limit'
         17        FETCH_DIM_R                                          ~10     ~9, 'access'
         18        SEND_VAL                                                     ~10
         19        DO_ICALL                                                     
         20      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
225.27 ms | 2925 KiB | 16 Q