Commit: d24e883219ae3007162064b1b4a3b4870b44b22e Author: Christoph M. Becker <cmbecke...@gmx.de> Mon, 3 Feb 2020 10:29:31 +0100 Parents: 4c5e9d7d6f4c8542ec41c52cadd0f725fe6758a9 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=d24e883219ae3007162064b1b4a3b4870b44b22e Log: Document --WHITESPACE_SENSITIVE-- section Cf. <http://git.php.net/?p=php-src.git;a=commitdiff;h=27fb0b28dd7cdd060e47e9c0a8c274be62ddba17> Changed paths: M phpt_details.php Diff: diff --git a/phpt_details.php b/phpt_details.php index 90bac86..511ac02 100644 --- a/phpt_details.php +++ b/phpt_details.php @@ -20,6 +20,7 @@ common_header(); [<a href="#credits_section">--CREDITS--</a>]<br/> [<a href="#skipif_section">--SKIPIF--</a>]<br/> [<a href="#conflicts_section">--CONFLICTS--</a>]<br/> +[<a href="whitespace_sensitive_section">--WHITESPACE_SENSITIVE--</a>]<br/> [<a href="#capture_stdio_section">--CAPTURE_STDIO--</a>]<br/> [<a href="#extensions_section">--EXTENSIONS--</a>]<br/> [<a href="#post_section">--POST--</a> | <a href="#put_section">--PUT--</a> | <a href="#post_raw_section">--POST_RAW--</a> | <a href="#gzip_post_section">--GZIP_POST--</a> | <a href="#deflate_post_section">--DEFLATE_POST--</a> | <a href="#get_section">--GET--</a>]<br/> @@ -155,6 +156,18 @@ server</pre> <p><b>Example 1 (full):</b> <a href="sample_tests/conflicts_1.php">conflicts_1.phpt</a></p> </dd> +<dt id="conflicts_section">--WHITESPACE_SENSITIVE--</dt> +<dd> +<p><b>Description:</b><br/> +<p>This flag is used to indicate that the test should not be changed by +automated formatting changes. Available as of PHP 7.4.3. +</p> +<p><b>Required:</b><br/> +No.</p> +<p><b>Format:</b><br/> +No value, just the --WHITESPACE_SENSITIVE-- statement.</p> +</dd> + <dt id="capture_stdio_section">--CAPTURE_STDIO--</dt> <dd> <p><b>Description:</b><br/>