3v4l.org

run code in 300+ PHP versions simultaneously
<?php apc_store('x', '1' ); var_dump(apc_inc('x')); var_dump(apc_dec('x'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/HokWc
function name:  (null)
number of ops:  17
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'apc_store'
          1        SEND_VAL_EX                                              'x'
          2        SEND_VAL_EX                                              '1'
          3        DO_FCALL                                      0          
    6     4        INIT_FCALL                                               'var_dump'
          5        INIT_FCALL_BY_NAME                                       'apc_inc'
          6        SEND_VAL_EX                                              'x'
          7        DO_FCALL                                      0  $1      
          8        SEND_VAR                                                 $1
          9        DO_ICALL                                                 
   15    10        INIT_FCALL                                               'var_dump'
         11        INIT_FCALL_BY_NAME                                       'apc_dec'
         12        SEND_VAL_EX                                              'x'
         13        DO_FCALL                                      0  $3      
         14        SEND_VAR                                                 $3
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.02 ms | 1394 KiB | 15 Q