3v4l.org

run code in 300+ PHP versions simultaneously
<?php function apcu_clear_cache() {} function wincache_ucache_clear() {} //function xcache_clear_cache() {} $user_caches = [ 'apcu_clear_cache', 'wincache_ucache_clear', 'xcache_clear_cache', ]; array_map('call_user_func', array_filter($user_caches, 'is_callable'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TrAJj
function name:  (null)
number of ops:  10
compiled vars:  !0 = $user_caches
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   ASSIGN                                                   !0, <array>
   12     1        INIT_FCALL                                               'array_map'
          2        SEND_VAL                                                 'call_user_func'
          3        INIT_FCALL                                               'array_filter'
          4        SEND_VAR                                                 !0
          5        SEND_VAL                                                 'is_callable'
          6        DO_ICALL                                         $2      
          7        SEND_VAR                                                 $2
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Function apcu_clear_cache:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TrAJj
function name:  apcu_clear_cache
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E > > RETURN                                                   null

End of function apcu_clear_cache

Function wincache_ucache_clear:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TrAJj
function name:  wincache_ucache_clear
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E > > RETURN                                                   null

End of function wincache_ucache_clear

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
138.92 ms | 1000 KiB | 15 Q