3v4l.org

run code in 500+ PHP versions simultaneously
<?php class C extends ReflectionFunctionAbstract{ public function __toString() { return $this->export($this->name, true); } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qDQa2
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   DECLARE_CLASS                                                'c', 'reflectionfunctionabstract'
    7     1      > RETURN                                                       1

Class C:
Function __tostring:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qDQa2
function name:  __toString
number of ops:  10
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    5     0  E >   INIT_METHOD_CALL                                             'export'
          1        CHECK_FUNC_ARG                                               
          2        FETCH_OBJ_FUNC_ARG                                   $0      'name'
          3        SEND_FUNC_ARG                                                $0
          4        SEND_VAL_EX                                                  <true>
          5        DO_FCALL                                          0  $1      
          6        VERIFY_RETURN_TYPE                                           $1
          7      > RETURN                                                       $1
    6     8*       VERIFY_RETURN_TYPE                                           
          9*     > RETURN                                                       null

End of function __tostring

End of class C.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
161.34 ms | 3339 KiB | 13 Q