3v4l.org

run code in 300+ PHP versions simultaneously
<?php function penis($vagina, ...$penis) { print_r($penis+$vagina); } penis("Y", ":-", "8=========D");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6qOMY
function name:  (null)
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   INIT_FCALL                                               'penis'
          1        SEND_VAL                                                 'Y'
          2        SEND_VAL                                                 '%3A-'
          3        SEND_VAL                                                 '8%3D%3D%3D%3D%3D%3D%3D%3D%3DD'
          4        DO_FCALL                                      0          
          5      > RETURN                                                   1

Function penis:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6qOMY
function name:  penis
number of ops:  7
compiled vars:  !0 = $vagina, !1 = $penis
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
          1        RECV_VARIADIC                                    !1      
    5     2        INIT_FCALL                                               'print_r'
          3        ADD                                              ~2      !1, !0
          4        SEND_VAL                                                 ~2
          5        DO_ICALL                                                 
    6     6      > RETURN                                                   null

End of function penis

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.87 ms | 1388 KiB | 16 Q