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 9d997c9 commit c861ca0Copy full SHA for c861ca0
ext/tokenizer/tests/002.phpt
@@ -3,7 +3,7 @@ token_get_all()
3
--SKIPIF--
4
<?php if (!extension_loaded("tokenizer")) print "skip"; ?>
5
--INI--
6
-short_open_tag=1
+short_open_tag=On
7
--FILE--
8
<?php
9
@@ -22,6 +22,7 @@ foreach ($strings as $s) {
22
echo "Done\n";
23
?>
24
--EXPECTF--
25
+Deprecated: Directive 'short_open_tag' is deprecated in Unknown on line 0
26
array(49) {
27
[0]=>
28
array(3) {
ext/tokenizer/tests/token_get_all_variation15.phpt
@@ -49,6 +49,7 @@ var_dump( token_get_all($source));
49
echo "Done"
50
51
52
53
*** Testing token_get_all() : with heredoc source string ***
54
array(103) {
55
0 commit comments