Re: [PHP-DEV] [PATCH] tests/classes/array_access001.phpt

2004-07-31 Thread Derick Rethans
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 -- PHP Internals -

Re: [PHP-DEV] [PATCH] tests/classes/array_access001.phpt

2004-07-22 Thread Marcus Boerger
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 t

Re: [PHP-DEV] [PATCH] tests/classes/array_access001.phpt

2004-07-21 Thread Derick Rethans
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 -- PHP Internals

Re: [PHP-DEV] [PATCH] tests/classes/array_access001.phpt

2004-07-21 Thread 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" <[EMAIL PROTECTED]> said: > Hi All, > I found the fol

[PHP-DEV] [PATCH] tests/classes/array_access001.phpt

2004-07-21 Thread Kamesh Jayachandran
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 array_access_001.phpt.patch Description: application/unknown array_acce