Changes to remaining two tests, #62022
authorzoe slattery <zoe@php.net>
Tue, 15 May 2012 13:39:51 +0000 (14:39 +0100)
committerzoe slattery <zoe@php.net>
Tue, 15 May 2012 13:39:51 +0000 (14:39 +0100)
ext/mysqli/tests/mysqli_options_openbasedir.phpt
ext/standard/tests/strings/htmlentities15.phpt

index 500baf37813355d9fe9feb51185f544d94a42c44..4c13ec1ef013fb9409db69076497ea42cf3cff60 100644 (file)
@@ -6,7 +6,6 @@ require_once('skipif.inc');
 require_once('skipifemb.inc');
 require_once('skipifconnectfailure.inc');
 ?>
---INI--
 --FILE--
 <?php
        require_once('connect.inc');
index 54c1b060171fa637669ce5e5249f3edc77644ae3..e5729f9976ab4fe8ca07eeff3dc84ecb19cafc5b 100644 (file)
@@ -11,7 +11,7 @@ if (!$result || preg_match('/koi8/i', setlocale(LC_CTYPE, 0)) == 0) {
        die("skip setlocale() failed\n");
 }
 ?>
---COMMENT--
+--DESCRIPTION--
 As of PHP 5.4, htmlentities() no longer makes replacements with numerical
 entities. Hence, for this input there's no substitution.
 --FILE--