3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pepe = ['hola', 'juaN', 'qué', 'tal']; xd(...$pepe); function xd($saludo, $nombre, $cosa, $otraCosa) { echo $saludo .' '. $nombre .' '. $cosa .' '. $otraCosa; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GhkTk
function name:  (null)
number of ops:  6
compiled vars:  !0 = $pepe
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        INIT_FCALL_BY_NAME                                       'xd'
          2        SEND_UNPACK                                              !0
          3        CHECK_UNDEF_ARGS                                         
          4        DO_FCALL                                      1          
    9     5      > RETURN                                                   1

Function xd:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GhkTk
function name:  xd
number of ops:  12
compiled vars:  !0 = $saludo, !1 = $nombre, !2 = $cosa, !3 = $otraCosa
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        RECV                                             !2      
          3        RECV                                             !3      
    8     4        CONCAT                                           ~4      !0, '+'
          5        CONCAT                                           ~5      ~4, !1
          6        CONCAT                                           ~6      ~5, '+'
          7        CONCAT                                           ~7      ~6, !2
          8        CONCAT                                           ~8      ~7, '+'
          9        CONCAT                                           ~9      ~8, !3
         10        ECHO                                                     ~9
    9    11      > RETURN                                                   null

End of function xd

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.79 ms | 1393 KiB | 13 Q