3v4l.org

run code in 300+ PHP versions simultaneously
<?php function f0(){return call_user_func_array('str_rot13',func_get_args());} echo f0("Hello!");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/L5XRX
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'f0'
          1        SEND_VAL                                                 'Hello%21'
          2        DO_FCALL                                      0  $0      
          3        ECHO                                                     $0
          4      > RETURN                                                   1

Function f0:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/L5XRX
function name:  f0
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'str_rot13'
          1        FUNC_GET_ARGS                                    ~0      
          2        SEND_ARRAY                                               ~0
          3        CHECK_UNDEF_ARGS                                         
          4        DO_FCALL                                      0  $1      
          5      > RETURN                                                   $1
          6*     > RETURN                                                   null

End of function f0

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.82 ms | 1397 KiB | 16 Q