3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace abc\a123; class P { public static function __callStatic($name, $args) { //return join('\\'__NAMESPACE__, __CLASS__); return __NAMESPACE__ . '\\' . __CLASS__; } } echo P::class;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/i8X9Q
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   15     0  E >   ECHO                                                     'abc%5Ca123%5CP'
          1      > RETURN                                                   1

Class abc\a123\P:
Function __callstatic:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/i8X9Q
function name:  __callStatic
number of ops:  4
compiled vars:  !0 = $name, !1 = $args
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    9     2      > RETURN                                                   'abc%5Ca123%5Cabc%5Ca123%5CP'
   10     3*     > RETURN                                                   null

End of function __callstatic

End of class abc\a123\P.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.81 ms | 1393 KiB | 13 Q