3v4l.org

run code in 300+ PHP versions simultaneously
<?php $c = 'simple string'; apc_store('c', $c); $dump = apc_bin_dump(null, array('c')); apc_bin_load($dump, APC_BIN_VERIFY_MD5 | APC_BIN_VERIFY_CRC32); echo apc_fetch('c');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Pn5KB
function name:  (null)
number of ops:  22
compiled vars:  !0 = $c, !1 = $dump
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'simple+string'
    4     1        INIT_FCALL_BY_NAME                                       'apc_store'
          2        SEND_VAL_EX                                              'c'
          3        SEND_VAR_EX                                              !0
          4        DO_FCALL                                      0          
    5     5        INIT_FCALL_BY_NAME                                       'apc_bin_dump'
          6        SEND_VAL_EX                                              null
          7        SEND_VAL_EX                                              <array>
          8        DO_FCALL                                      0  $4      
          9        ASSIGN                                                   !1, $4
    6    10        INIT_FCALL_BY_NAME                                       'apc_bin_load'
         11        SEND_VAR_EX                                              !1
         12        FETCH_CONSTANT                                   ~6      'APC_BIN_VERIFY_MD5'
         13        FETCH_CONSTANT                                   ~7      'APC_BIN_VERIFY_CRC32'
         14        BW_OR                                            ~8      ~6, ~7
         15        SEND_VAL_EX                                              ~8
         16        DO_FCALL                                      0          
    7    17        INIT_FCALL_BY_NAME                                       'apc_fetch'
         18        SEND_VAL_EX                                              'c'
         19        DO_FCALL                                      0  $10     
         20        ECHO                                                     $10
         21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.45 ms | 1394 KiB | 13 Q