diff options
Diffstat (limited to 'ext/tokenizer/tests/token_get_all_variation10.phpt')
| -rw-r--r-- | ext/tokenizer/tests/token_get_all_variation10.phpt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/tokenizer/tests/token_get_all_variation10.phpt b/ext/tokenizer/tests/token_get_all_variation10.phpt index 55e9d7edf8..af2e413d38 100644 --- a/ext/tokenizer/tests/token_get_all_variation10.phpt +++ b/ext/tokenizer/tests/token_get_all_variation10.phpt @@ -25,17 +25,17 @@ $b = 0; $source = array ( // int const - '<?php $a = 1 + 034; $b = $a + 0x3F; ?>', - + '<?php $a = 1 + 034; $b = $a + 0x3F; ?>', + // float const '<?php $a = 0.23E-2 + 0.43e2 + 0.5; ?>', // string const - '<?php $a = "hello ".\'world\'; ?>', + '<?php $a = "hello ".\'world\'; ?>', // bool const - "<?php \$a = (\$b)? true : false; ?>", - "<?php \$b = (\$a)? FALSE : TRUE; ?>", + "<?php \$a = (\$b)? true : false; ?>", + "<?php \$b = (\$a)? FALSE : TRUE; ?>", // null const '<?php $b = null | NULL; ?>' |
