We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29de8f2 commit 79a9776Copy full SHA for 79a9776
ext/tokenizer/tests/token_get_all_variation15.phpt
@@ -2,8 +2,6 @@
2
Test token_get_all() function : usage variations - heredoc string for 'source'
3
--SKIPIF--
4
<?php if (!extension_loaded("tokenizer")) print "skip"; ?>
5
---INI--
6
-short_open_tag=On
7
--FILE--
8
<?php
9
/* Prototype : array token_get_all(string $source)
@@ -49,7 +47,6 @@ var_dump( token_get_all($source));
49
47
echo "Done"
50
48
?>
51
--EXPECTF--
52
-Deprecated: Directive 'short_open_tag' is deprecated in Unknown on line 0
53
*** Testing token_get_all() : with heredoc source string ***
54
array(103) {
55
[0]=>
0 commit comments