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/tapO2
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   15     0  E >   INIT_STATIC_METHOD_CALL                                  'abc%5Ca123%5CP', 'Class'
          1        DO_FCALL                                      0  $0      
          2        ECHO                                                     $0
          3      > 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/tapO2
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:
155.09 ms | 1384 KiB | 13 Q