3v4l.org

run code in 500+ PHP versions simultaneously
<?php function a($a, $b) { var_dump($a); var_dump($b); } $a = ['foo', 'bar']; a(...$a); $a = 'foo'; a(...$a);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/khmSR
function name:  (null)
number of ops:  11
compiled vars:  !0 = $a
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    9     0  E >   ASSIGN                                                       !0, <array>
   10     1        INIT_FCALL                                                   'a'
          2        SEND_UNPACK                                                  !0
          3        CHECK_UNDEF_ARGS                                             
          4        DO_FCALL                                          0          
   12     5        ASSIGN                                                       !0, 'foo'
   13     6        INIT_FCALL                                                   'a'
          7        SEND_UNPACK                                                  !0
          8        CHECK_UNDEF_ARGS                                             
          9        DO_FCALL                                          0          
         10      > RETURN                                                       1

Function a:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/khmSR
function name:  a
number of ops:  9
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   RECV                                                 !0      
          1        RECV                                                 !1      
    5     2        INIT_FCALL                                                   'var_dump'
          3        SEND_VAR                                                     !0
          4        DO_ICALL                                                     
    6     5        INIT_FCALL                                                   'var_dump'
          6        SEND_VAR                                                     !1
          7        DO_ICALL                                                     
    7     8      > RETURN                                                       null

End of function a

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
162.55 ms | 2077 KiB | 16 Q