From: Pierre Joye Date: Thu, 21 Aug 2008 11:01:35 +0000 (+0000) Subject: - skip 007 on non windows platform and add a win specific version (file not found... X-Git-Tag: BEFORE_HEAD_NS_CHANGE~632 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3a0de9e457281186f76613d3c9ca9ddb01b654e;p=php - skip 007 on non windows platform and add a win specific version (file not found instead of filename too long) --- diff --git a/ext/standard/tests/strings/007-win32.phpt b/ext/standard/tests/strings/007-win32.phpt new file mode 100644 index 0000000000..b16c566eaa --- /dev/null +++ b/ext/standard/tests/strings/007-win32.phpt @@ -0,0 +1,20 @@ +--TEST-- +php_strip_whitespace() and output buffer +--SKIPIF-- + +--INI-- +log_errors_max_len=4096 +--FILE-- + +===DONE=== +--EXPECTF-- +Warning: php_strip_whitespace(%s): failed to open stream: No such file or directory in %s on line %d +string(0) "" +bool(false) +===DONE=== diff --git a/ext/standard/tests/strings/007.phpt b/ext/standard/tests/strings/007.phpt index d323e83a73..5dcf6e24f9 100644 --- a/ext/standard/tests/strings/007.phpt +++ b/ext/standard/tests/strings/007.phpt @@ -1,5 +1,7 @@ --TEST-- php_strip_whitespace() and output buffer +--SKIPIF-- + --INI-- log_errors_max_len=4096 --FILE--