summaryrefslogtreecommitdiff
path: root/ext/tokenizer/tests/token_get_all_variation19.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tokenizer/tests/token_get_all_variation19.phpt')
-rw-r--r--ext/tokenizer/tests/token_get_all_variation19.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tokenizer/tests/token_get_all_variation19.phpt b/ext/tokenizer/tests/token_get_all_variation19.phpt
index 9ae6759a8f..6f4f7b68b3 100644
--- a/ext/tokenizer/tests/token_get_all_variation19.phpt
+++ b/ext/tokenizer/tests/token_get_all_variation19.phpt
@@ -33,7 +33,7 @@ for ($i = 0; $i < 10; $i++) {
$token_array = token_get_all($phpstr);
$script = "";
-// reconstruct a script (without open/close tags) from the token array
+// reconstruct a script (without open/close tags) from the token array
foreach ($token_array as $token) {
if (is_array($token)) {
if (strncmp($token[1], '<?php', 5) == 0) {