Commit: 0d644bfc07e5675577ab18b94416d38e9de8e37e Author: Gabriel Caruso <carusogabrie...@gmail.com> Tue, 20 Feb 2018 19:40:33 -0300 Committer: Christoph M. Becker <cmbecke...@gmx.de> Mon, 23 Jul 2018 13:21:51 +0200 Parents: 6bcd719cbe5b2ac65a2d8d0287fcccafd4a8d5e5 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=0d644bfc07e5675577ab18b94416d38e9de8e37e Log: Remove no longer supported tags Changed paths: M phpt_details.php Diff: diff --git a/phpt_details.php b/phpt_details.php index 32b4a0c..c5f3316 100644 --- a/phpt_details.php +++ b/phpt_details.php @@ -231,7 +231,7 @@ abcdef123456789 <dt id="put_section">--PUT--</dt> <dd> <p><b>Description:</b><br/> -Similar to the section above, PUT data to be passed to the test script. +Similar to the section above, PUT data to be passed to the test script. This section forces the use of the CGI binary instead of the usual CLI one.</p> <p><b>Required:</b><br/> No.</p> @@ -515,7 +515,7 @@ files/file012.php</pre></p> <dd> <p><b>Description:</b><br/> This block allows you to redirect from one test to a bunch of other tests. It -also allows you to set configurations which are used on all tests in your +also allows you to set configurations which are used on all tests in your destination.</p> <p><b>Required:</b><br/> One of the FILE type sections is required.</p> @@ -732,14 +732,6 @@ when run on different platforms.</p> <li>%c: A single character of any sort (.).</li> <li>%r...%r: Any string (...) enclosed between two %r will be treated as a regular expression.</li> -<li>%unicode|string%: Matches the string 'unicode' in PHP6 test output and 'string' - in PHP5 test output.</li> -<li>%binary_string_optional%: Matches 'Binary string' in PHP6 output, 'string' in - PHP5 output. Used in PHP Warning messages.</li> -<li>%unicode_string_optional%: Matches 'Unicode string' in PHP6 output, 'string' in - PHP5 output. Used in PHP Warning messages.</li> -<li>%u|b%: Matches a single 'u' in PHP6 test output where the PHP5 output from the - same test hs no character in that position.</li> </ul> </p> <p><b>Example 1 (snippet):</b><br/> @@ -922,7 +914,7 @@ PHP source code enclosed by PHP tags.</p> <p><b>Example 1 (full):</b> <a href="sample_tests/sample024.php">sample024.phpt</a></p> <p><b>Example 2 (snippet):</b><br/> <pre>--CLEAN-- -<?php +<?php require_once('clean.inc'); ?></pre></p> <p><b>Example 2 (full):</b> <a href="sample_tests/sample025.php">sample025.phpt</a></p> @@ -941,4 +933,3 @@ shm_remove($s); <?php common_footer(); - -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php