[PATCH] tests/classes/array_access001.phpt

php.internals

Kamesh Jayachandran

22 years ago
Hi All, I found the following unit test failing in PHP-5.0.0. And later found that Testcase was old enough. tests/classes/array_access001.phpt I am attaching my patch. Hope I am correct. With regards Kamesh Jayachandran

Kamesh Jayachandran

22 years ago
Hi All, Sorry for the patch. I found the cause of the problem to be error_reporting directive Now set it to E_ALL. Everything is working. Sorry again. With regards Kamesh Jayachandran On Wed, 21 Jul 2004 01:16:06 -0700, "Kamesh Jayachandran" <kameshj@fastmail.fm> said:

Derick Rethans

22 years ago
On Wed, 21 Jul 2004, Kamesh Jayachandran wrote:
> Hi All, > Sorry for the patch. > I found the cause of the problem to be error_reporting directive > Now set it to E_ALL.
Well, the test should work regardless of your error_reporting settings so the test is still broken. Derick

Marcus Börger

22 years ago
Hello Derick, all tests PASS for me as doo show all QA reports. There must be something else. What do you see Derick, PASS or FAIL? regards marcus Wednesday, July 21, 2004, 11:06:10 PM, you wrote:
> On Wed, 21 Jul 2004, Kamesh Jayachandran wrote:
>> Hi All, >> Sorry for the patch. >> I found the cause of the problem to be error_reporting directive >> Now set it to E_ALL.
> Well, the test should work regardless of your error_reporting settings > so the test is still broken.
> Derick
-- Best regards, Marcus mailto:helly@php.net

Derick Rethans

22 years ago
On Thu, 22 Jul 2004, Marcus Boerger wrote:
> all tests PASS for me as doo show all QA reports. There must be > something else. What do you see Derick, PASS or FAIL?
I've no idea. I was just wondering why he changed the test while there was no real reason for it afaik. Derick