3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); function test($one, $two, $three, $four) { return; } test(1, 2, 3, 4, 5);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jf5va
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 32767
          2        DO_ICALL                                                 
   10     3        INIT_FCALL                                               'test'
          4        SEND_VAL                                                 1
          5        SEND_VAL                                                 2
          6        SEND_VAL                                                 3
          7        SEND_VAL                                                 4
          8        SEND_VAL                                                 5
          9        DO_FCALL                                      0          
         10      > RETURN                                                   1

Function test:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jf5va
function name:  test
number of ops:  6
compiled vars:  !0 = $one, !1 = $two, !2 = $three, !3 = $four
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        RECV                                             !2      
          3        RECV                                             !3      
    7     4      > RETURN                                                   null
    8     5*     > RETURN                                                   null

End of function test

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
138.36 ms | 1428 KiB | 15 Q