3v4l.org

run code in 500+ PHP versions simultaneously
<?php namespace A; function identity($i) { return $i; } namespace B; use function A\identity; echo identity::class;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DA24O
function name:  (null)
number of ops:  2
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    8     0  E >   ECHO                                                         'B%5Cidentity'
    9     1      > RETURN                                                       1

Function a%5Cidentity:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DA24O
function name:  A\identity
number of ops:  3
compiled vars:  !0 = $i
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   RECV                                                 !0      
          1      > RETURN                                                       !0
          2*     > RETURN                                                       null

End of function a%5Cidentity

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
164.96 ms | 2137 KiB | 13 Q