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
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:
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
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
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:
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
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