[2010年11月19日 15:50 UTC] lifinsky at yandex dot ru
Description: ------------ Allow use function return value in write context if this function return value by reference (Such as c or c++) Test script: --------------- function &test() { static $a = 0; return $a; } print(++test()); print(++test()); print(++test()); Expected result: ---------------- 123 Actual result: -------------- Fatal error PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015年03月27日 14:24 UTC] tyrael@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: tyrael
[2015年03月27日 14:24 UTC] tyrael@php.net
[2015年03月27日 14:30 UTC] nikic@php.net
-Status: Closed
+Status: Re-Opened
[2015年03月27日 14:30 UTC] nikic@php.net
[2015年03月27日 15:43 UTC] nikic@php.net
[2015年04月06日 09:30 UTC] tyrael@php.net
-Assigned To: tyrael
+Assigned To:
|