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 $mask_array?
The diff is completely useless, the test itself is close to that too.
It should help us to find the problem, but currently it makes the process even 
more complicated.

100+ int(12)
101+ int(12)
100- int(5)
101- int(5)
124+ int(2)
125+ int(2)
124- int(0)
125- int(0)
136+ int(13)
137+ int(13)
136- int(0)
137- int(0)
148+ int(14)
149+ int(14)
148- int(0)
149- int(0)
160+ int(11)
161+ int(11)
160- int(5)
161- int(5)
172+ int(11)
173+ int(11)
172- int(5)
173- int(5)
184+ int(14)
185+ int(14)
184- int(5)
185- int(5)


-- 
Wbr, 
Antony Dovgal

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to