diff options
author | Hannes Magnusson <bjori@php.net> | 2007-12-16 19:17:54 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2007-12-16 19:17:54 +0000 |
commit | 70b10b2b398030b3cdfde7e66f963dd289ca9db8 (patch) | |
tree | cfe1b0ca328d4c29538836815e0a652276d00cc3 /ext/tokenizer/tests | |
parent | bfad3071cd91b1974be856431de989b9d2b9f35c (diff) | |
download | php-git-70b10b2b398030b3cdfde7e66f963dd289ca9db8.tar.gz |
Fix test
Diffstat (limited to 'ext/tokenizer/tests')
-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) |