3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Bar\Zip { const GOL = 34; function faabc($param) { return GOL; } } namespace Test { use function Bar\Zip\faabc; echo faabc ( 0 ); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/eMt34
function name:  (null)
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   DECLARE_CONST                                            'Bar%5CZip%5CGOL', 34
   15     1        INIT_FCALL                                               'bar%5Czip%5Cfaabc'
          2        SEND_VAL                                                 0
          3        DO_FCALL                                      0  $0      
          4        ECHO                                                     $0
   16     5      > RETURN                                                   1

Function bar%5Czip%5Cfaabc:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/eMt34
function name:  Bar\Zip\faabc
number of ops:  4
compiled vars:  !0 = $param
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   RECV                                             !0      
    7     1        FETCH_CONSTANT                                   ~1      'Bar%5CZip%5CGOL'
          2      > RETURN                                                   ~1
    8     3*     > RETURN                                                   null

End of function bar%5Czip%5Cfaabc

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151 ms | 1396 KiB | 14 Q