Skip to content

Commit 98a8ab1

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Add WHITESPACE_SENSITIVE run-tests section
2 parents 4cdd15d + 27fb0b2 commit 98a8ab1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Zend/tests/bug35655.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ highlight.comment = #FF8000
66
highlight.keyword = #007700
77
highlight.default = #0000BB
88
highlight.html = #000000
9+
--WHITESPACE_SENSITIVE--
910
--FILE--
1011
<?php
1112
$code = '

Zend/tests/nowdoc_013.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ highlight.comment = #FF8000
66
highlight.keyword = #007700
77
highlight.default = #0000BB
88
highlight.html = #000000
9+
--WHITESPACE_SENSITIVE--
910
--FILE--
1011
<?php
1112
$code = <<<'EOF'

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ function run_test($php, $file, $env)
18371837
'CAPTURE_STDIO', 'STDIN', 'CGI', 'PHPDBG',
18381838
'INI', 'ENV', 'EXTENSIONS',
18391839
'SKIPIF', 'XFAIL', 'XLEAK', 'CLEAN',
1840-
'CREDITS', 'DESCRIPTION', 'CONFLICTS',
1840+
'CREDITS', 'DESCRIPTION', 'CONFLICTS', 'WHITESPACE_SENSITIVE',
18411841
))) {
18421842
$bork_info = 'Unknown section "' . $section . '"';
18431843
}

0 commit comments

Comments
 (0)