Skip to content

Commit 7f5f277

Browse files
Girgiasnikic
authored andcommitted
Remove unnecessary short_open_tag INI directive in tests
Closes GH-4249.
1 parent e5aba0f commit 7f5f277

12 files changed

+0
-24
lines changed

ext/standard/tests/strings/strip_tags_basic1.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
Test strip_tags() function : basic functionality - with default arguments
3-
--INI--
4-
short_open_tag = on
53
--FILE--
64
<?php
75
/* Prototype : string strip_tags(string $str [, string $allowable_tags])

ext/standard/tests/strings/strip_tags_basic2.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
Test strip_tags() function : basic functionality - with all arguments
3-
--INI--
4-
short_open_tag = on
53
--FILE--
64
<?php
75
/* Prototype : string strip_tags(string $str [, string $allowable_tags])

ext/standard/tests/strings/strip_tags_variation10.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
Test strip_tags() function : usage variations - single quoted strings
3-
--INI--
4-
short_open_tag = on
53
--FILE--
64
<?php
75
/* Prototype : string strip_tags(string $str [, string $allowable_tags])

ext/standard/tests/strings/strip_tags_variation11.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
Test strip_tags() function : obscure values within attributes
3-
--INI--
4-
short_open_tag = on
53
--FILE--
64
<?php
75

ext/standard/tests/strings/strip_tags_variation2.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
Test strip_tags() function : usage variations - unexpected values for 'allowable_tags'
3-
--INI--
4-
short_open_tag = on
53
--FILE--
64
<?php
75
/* Prototype : string strip_tags(string $str [, string $allowable_tags])

ext/standard/tests/strings/strip_tags_variation4.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
Test strip_tags() function : usage variations - invalid values for 'str' and valid 'allowable_tags'
3-
--INI--
4-
short_open_tag = on
53
--FILE--
64
<?php
75
/* Prototype : string strip_tags(string $str [, string $allowable_tags])

ext/standard/tests/strings/strip_tags_variation5.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
Test strip_tags() function : usage variations - heredoc strings
3-
--INI--
4-
short_open_tag = on
53
--FILE--
64
<?php
75
/* Prototype : string strip_tags(string $str [, string $allowable_tags])

ext/standard/tests/strings/strip_tags_variation6.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
Test strip_tags() function : usage variations - binary safe checking
3-
--INI--
4-
short_open_tag = on
53
--FILE--
64
<?php
75
/* Prototype : string strip_tags(string $str [, string $allowable_tags])

ext/standard/tests/strings/strip_tags_variation7.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
Test strip_tags() function : usage variations - invalid values for 'str' and 'allowable_tags'
3-
--INI--
4-
short_open_tag = on
53
--FILE--
64
<?php
75
/* Prototype : string strip_tags(string $str [, string $allowable_tags])

ext/standard/tests/strings/strip_tags_variation8.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
Test strip_tags() function : usage variations - valid value for 'str' and invalid values for 'allowable_tags'
3-
--INI--
4-
short_open_tag = on
53
--FILE--
64
<?php
75
/* Prototype : string strip_tags(string $str [, string $allowable_tags])

ext/standard/tests/strings/strip_tags_variation9.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
Test strip_tags() function : usage variations - double quoted strings
3-
--INI--
4-
short_open_tag = on
53
--FILE--
64
<?php
75
/* Prototype : string strip_tags(string $str [, string $allowable_tags])

ext/tokenizer/tests/token_get_all_variation15.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
Test token_get_all() function : usage variations - heredoc string for 'source'
33
--SKIPIF--
44
<?php if (!extension_loaded("tokenizer")) print "skip"; ?>
5-
--INI--
6-
short_open_tag=On
75
--FILE--
86
<?php
97
/* Prototype : array token_get_all(string $source)

0 commit comments

Comments
 (0)