3v4l.org

run code in 300+ PHP versions simultaneously
<?php apc_store("test_1", "lalelu?", 500); apc_store("test_1", "lalelu2?", 500); apc_store("test_2", "lalelu3?", 500); apc_store("test_2", "lalelu4?", 500); sleep(5); print_r(apc_cache_info());
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hgfSO
function name:  (null)
number of ops:  29
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%3F'
          3        SEND_VAL_EX                                              500
          4        DO_FCALL                                      0          
    3     5        INIT_FCALL_BY_NAME                                       'apc_store'
          6        SEND_VAL_EX                                              'test_1'
          7        SEND_VAL_EX                                              'lalelu2%3F'
          8        SEND_VAL_EX                                              500
          9        DO_FCALL                                      0          
    4    10        INIT_FCALL_BY_NAME                                       'apc_store'
         11        SEND_VAL_EX                                              'test_2'
         12        SEND_VAL_EX                                              'lalelu3%3F'
         13        SEND_VAL_EX                                              500
         14        DO_FCALL                                      0          
    5    15        INIT_FCALL_BY_NAME                                       'apc_store'
         16        SEND_VAL_EX                                              'test_2'
         17        SEND_VAL_EX                                              'lalelu4%3F'
         18        SEND_VAL_EX                                              500
         19        DO_FCALL                                      0          
    6    20        INIT_FCALL                                               'sleep'
         21        SEND_VAL                                                 5
         22        DO_ICALL                                                 
    7    23        INIT_FCALL                                               'print_r'
         24        INIT_FCALL_BY_NAME                                       'apc_cache_info'
         25        DO_FCALL                                      0  $5      
         26        SEND_VAR                                                 $5
         27        DO_ICALL                                                 
         28      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.62 ms | 1395 KiB | 17 Q