summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Zend/tests/bug35655.phpt1
-rw-r--r--Zend/tests/nowdoc_013.phpt1
-rwxr-xr-xrun-tests.php2
3 files changed, 3 insertions, 1 deletions
diff --git a/Zend/tests/bug35655.phpt b/Zend/tests/bug35655.phpt
index bbb137799a..47e7a7bd7e 100644
--- a/Zend/tests/bug35655.phpt
+++ b/Zend/tests/bug35655.phpt
@@ -6,6 +6,7 @@ highlight.comment = #FF8000
highlight.keyword = #007700
highlight.default = #0000BB
highlight.html = #000000
+--WHITESPACE_SENSITIVE--
--FILE--
<?php
$code = '
diff --git a/Zend/tests/nowdoc_013.phpt b/Zend/tests/nowdoc_013.phpt
index 3e7d41fe07..61543f74e3 100644
--- a/Zend/tests/nowdoc_013.phpt
+++ b/Zend/tests/nowdoc_013.phpt
@@ -6,6 +6,7 @@ highlight.comment = #FF8000
highlight.keyword = #007700
highlight.default = #0000BB
highlight.html = #000000
+--WHITESPACE_SENSITIVE--
--FILE--
<?php
$code = <<<'EOF'
diff --git a/run-tests.php b/run-tests.php
index 7f39564a64..a5698882db 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -1837,7 +1837,7 @@ TEST $file
'CAPTURE_STDIO', 'STDIN', 'CGI', 'PHPDBG',
'INI', 'ENV', 'EXTENSIONS',
'SKIPIF', 'XFAIL', 'XLEAK', 'CLEAN',
- 'CREDITS', 'DESCRIPTION', 'CONFLICTS',
+ 'CREDITS', 'DESCRIPTION', 'CONFLICTS', 'WHITESPACE_SENSITIVE',
))) {
$bork_info = 'Unknown section "' . $section . '"';
}