From: George Peter Banyard Date: Tue, 11 Jun 2019 13:41:45 +0000 (+0200) Subject: Remove unnecessary short_open_tag INI directive in tests X-Git-Tag: php-7.4.0alpha1~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f5f277cf2d44ec031e4eeed767c0e0a546eb825;p=php Remove unnecessary short_open_tag INI directive in tests Closes GH-4249. --- diff --git a/ext/standard/tests/strings/strip_tags_basic1.phpt b/ext/standard/tests/strings/strip_tags_basic1.phpt index 164cf50452..77cab23876 100644 --- a/ext/standard/tests/strings/strip_tags_basic1.phpt +++ b/ext/standard/tests/strings/strip_tags_basic1.phpt @@ -1,7 +1,5 @@ --TEST-- Test strip_tags() function : basic functionality - with default arguments ---INI-- -short_open_tag = on --FILE-- ---INI-- -short_open_tag=On --FILE--