3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Universe\MilkeyWay\Sol\Terra { class Ozzie { public function __construct() { echo 'Ozzie', PHP_EOL;}} class Darsstar { public function __construct() { echo __CLASS__, PHP_EOL;}} class God { public function __construct() { echo __CLASS__, PHP_EOL;}} } namespace { use Universe\MilkeyWay\Sol; new Sol\Terra\Ozzie; new Sol\Terra\Darsstar; new Sol\Terra\God; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fBEUO
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E >   NEW                                              $0      'Universe%5CMilkeyWay%5CSol%5CTerra%5COzzie'
          1        DO_FCALL                                      0          
          2        FREE                                                     $0
   13     3        NEW                                              $2      'Universe%5CMilkeyWay%5CSol%5CTerra%5CDarsstar'
          4        DO_FCALL                                      0          
          5        FREE                                                     $2
   14     6        NEW                                              $4      'Universe%5CMilkeyWay%5CSol%5CTerra%5CGod'
          7        DO_FCALL                                      0          
          8        FREE                                                     $4
   15     9      > RETURN                                                   1

Class Universe\MilkeyWay\Sol\Terra\Ozzie:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fBEUO
function name:  __construct
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ECHO                                                     'Ozzie'
          1        FETCH_CONSTANT                                   ~0      'Universe%5CMilkeyWay%5CSol%5CTerra%5CPHP_EOL'
          2        ECHO                                                     ~0
          3      > RETURN                                                   null

End of function __construct

End of class Universe\MilkeyWay\Sol\Terra\Ozzie.

Class Universe\MilkeyWay\Sol\Terra\Darsstar:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fBEUO
function name:  __construct
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   ECHO                                                     'Universe%5CMilkeyWay%5CSol%5CTerra%5CDarsstar'
          1        FETCH_CONSTANT                                   ~0      'Universe%5CMilkeyWay%5CSol%5CTerra%5CPHP_EOL'
          2        ECHO                                                     ~0
          3      > RETURN                                                   null

End of function __construct

End of class Universe\MilkeyWay\Sol\Terra\Darsstar.

Class Universe\MilkeyWay\Sol\Terra\God:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fBEUO
function name:  __construct
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   ECHO                                                     'Universe%5CMilkeyWay%5CSol%5CTerra%5CGod'
          1        FETCH_CONSTANT                                   ~0      'Universe%5CMilkeyWay%5CSol%5CTerra%5CPHP_EOL'
          2        ECHO                                                     ~0
          3      > RETURN                                                   null

End of function __construct

End of class Universe\MilkeyWay\Sol\Terra\God.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.64 ms | 1395 KiB | 13 Q