summaryrefslogtreecommitdiff
path: root/ext/tokenizer/tests/token_get_all_variation5.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tokenizer/tests/token_get_all_variation5.phpt')
-rw-r--r--ext/tokenizer/tests/token_get_all_variation5.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/tokenizer/tests/token_get_all_variation5.phpt b/ext/tokenizer/tests/token_get_all_variation5.phpt
index 744894ed76..0068f2866f 100644
--- a/ext/tokenizer/tests/token_get_all_variation5.phpt
+++ b/ext/tokenizer/tests/token_get_all_variation5.phpt
@@ -1,5 +1,7 @@
--TEST--
Test token_get_all() function : usage variations - with assignment operators
+--SKIPIF--
+<?php if (!extension_loaded("tokenizer")) print "skip"; ?>
--FILE--
<?php
/* Prototype : array token_get_all(string $source)