3v4l.org

run code in 500+ PHP versions simultaneously
<?php class My_DOMDocument extends DOMDocument { public function saveHTML(DOMNode $node = NULL) { parent::saveHTML($node); } } echo 'no problem here';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/u0Kvn
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   11     0  E >   ECHO                                                         'no+problem+here'
          1      > RETURN                                                       1

Class My_DOMDocument:
Function savehtml:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/u0Kvn
function name:  saveHTML
number of ops:  5
compiled vars:  !0 = $node
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    5     0  E >   RECV_INIT                                            !0      null
    7     1        INIT_STATIC_METHOD_CALL                                      'saveHTML'
          2        SEND_VAR_EX                                                  !0
          3        DO_FCALL                                          0          
    8     4      > RETURN                                                       null

End of function savehtml

End of class My_DOMDocument.

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
193.97 ms | 2214 KiB | 13 Q