3v4l.org

run code in 300+ PHP versions simultaneously
<?php function DireBonjour($nom) { echo 'Bonjour ' . $nom . ' sur mon site'; } DireBonjour('Marie'); DireBonjour('Noemi'); DireBonjour('Malgorzata'); DireBonjour('Ewka'); DireBonjour('Kasia'); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/raFjg
function name:  (null)
number of ops:  16
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   INIT_FCALL                                               'direbonjour'
          1        SEND_VAL                                                 'Marie'
          2        DO_FCALL                                      0          
    6     3        INIT_FCALL                                               'direbonjour'
          4        SEND_VAL                                                 'Noemi'
          5        DO_FCALL                                      0          
    7     6        INIT_FCALL                                               'direbonjour'
          7        SEND_VAL                                                 'Malgorzata'
          8        DO_FCALL                                      0          
    8     9        INIT_FCALL                                               'direbonjour'
         10        SEND_VAL                                                 'Ewka'
         11        DO_FCALL                                      0          
    9    12        INIT_FCALL                                               'direbonjour'
         13        SEND_VAL                                                 'Kasia'
         14        DO_FCALL                                      0          
   11    15      > RETURN                                                   1

Function direbonjour:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/raFjg
function name:  DireBonjour
number of ops:  5
compiled vars:  !0 = $nom
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
    3     1        CONCAT                                           ~1      'Bonjour+', !0
          2        CONCAT                                           ~2      ~1, '+sur+mon+site'
          3        ECHO                                                     ~2
    4     4      > RETURN                                                   null

End of function direbonjour

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.04 ms | 1397 KiB | 18 Q