3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.46 ms | 935 KiB | 18 Q