3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Mushroom { public $strains = array( 'azurenscens' => '1.78', 'baeocystis' => '.85', 'bohemica' => '1.34', 'cubensis' => '.63', 'cyanescens' => '.85', 'cyanofibrillosa' => '.21', 'hoogshagenii' => '.60', 'liniformans' => '.16', 'penis envy' => '1.35', 'semilanceata' => '.98', 'stuntzii' => '.36', 'tampanensis' => '.68', 'weilii' => '.61', ); public function __construct() { } public function getMicrodose(){ } public function getRegularDose(){ } public function getHeroicDose(){ } private function calcDose(){ } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/PvQAb
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   43     0  E > > RETURN                                                   1

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

End of function __construct

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

End of function getmicrodose

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

End of function getregulardose

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

End of function getheroicdose

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

End of function calcdose

End of class Mushroom.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.46 ms | 1394 KiB | 13 Q