Hi Helly, 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. Similar issue exists in tests/classes/factory_and_singleton_010.phpt Actually after ===DONE=== newline preceded in warning message brings the cursor to next immedeate line with a warning message. So expecting one more new line between ===DONE=== and warning message is incorrect. Correct me if I am wrong. If I am correct can I go ahead and commit it. With regards Kamesh Jayachandran
--- factory_and_singleton_009.phpt 2003-12-28 23:33:06.000000000 +0530 +++ factory_and_singleton_009.phpt.nw 2004-07-22 12:25:56.000000000 +0530 @@ -17,5 +17,4 @@ ===DONE=== --EXPECTF-- ===DONE=== - Warning: Call to protected test::__destruct() from context '' during shutdown ignored in Unknown on line 0
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php