3v4l.org

run code in 300+ PHP versions simultaneously
<?php function writeWelcome($username, $salary) : void { printHeader(); echo "Witaj {$user}"; echo "Dzisiejsza Twoja wypłata, to: {$salary}"; } writeWelcome();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TP2du
function name:  (null)
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   INIT_FCALL                                               'writewelcome'
          1        DO_FCALL                                      0          
          2      > RETURN                                                   1

Function writewelcome:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TP2du
function name:  writeWelcome
number of ops:  11
compiled vars:  !0 = $username, !1 = $salary, !2 = $user
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    5     2        INIT_FCALL_BY_NAME                                       'printHeader'
          3        DO_FCALL                                      0          
    7     4        NOP                                                      
          5        FAST_CONCAT                                      ~4      'Witaj+', !2
          6        ECHO                                                     ~4
    8     7        NOP                                                      
          8        FAST_CONCAT                                      ~5      'Dzisiejsza+Twoja+wyp%C5%82ata%2C+to%3A+', !1
          9        ECHO                                                     ~5
    9    10      > RETURN                                                   null

End of function writewelcome

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
212.28 ms | 1397 KiB | 14 Q