summaryrefslogtreecommitdiff
path: root/ext/tokenizer/tests/token_get_all_variation16.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tokenizer/tests/token_get_all_variation16.phpt')
-rw-r--r--ext/tokenizer/tests/token_get_all_variation16.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/tokenizer/tests/token_get_all_variation16.phpt b/ext/tokenizer/tests/token_get_all_variation16.phpt
index f93ec870fc..bd97ff4eb8 100644
--- a/ext/tokenizer/tests/token_get_all_variation16.phpt
+++ b/ext/tokenizer/tests/token_get_all_variation16.phpt
@@ -4,11 +4,6 @@ Test token_get_all() function : usage variations - with function constructs
<?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 language tokens
- * Source code: ext/tokenizer/tokenizer.c
-*/
-
/*
* Testing token_get_all() with different function keywords
* function - T_FUNCTION(333), return - T_RETURN(335)