3v4l.org

run code in 300+ PHP versions simultaneously
<?php function custName($name = "Busi") { echo "The customer's name is " .$name."."; } $name(); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ka2pl
function name:  (null)
number of ops:  3
compiled vars:  !0 = $name
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   INIT_DYNAMIC_CALL                                        !0
          1        DO_FCALL                                      0          
    7     2      > RETURN                                                   1

Function custname:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ka2pl
function name:  custName
number of ops:  5
compiled vars:  !0 = $name
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV_INIT                                        !0      'Busi'
    4     1        CONCAT                                           ~1      'The+customer%27s+name+is+', !0
          2        CONCAT                                           ~2      ~1, '.'
          3        ECHO                                                     ~2
    5     4      > RETURN                                                   null

End of function custname

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.29 ms | 1392 KiB | 13 Q