]> granicus.if.org Git - php/commitdiff
Remove unnecessary short_open_tag INI directive in tests
authorGeorge Peter Banyard <girgias@php.net>
Tue, 11 Jun 2019 13:41:45 +0000 (15:41 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 11 Jun 2019 14:14:10 +0000 (16:14 +0200)
Closes GH-4249.

12 files changed:
ext/standard/tests/strings/strip_tags_basic1.phpt
ext/standard/tests/strings/strip_tags_basic2.phpt
ext/standard/tests/strings/strip_tags_variation10.phpt
ext/standard/tests/strings/strip_tags_variation11.phpt
ext/standard/tests/strings/strip_tags_variation2.phpt
ext/standard/tests/strings/strip_tags_variation4.phpt
ext/standard/tests/strings/strip_tags_variation5.phpt
ext/standard/tests/strings/strip_tags_variation6.phpt
ext/standard/tests/strings/strip_tags_variation7.phpt
ext/standard/tests/strings/strip_tags_variation8.phpt
ext/standard/tests/strings/strip_tags_variation9.phpt
ext/tokenizer/tests/token_get_all_variation15.phpt

index 164cf504522a9ff61c086acb028fb0a6261bd874..77cab238769fc1caa05e0765b2833a77a44219f5 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test strip_tags() function : basic functionality - with default arguments
---INI--
-short_open_tag = on
 --FILE--
 <?php
 /* Prototype  : string strip_tags(string $str [, string $allowable_tags])
index e9a48af79d5d3fa83a3b6c2239cf78a64fcb09fe..854c267b2266f79230ea5ea1c9e9d0b366109e6b 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test strip_tags() function : basic functionality - with all arguments
---INI--
-short_open_tag = on
 --FILE--
 <?php
 /* Prototype  : string strip_tags(string $str [, string $allowable_tags])
index eef338fa9ca04d55dec203a329d090f441a6c6e2..f04f06a527a3b457f73d5030a2f5124d9a85787b 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test strip_tags() function : usage variations - single quoted strings
---INI--
-short_open_tag = on
 --FILE--
 <?php
 /* Prototype  : string strip_tags(string $str [, string $allowable_tags])
index 63d579f4adabac501b2aee25f6dc5999625c5b39..eb8193833c9262e772be2244116e1ae5fa88405f 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test strip_tags() function : obscure values within attributes
---INI--
-short_open_tag = on
 --FILE--
 <?php
 
index ee7d5c6cbc5c48e0868f8a6cfcb4dda5e18ccdcf..1a504530d29f3cbdf666d4471da8f4509553d422 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test strip_tags() function : usage variations - unexpected values for 'allowable_tags'
---INI--
-short_open_tag = on
 --FILE--
 <?php
 /* Prototype  : string strip_tags(string $str [, string $allowable_tags])
index 2118d58959fe9e2ba630ca3119347b63ae19e4bb..484438ef6e5c2477e6a315f113a8b0766e702f40 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test strip_tags() function : usage variations - invalid values for 'str' and valid 'allowable_tags'
---INI--
-short_open_tag = on
 --FILE--
 <?php
 /* Prototype  : string strip_tags(string $str [, string $allowable_tags])
index e6b19540e3949af7bf2cf7ab92da7696debeb500..e96d2c55c139ea5d89dcaa488ac9d96a03494298 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test strip_tags() function : usage variations - heredoc strings
---INI--
-short_open_tag = on
 --FILE--
 <?php
 /* Prototype  : string strip_tags(string $str [, string $allowable_tags])
index b066e718b39b21eb03f10766e5d29ea1a5844293..3fbda44023ff143f78b923b670f1d89aa2a55c1d 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test strip_tags() function : usage variations - binary safe checking
---INI--
-short_open_tag = on
 --FILE--
 <?php
 /* Prototype  : string strip_tags(string $str [, string $allowable_tags])
index 5ff9177b18463517a09ee65fd31539d377d006a2..7c2d9255d6f51995bcc00c8fcb0143b334ca661d 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test strip_tags() function : usage variations - invalid values for 'str' and 'allowable_tags'
---INI--
-short_open_tag = on
 --FILE--
 <?php
 /* Prototype  : string strip_tags(string $str [, string $allowable_tags])
index f3c5a17136ad2771f61088495adc90a0a2a8e316..e44e296c5ddd231943eba4ecae9a73bdb65682c6 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test strip_tags() function : usage variations - valid value for 'str' and invalid values for 'allowable_tags'
---INI--
-short_open_tag = on
 --FILE--
 <?php
 /* Prototype  : string strip_tags(string $str [, string $allowable_tags])
index 843653c208df56526f5c77ffd313058895501756..a4e9951ba511afbebb93dea402b3ce9eee8acdf0 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test strip_tags() function : usage variations - double quoted strings
---INI--
-short_open_tag = on
 --FILE--
 <?php
 /* Prototype  : string strip_tags(string $str [, string $allowable_tags])
index 56269f5d01463955d417a38b67f64e93be2f3d48..b9e6c1fd9f00c737b5f325aae3a895b0801e0b0b 100644 (file)
@@ -2,8 +2,6 @@
 Test token_get_all() function : usage variations - heredoc string for 'source'
 --SKIPIF--
 <?php if (!extension_loaded("tokenizer")) print "skip"; ?>
---INI--
-short_open_tag=On
 --FILE--
 <?php
 /* Prototype  : array token_get_all(string $source)