3v4l.org

run code in 300+ PHP versions simultaneously
<?php class C_Article extends C_Base{ public function __construct(){ echo "this is php class"; } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KMljW
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_article', 'c_base'
    6     1      > RETURN                                                   1

Class C_Article:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KMljW
function name:  __construct
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ECHO                                                     'this+is+php+class'
    5     1      > RETURN                                                   null

End of function __construct

End of class C_Article.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.14 ms | 1392 KiB | 13 Q