3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace This\Is\A\Really\Long\NamespacePlz\Cut\Off\Here; class lol { public function __construct() { echo 'We will never get here :-('; } } // ---------------------------------- namespace Test; // Helps us keep within 80 char limit use This\Is\A\Really\Long\NamespacePlz, NamespacePlz\Cut\Off\Here; $x = new Here\lol;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CIEWr
function name:  (null)
number of ops:  4
compiled vars:  !0 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   21     0  E >   NEW                                              $1      'NamespacePlz%5CCut%5COff%5CHere%5Clol'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
          3      > RETURN                                                   1

Class This\Is\A\Really\Long\NamespacePlz\Cut\Off\Here\lol:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CIEWr
function name:  __construct
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   ECHO                                                     'We+will+never+get+here+%3A-%28'
   10     1      > RETURN                                                   null

End of function __construct

End of class This\Is\A\Really\Long\NamespacePlz\Cut\Off\Here\lol.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
135.47 ms | 993 KiB | 13 Q