3v4l.org

run code in 300+ PHP versions simultaneously
<?php function return_block_links($n = null, $options = null) { echo func_num_args(); var_dump(func_get_args()); echo PHP_EOL; } return_block_links(); return_block_links(1); return_block_links(1, array('opts'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sLrct
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   INIT_FCALL                                               'return_block_links'
          1        DO_FCALL                                      0          
   12     2        INIT_FCALL                                               'return_block_links'
          3        SEND_VAL                                                 1
          4        DO_FCALL                                      0          
   13     5        INIT_FCALL                                               'return_block_links'
          6        SEND_VAL                                                 1
          7        SEND_VAL                                                 <array>
          8        DO_FCALL                                      0          
          9      > RETURN                                                   1

Function return_block_links:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sLrct
function name:  return_block_links
number of ops:  10
compiled vars:  !0 = $n, !1 = $options
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV_INIT                                        !0      null
          1        RECV_INIT                                        !1      null
    5     2        FUNC_NUM_ARGS                                    ~2      
          3        ECHO                                                     ~2
    6     4        INIT_FCALL                                               'var_dump'
          5        FUNC_GET_ARGS                                    ~3      
          6        SEND_VAL                                                 ~3
          7        DO_ICALL                                                 
    7     8        ECHO                                                     '%0A'
    9     9      > RETURN                                                   null

End of function return_block_links

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.19 ms | 1397 KiB | 18 Q