Re: [PHP-DEV] Re: tests

2006-05-13 Thread Marcus Boerger
Hello Hartmut, Saturday, May 13, 2006, 5:15:11 PM, you wrote: > Jeff Moore wrote: >> >> On May 13, 2006, at 10:08 AM, Marcus Boerger wrote: >> >>> Therefor we need more tests. >> >> Hi, >> >> I just wanted to point out that >> >> http://www.w3.org/XML/Test/ >> >> has thousands of XML test c

Re: [PHP-DEV] Re: tests

2006-05-13 Thread Hartmut Holzgraefe
Jeff Moore wrote: On May 13, 2006, at 10:08 AM, Marcus Boerger wrote: Therefor we need more tests. Hi, I just wanted to point out that http://www.w3.org/XML/Test/ has thousands of XML test cases in a well defined format (XML, of course). They might be good for testing the XML processing

Re: [PHP-DEV] Re: tests

2006-05-13 Thread Jeff Moore
On May 13, 2006, at 10:08 AM, Marcus Boerger wrote: Therefor we need more tests. Hi, I just wanted to point out that http://www.w3.org/XML/Test/ has thousands of XML test cases in a well defined format (XML, of course). They might be good for testing the XML processing portions of PHP.

[PHP-DEV] Re: tests

2006-05-13 Thread Marcus Boerger
Hello Oliver, php source comes with 'run-tests.php' script (try: php run-tests.php -h) and currently with over 2000 test scripts. However as http://gcov.php.net shows this triggers less than 50% of the code. That means that we do not test a lot of out code base and hence have no way to protect u

Re: [PHP-DEV] Re: tests/lang/bug24773.phpt, segfault with 4.3.5RC2

2004-02-06 Thread Pierre-Alain Joye
On Fri, 6 Feb 2004 21:44:48 +0900 Moriyoshi Koizumi <[EMAIL PROTECTED]> wrote: > I think this should be backported partly before 4.3.5 gets out of the > door. Ilia MFH'd it. Looks like my patch was good, but in the future I will rather check the cvs logs before trying anything ;) pierre -- PHP

Re: [PHP-DEV] Re: tests/lang/bug24773.phpt, segfault with 4.3.5RC2

2004-02-06 Thread Moriyoshi Koizumi
On 2004/02/06, at 1:22, Pierre-Alain Joye wrote: About my previous post. This commit has been lost. And the test: (EX(Ts)[EX(opline)->result.u.var].EA.type ==IS_STRING_OFFSET) is a bit cleaner than mine. My patch was reverted because it had a flaw and didn't address the whole issue. DmItry alread

[PHP-DEV] Re: tests/lang/bug24773.phpt, segfault with 4.3.5RC2

2004-02-05 Thread Pierre-Alain Joye
About my previous post. This commit has been lost. And the test: (EX(Ts)[EX(opline)->result.u.var].EA.type ==IS_STRING_OFFSET) is a bit cleaner than mine. pierre On Wed, 03 Dec 2003 19:33:17 - [EMAIL PROTECTED] (Moriyoshi Koizumi) wrote: > moriyoshi Wed Dec 3 14:33:17 2003 ED