3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test($thsis, $is, $melon){ echo "ok"; } test("this", "is", "sod", "idjfi", "sdijf");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jN7YS
function name:  (null)
number of ops:  8
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   INIT_FCALL                                               'test'
          1        SEND_VAL                                                 'this'
          2        SEND_VAL                                                 'is'
          3        SEND_VAL                                                 'sod'
          4        SEND_VAL                                                 'idjfi'
          5        SEND_VAL                                                 'sdijf'
          6        DO_FCALL                                      0          
          7      > RETURN                                                   1

Function test:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jN7YS
function name:  test
number of ops:  5
compiled vars:  !0 = $thsis, !1 = $is, !2 = $melon
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        RECV                                             !2      
    3     3        ECHO                                                     'ok'
    4     4      > RETURN                                                   null

End of function test

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.56 ms | 1397 KiB | 14 Q