summaryrefslogtreecommitdiff
path: root/ext/tokenizer/tests/token_get_all_variation5.phpt
diff options
context:
space:
mode:
authorStefan Marr <gron@php.net>2011-07-31 16:35:09 +0000
committerStefan Marr <gron@php.net>2011-07-31 16:35:09 +0000
commit03f514d0a07dd66d7068df19f40cdf313560e3a9 (patch)
treee705f5775f94a16a64208304ffe49c4dc73f347a /ext/tokenizer/tests/token_get_all_variation5.phpt
parent70aad763e9f06f4045d0a06b21b55ffccdda1084 (diff)
downloadphp-git-03f514d0a07dd66d7068df19f40cdf313560e3a9.tar.gz
Added: SKIP when tokenizer extension is not available
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)