Skip to content

Commit 79a9776

Browse files
committed
Remove short_open_tags INI declaration in test.
1 parent 29de8f2 commit 79a9776

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/tokenizer/tests/token_get_all_variation15.phpt

Lines changed: 0 additions & 3 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)
@@ -49,7 +47,6 @@ var_dump( token_get_all($source));
4947
echo "Done"
5048
?>
5149
--EXPECTF--
52-
Deprecated: Directive 'short_open_tag' is deprecated in Unknown on line 0
5350
*** Testing token_get_all() : with heredoc source string ***
5451
array(103) {
5552
[0]=>

0 commit comments

Comments
 (0)