3v4l.org

run code in 300+ PHP versions simultaneously
<?php function fare_lo_yogurt($gusto, $tipo = "yogurt") { return "Fare una vaschetta di $tipo a $gusto.\n"; } echo fare_lo_yogurt("fragola"); // funziona come si aspetta ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SrZdj
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_FCALL                                               'fare_lo_yogurt'
          1        SEND_VAL                                                 'fragola'
          2        DO_FCALL                                      0  $0      
          3        ECHO                                                     $0
    8     4      > RETURN                                                   1

Function fare_lo_yogurt:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SrZdj
function name:  fare_lo_yogurt
number of ops:  9
compiled vars:  !0 = $gusto, !1 = $tipo
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
          1        RECV_INIT                                        !1      'yogurt'
    4     2        ROPE_INIT                                     5  ~3      'Fare+una+vaschetta+di+'
          3        ROPE_ADD                                      1  ~3      ~3, !1
          4        ROPE_ADD                                      2  ~3      ~3, '+a+'
          5        ROPE_ADD                                      3  ~3      ~3, !0
          6        ROPE_END                                      4  ~2      ~3, '.%0A'
          7      > RETURN                                                   ~2
    5     8*     > RETURN                                                   null

End of function fare_lo_yogurt

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.6 ms | 1397 KiB | 14 Q