3v4l.org

run code in 300+ PHP versions simultaneously
<?php function familyName($fname) { echo "$fname.\n"; } familyName("Jani"); familyName("Hege"); familyName("Stale"); familyName("Kai Jim"); familyName("Borge"); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/o6qJ2
function name:  (null)
number of ops:  16
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   INIT_FCALL                                               'familyname'
          1        SEND_VAL                                                 'Jani'
          2        DO_FCALL                                      0          
    7     3        INIT_FCALL                                               'familyname'
          4        SEND_VAL                                                 'Hege'
          5        DO_FCALL                                      0          
    8     6        INIT_FCALL                                               'familyname'
          7        SEND_VAL                                                 'Stale'
          8        DO_FCALL                                      0          
    9     9        INIT_FCALL                                               'familyname'
         10        SEND_VAL                                                 'Kai+Jim'
         11        DO_FCALL                                      0          
   10    12        INIT_FCALL                                               'familyname'
         13        SEND_VAL                                                 'Borge'
         14        DO_FCALL                                      0          
   11    15      > RETURN                                                   1

Function familyname:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/o6qJ2
function name:  familyName
number of ops:  5
compiled vars:  !0 = $fname
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
    3     1        NOP                                                      
          2        FAST_CONCAT                                      ~1      !0, '.%0A'
          3        ECHO                                                     ~1
    4     4      > RETURN                                                   null

End of function familyname

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
192.66 ms | 1397 KiB | 18 Q