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

2004-09-24 Thread Kamesh Jayachandran
Hi Marcus, For me also this test is going through if I run the test using run-tests.php. But it fails with run-tests2.php With run-tests2.php I could see the output from the execute function itself was lacking that one new line character that exists between ===DONE=== and the actual waring

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

2004-09-24 Thread Kamesh Jayachandran
Hi Marcus, Found the cause of the problem. getSectionText function in run-tests2.php is trimming the each sectiontext values except for POST. This trimming causes the eol character in the phpt file to get lost when saved to a php file. Should we have to remove the trim function? or fix our

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

2004-09-24 Thread Derick Rethans
On Fri, 24 Sep 2004, Kamesh Jayachandran wrote: Hi Marcus, Found the cause of the problem. getSectionText function in run-tests2.php is trimming the each sectiontext values except for POST. Don't use run-tests2.php, it's not working and not supported. Derick -- PHP Internals - PHP

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

2004-09-23 Thread Marcus Boerger
Hello Kamesh, doesn't work for me. And if you were right we would see those tests FAILing in all php 5 test reports. There must be another problem. regards marcus Thursday, September 23, 2004, 1:15:30 PM, you wrote: Hi Helly, I had the tests/classes/factory_and_singleton_009.phpt testcase

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

2004-07-22 Thread Kamesh Jayachandran
Hi All, I had the tests/classes/factory_and_singleton_009.phpt testcase failing in Linux, NetWare, Windows ports of PHP. And found that this failure is due to one extra line. Attached the patch. Will all warnings always preceded by the NewLine character? With regards Kamesh Jayachandran