summaryrefslogtreecommitdiff
path: root/ext/tokenizer/tests/token_get_all_variation3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tokenizer/tests/token_get_all_variation3.phpt')
-rw-r--r--ext/tokenizer/tests/token_get_all_variation3.phpt10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/tokenizer/tests/token_get_all_variation3.phpt b/ext/tokenizer/tests/token_get_all_variation3.phpt
index 66cf4aa87f..f00ed7966f 100644
--- a/ext/tokenizer/tests/token_get_all_variation3.phpt
+++ b/ext/tokenizer/tests/token_get_all_variation3.phpt
@@ -11,16 +11,16 @@ Test token_get_all() function : usage variations - with logical operators
/*
* Passing 'source' argument with different logical operators to test them for tokens
- * and - T_AND_LOGICAL_AND(265),
- * or - T_LOGICAL_OR(263),
- * xor - T_LOGICAL_XOR(264),
- * && - T_BOOLEAN_AND(279),
+ * and - T_AND_LOGICAL_AND(265),
+ * or - T_LOGICAL_OR(263),
+ * xor - T_LOGICAL_XOR(264),
+ * && - T_BOOLEAN_AND(279),
* || - T_BOOLEAN_OR(278)
*/
echo "*** Testing token_get_all() : 'source' string with different logical operators ***\n";
-// logical operators : 'and', 'or', 'xor', '&&', '||'
+// logical operators : 'and', 'or', 'xor', '&&', '||'
$source = array (
'<?php $a = 1 and 024; ?>',
'<?php $b = $b or 0X1E; ?>',