Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105736 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 69952 invoked from network); 17 May 2019 22:46:31 -0000 Received: from unknown (HELO lb3-smtp-cloud7.xs4all.net) (194.109.24.31) by pb1.pair.com with SMTP; 17 May 2019 22:46:31 -0000 Received: from [IPv6:2001:983:6fc5:1:d01f:e173:8d8e:68ff] ([IPv6:2001:983:6fc5:1:d01f:e173:8d8e:68ff]) by smtp-cloud7.xs4all.net with ESMTPA id RiuWhTtsy3qlsRiuYhTolT; Fri, 17 May 2019 21:52:59 +0200 To: PHP Development Message-ID: Date: Fri, 17 May 2019 21:52:56 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfG50qL83hLmqB7qg64cffYZZKEr9X4OQy2WDTadKneP1G+539QKR6zliNIeLCFlxvYL0tv3wYc83otseKAc687zTiGcB66YmA+1bWolhORRanUgUeUig Vp0/KZAMDtPClfvC/4w9Xe38TepPAhhhPnKsXxGL8bms2loWI3JX8a1HDcPpCmMhrS3G40pydamO7LTsuGLV1wesgXR0L3XZgIa+Y2W6Cg8PNWW/lg8TcPQ4 NhqMHTcHYU1/uZkYGGKmt4FYKTPpmbG/398FJp8x630= Subject: Calling array_merge / array_merge_recursive without arguments From: d.takken@xs4all.nl (Dik Takken) Hello, I just created a pull request that changes the array_merge / array_merge_recursive functions such that they allow being called without arguments: https://github.com/php/php-src/pull/4175 This is my first attempt to contribute, feedback is highly appreciated. please advise on how to proceed. Regards, Dik Takken