Commit:    0aba4d9e0650b0a3b5642e953e9f0bc3ccd1d264
Author:    Peter Kokot <peterko...@gmail.com>         Sat, 23 Jun 2018 18:49:21 
+0200
Committer: Christoph M. Becker <cmbecke...@gmx.de>      Mon, 23 Jul 2018 
09:54:30 +0200
Parents:   b19560206973cea22e53790bae31678a10a866ef
Branches:  master

Link:       
http://git.php.net/?p=web/qa.git;a=commitdiff;h=0aba4d9e0650b0a3b5642e953e9f0bc3ccd1d264

Log:
Fix non-existent --CREDIT-- tag to --CREDITS--

Since PHP 7.3 custom tags are not allowed unless specially set in the
main run-tests.php script.

Changed paths:
  M  phpt_details.php
  M  sample_tests/sample001.php


Diff:
diff --git a/phpt_details.php b/phpt_details.php
index 52474e9..32b4a0c 100644
--- a/phpt_details.php
+++ b/phpt_details.php
@@ -91,7 +91,7 @@ run-tests.php, server-tests.php</p>
 Name Email<br/>
 [Event]</p>
 <p><b>Example 1 (snippet):</b><br/>
-<pre>--CREDIT--
+<pre>--CREDITS--
 Felipe Pena <fel...@php.net></pre>
 </p>
 <p><b>Example 1 (full):</b> <a 
href="sample_tests/sample001.php">sample001.phpt</a></p>
diff --git a/sample_tests/sample001.php b/sample_tests/sample001.php
index 31ea805..ba74687 100644
--- a/sample_tests/sample001.php
+++ b/sample_tests/sample001.php
@@ -17,7 +17,7 @@ Test filter_input() with GET and POST data.
 This test covers both valid and invalid usages of
 filter_input() with INPUT_GET and INPUT_POST data
 and several differnt filter sanitizers.
---CREDIT--
+--CREDITS--
 Felipe Pena &lt;fel...@php.net&gt;
 --INI--
 precision=14


--
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to