3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo ReflectionFunction::export('key'); /* Function [ <internal:standard> function key ] { - Parameters [1] { Parameter #0 [ <required> $arg ] } } */ echo ReflectionFunction::export('current'); /* Function [ <internal:standard> function current ] { - Parameters [1] { Parameter #0 [ <required> $arg ] } } */ echo ReflectionFunction::export('end'); /* Function [ <internal:standard> function end ] { - Parameters [1] { Parameter #0 [ <required> &$arg ] } } */
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YFE86
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_STATIC_METHOD_CALL                                  'ReflectionFunction', 'export'
          1        SEND_VAL_EX                                              'key'
          2        DO_FCALL                                      0  $0      
          3        ECHO                                                     $0
   11     4        INIT_STATIC_METHOD_CALL                                  'ReflectionFunction', 'export'
          5        SEND_VAL_EX                                              'current'
          6        DO_FCALL                                      0  $1      
          7        ECHO                                                     $1
   20     8        INIT_STATIC_METHOD_CALL                                  'ReflectionFunction', 'export'
          9        SEND_VAL_EX                                              'end'
         10        DO_FCALL                                      0  $2      
         11        ECHO                                                     $2
   28    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.73 ms | 1392 KiB | 13 Q