summaryrefslogtreecommitdiff
path: root/ext/tokenizer/tests/token_get_all_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tokenizer/tests/token_get_all_error.phpt')
-rw-r--r--ext/tokenizer/tests/token_get_all_error.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/tokenizer/tests/token_get_all_error.phpt b/ext/tokenizer/tests/token_get_all_error.phpt
index 9ded0a1774..35b5048b6b 100644
--- a/ext/tokenizer/tests/token_get_all_error.phpt
+++ b/ext/tokenizer/tests/token_get_all_error.phpt
@@ -1,11 +1,11 @@
--TEST--
-Test token_get_all() function : error conditions
+Test token_get_all() function : error conditions
--SKIPIF--
<?php if (!extension_loaded("tokenizer")) print "skip"; ?>
--FILE--
<?php
/* Prototype : array token_get_all(string $source)
- * Description: splits the given source into an array of PHP languange tokens
+ * Description: splits the given source into an array of PHP languange tokens
* Source code: ext/tokenizer/tokenizer.c
*/