3v4l.org

run code in 500+ PHP versions simultaneously
<?php $o = new class extends DOMNode { public function __construct() {} }; $xml = new XMLReader(); $xml->expand( $o );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/G91cW
function name:  (null)
number of ops:  11
compiled vars:  !0 = $o, !1 = $xml
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   DECLARE_ANON_CLASS                                   <true>  'domnode'
          1        NEW                                                  $3      $2
          2        DO_FCALL                                          0          
          3        ASSIGN                                                       !0, $3
    6     4        NEW                                                  $6      'XMLReader'
          5        DO_FCALL                                          0          
          6        ASSIGN                                                       !1, $6
    7     7        INIT_METHOD_CALL                                             !1, 'expand'
          8        SEND_VAR_EX                                                  !0
          9        DO_FCALL                                          0          
         10      > RETURN                                                       1

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

End of function __construct

End of class DOMNode@anonymous.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
157.72 ms | 1409 KiB | 13 Q