3v4l.org

run code in 300+ PHP versions simultaneously
<?php class TvojeMama { public function TvojeMama () { $koule = 'No, starej __construct, no'; echo "$koule"; } public function __construct($str) { echo __DIR__.__class__; } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/B3pYg
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E > > RETURN                                                   1

Class TvojeMama:
Function tvojemama:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/B3pYg
function name:  TvojeMama
number of ops:  4
compiled vars:  !0 = $koule
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   ASSIGN                                                   !0, 'No%2C+starej+__construct%2C+no'
    6     1        CAST                                          6  ~2      !0
          2        ECHO                                                     ~2
    7     3      > RETURN                                                   null

End of function tvojemama

Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/B3pYg
function name:  __construct
number of ops:  3
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   RECV                                             !0      
   10     1        ECHO                                                     '%2FinTvojeMama'
   11     2      > RETURN                                                   null

End of function __construct

End of class TvojeMama.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.13 ms | 1393 KiB | 13 Q