]> granicus.if.org Git - php/commitdiff
Disabled output_handler in INI section
authorMoriyoshi Koizumi <moriyoshi@php.net>
Sun, 3 Nov 2002 08:37:59 +0000 (08:37 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Sun, 3 Nov 2002 08:37:59 +0000 (08:37 +0000)
14 files changed:
ext/mbstring/tests/casefold.phpt
ext/mbstring/tests/mb_convert_encoding.phpt
ext/mbstring/tests/mb_convert_variables.phpt
ext/mbstring/tests/mb_ereg.phpt
ext/mbstring/tests/mb_ereg_search_xxx.phpt
ext/mbstring/tests/mb_strcut.phpt
ext/mbstring/tests/mb_strimwidth.phpt
ext/mbstring/tests/mb_substr.phpt
ext/mbstring/tests/simpletest.phpt
ext/standard/tests/strings/htmlentities.phpt
ext/standard/tests/strings/htmlentities01.phpt
ext/standard/tests/strings/htmlentities02.phpt
ext/standard/tests/strings/htmlentities03.phpt
ext/standard/tests/strings/htmlentities04.phpt

index d0b96a9fb188b3aec8d033a8395ede0a11cbbaa1..3bc02f26c91df639ad5c9e26808391a32dd38b87 100644 (file)
@@ -6,6 +6,8 @@ extension_loaded('mbstring') or die('skip mbstring not available');
 function_exists('mb_strtolower') and
 function_exists('mb_convert_case' ) or die("SKIP");
 ?>
+--INI--
+output_handler=
 --FILE--
 <?php
        mb_internal_encoding( 'ISO-8859-1' );
index 170512b6d219cf4bcb119d7a52cdcaaf2a0576cd..774563683e6573415a55eac14e048ec8b9a0119d 100644 (file)
@@ -2,6 +2,8 @@
 mb_convert_encoding()
 --SKIPIF--
 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
+--INI--
+output_handler=
 --FILE--
 <?php
 // TODO: Add more tests
index 73982d0426d507051e0e17d835298c6e3870e6b6..86ffc8a994a6a40cc0d6e12374b5938afd859a21 100644 (file)
@@ -2,6 +2,8 @@
 mb_convert_variables()
 --SKIPIF--
 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
+--INI--
+output_handler=
 --FILE--
 <?php
 // TODO: Add more tests
index 240331b7203e8ee98cb50fba0f52ed39848eba76..2c4ac7266d37e7f3a681ba420471de3b5da5bccb 100644 (file)
@@ -5,6 +5,8 @@ mb_ereg()
 extension_loaded('mbstring') or die('skip mbstring not available');
 function_exists('mb_ereg') or die("SKIP");
 ?>
+--INI--
+output_handler=
 --FILE--
 <?php
        mb_regex_set_options( '' );
index eba07eeb11da7c6da237bf5b420e824fc6e3cb1f..7410c561c333447a3cd47b8acde664d5a7de8587 100644 (file)
@@ -5,6 +5,8 @@ mb_ereg_search() stuff
 extension_loaded('mbstring') or die('skip mbstring not available');
 function_exists('mb_ereg_search') or die("SKIP");
 ?>
+--INI--
+output_handler=
 --FILE--
 <?php
        mb_regex_set_options( '' );
index a857d59a71ece1cf3e05f69b2a7bbb10a86ba940..8ea074a3cda302d3b59121c478b35f5e0d96fac1 100644 (file)
@@ -2,6 +2,8 @@
 mb_strcut()
 --SKIPIF--
 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
+--INI--
+output_handler=
 --FILE--
 <?php
 // TODO: Add more encodings
index 151f0758854c17003e87e4b23a1e2d38aa11c71c..efa98856f13797afc6156b2391123bb82828fc28 100644 (file)
@@ -2,6 +2,8 @@
 mb_strimwidth()
 --SKIPIF--
 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
+--INI--
+output_handler=
 --FILE--
 <?php
 // TODO: Add more encoding
index 2bfef5fec9f226db7d3c715675d03fd9cee8d76f..893cb64819035d2c1aa4214bd10df54487dffc6d 100644 (file)
@@ -2,6 +2,8 @@
 mb_substr()
 --SKIPIF--
 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
+--INI--
+output_handler=
 --FILE--
 <?php
 // TODO: Add more encodings
index 3360325214cce0705792c3e68c95dc341dcee4f5..80b2f725961ca765a69df915ddcdefadd3838abb 100644 (file)
@@ -2,6 +2,8 @@
 Simple multi-byte print test (EUC-JP)
 --SKIPIF--
 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
+--INI--
+output_handler=
 --FILE--
 <?php
 /*
index 97e3aaa38fc4801886017efbe4fa5c2d2a244a9f..743651ecad5e6e9a2b880015431fa32dfdcbb59b 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 HTML entities
---POST--
---GET--
+--INI--
+output_handler=
 --FILE--
 <?php 
 setlocale (LC_CTYPE, "C");
index d073285c5067a798d7c8e3d42912fbda6ac1db4a..4ab49472d1f38fd7bf9714e9c09ff7186e7fccdb 100644 (file)
@@ -1,6 +1,7 @@
 --TEST--
 htmlentities() test 1 (cp1252)
 --INI--
+output_handler=
 mbstring.internal_encoding=pass
 --FILE--
 <?php
index fd441e314c0cc158adf337215d27b20ebfeab9e2..38fa615bffbb4615ef2a6ef52e666678969a5c07 100644 (file)
@@ -3,6 +3,7 @@ htmlentities() test 2 (setlocale / fr_FR.ISO-8859-15)
 --SKIPIF--
 <?php setlocale(LC_CTYPE, "fr_FR.ISO-8859-15", "fr_FR.ISO8859-15") or die("skip setlocale() failed\n"); ?>
 --INI--
+output_handler=
 mbstring.internal_encoding=pass
 --FILE--
 <?php
index 5143f08d937eaad4ce689146df4b7d3c1156f897..206c7d33e78102b98b02a479fd7655ff7d48b7de 100644 (file)
@@ -3,6 +3,7 @@ htmlentities() test 3 (setlocale / de_DE.ISO-8859-1)
 --SKIPIF--
 <?php setlocale(LC_CTYPE, "de_DE.ISO-8859-1", "de_DE.ISO8859-1") or die("skip setlocale() failed\n"); ?>
 --INI--
+output_handler=
 mbstring.internal_encoding=pass
 --FILE--
 <?php
index 172149a26a70922551399c808dad8cd05bb497ed..2d8aff3582a8b6555928ab4b95a9a921f8af45b1 100644 (file)
@@ -3,6 +3,7 @@ htmlentities() test 4 (setlocale / ja_JP.EUC-JP)
 --SKIPIF--
 <?php setlocale(LC_CTYPE, "ja_JP.EUC-JP", "ja_JP.eucJP") or die("skip setlocale() failed\n"); ?>
 --INI--
+output_handler=
 mbstring.internal_encoding=pass
 --FILE--
 <?php