Re: [PHP-CVS] cvs: php-src /ext/standard/tests/strings strcspn_basic.phpt wordwrap_variation3.phpt

2007-10-10 Thread Marcus Boerger
Hello Raghubansh, Tuesday, October 9, 2007, 1:58:52 PM, you wrote: kraghubaTue Oct 9 11:58:52 2007 UTC Modified files: /php-src/ext/standard/tests/strings wordwrap_variation3.phpt strcspn_basic.phpt Log:

Re: [PHP-CVS] cvs: php-src /ext/standard/tests/strings strcspn_basic.phpt wordwrap_variation3.phpt

2007-10-10 Thread Raghubansh
Hi Marcus, Thats fixed now. Thanks On 10/10/07, Marcus Boerger [EMAIL PROTECTED] wrote: Hello Raghubansh, Tuesday, October 9, 2007, 1:58:52 PM, you wrote: kraghubaTue Oct 9 11:58:52 2007 UTC Modified files: /php-src/ext/standard/tests/strings

[PHP-CVS] cvs: php-src /ext/standard/tests/strings strcspn_basic.phpt wordwrap_variation3.phpt

2007-10-09 Thread Raghubansh Kumar
kraghubaTue Oct 9 11:58:52 2007 UTC Modified files: /php-src/ext/standard/tests/strings wordwrap_variation3.phpt strcspn_basic.phpt Log: added unicode output

Re: [PHP-CVS] cvs: php-src /ext/standard/tests/strings strcspn_basic.phpt

2007-10-03 Thread Antony Dovgal
On 03.10.2007 08:00, Raghubansh wrote: Hi Antony, Please send me details of the failure. PHP version, test generated temp files(.out, .diff, etc ). It's already fixed, but I had to split the test into lots of small tests to be able to locate the one that fails. -- Wbr, Antony Dovgal --

Re: [PHP-CVS] cvs: php-src /ext/standard/tests/strings strcspn_basic.phpt

2007-10-02 Thread Antony Dovgal
Raghubansh, you should really try to debug one of your tests. Here is an example for you: ext/standard/tests/strings/strcspn_variation10.phpt See the diff below. Why does it fail? Can you quickly locate the data which demonstrates the problem? Line 100? Which $string is that? And which

Re: [PHP-CVS] cvs: php-src /ext/standard/tests/strings strcspn_basic.phpt

2007-10-02 Thread Raghubansh
Hi Antony, Please send me details of the failure. PHP version, test generated temp files(.out, .diff, etc ). Thanks, Raghubansh On 10/2/07, Antony Dovgal [EMAIL PROTECTED] wrote: Raghubansh, you should really try to debug one of your tests. Here is an example for you: