php classes testcase issues

php.internals

Kamesh Jayachandran

22 years ago
Hi All, Following test case was failing. ZE2 ArrayAccess::offsetGet ambiguties [testsuite/tests/classes/array_access_003.phpt] If I drill down to the testcase I could see the following For array_access_003.phpt Test case expects the following <Literal New Line> Strict Standards: Only variable references should be returned by reference in %sarray_access_003.php on line %d Actual output string(6) "fooBar" This happens for error_reporting=E_ALL Shall we remove the <Literal New Line> Strict Standards: Only variable references should be returned by reference in %sarray_access_003.php on line %d and replace it with string(6) "fooBar" With regards Kamesh Jayachandran