From: Antony Dovgal Date: Fri, 11 Apr 2008 11:06:18 +0000 (+0000) Subject: fix tests X-Git-Tag: php-5.2.6~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef1f2c1b7bb030c7776899734a0a022da4aed4d3;p=php fix tests --- diff --git a/ext/posix/tests/posix_strerror_error.phpt b/ext/posix/tests/posix_strerror_error.phpt index 231757e671..6fc17ec0ce 100644 --- a/ext/posix/tests/posix_strerror_error.phpt +++ b/ext/posix/tests/posix_strerror_error.phpt @@ -42,5 +42,5 @@ Warning: posix_strerror() expects exactly 1 parameter, 2 given in %s on line %d bool(false) -- Testing posix_strerror() function with invalid error number -- -string(24) "Unknown error 4294966297" +string(%d) "Unknown error %d" Done diff --git a/ext/posix/tests/posix_strerror_variation1.phpt b/ext/posix/tests/posix_strerror_variation1.phpt index b2e4395864..40cfab2aad 100644 --- a/ext/posix/tests/posix_strerror_variation1.phpt +++ b/ext/posix/tests/posix_strerror_variation1.phpt @@ -1,5 +1,5 @@ --TEST-- -Test posix_strerror() function : usage variations - +Test posix_strerror() function : usage variations --SKIPIF--