3v4l.org

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

Function custname:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/m2kqg
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      > RETURN                                                   ~2
    5     4*     > RETURN                                                   null

End of function custname

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.75 ms | 1396 KiB | 14 Q