3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Thijs; function hallo() { echo "Hallo, Thijs"; } namespace Hans; function hallo() { echo "Hallo, Hans"; } namespace Voorbeeld; hallo();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6gnm6
function name:  (null)
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   INIT_NS_FCALL_BY_NAME                                    'Voorbeeld%5Challo'
          1        DO_FCALL                                      0          
          2      > RETURN                                                   1

Function thijs%5Challo:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6gnm6
function name:  Thijs\hallo
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   ECHO                                                     'Hallo%2C+Thijs'
          1      > RETURN                                                   null

End of function thijs%5Challo

Function hans%5Challo:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6gnm6
function name:  Hans\hallo
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   ECHO                                                     'Hallo%2C+Hans'
          1      > RETURN                                                   null

End of function hans%5Challo

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.98 ms | 1397 KiB | 14 Q