diff options
-rw-r--r-- | ext/tokenizer/tests/token_get_all_variation15.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/tokenizer/tests/token_get_all_variation15.phpt b/ext/tokenizer/tests/token_get_all_variation15.phpt index 36a8630174..03ccd4d9d1 100644 --- a/ext/tokenizer/tests/token_get_all_variation15.phpt +++ b/ext/tokenizer/tests/token_get_all_variation15.phpt @@ -1,5 +1,7 @@ --TEST-- Test token_get_all() function : usage variations - heredoc string for 'source' +--INI-- +short_open_tag=On --FILE-- <?php /* Prototype : array token_get_all(string $source) |