diff options
Diffstat (limited to 'Zend/tests/bug76965.phpt')
-rw-r--r-- | Zend/tests/bug76965.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Zend/tests/bug76965.phpt b/Zend/tests/bug76965.phpt index ce157733a5..64165e81f6 100644 --- a/Zend/tests/bug76965.phpt +++ b/Zend/tests/bug76965.phpt @@ -4,10 +4,10 @@ Bug #76965 (INI_SCANNER_RAW doesn't strip trailing whitespace) <?php // the trailing whitespace is intentional $ini = <<<END -1="foo" -2="bar" ; comment -3= baz -4= "foo;bar" +1="foo" +2="bar" ; comment +3= baz +4= "foo;bar" 5= "foo" ; bar ; baz 6= "foo;bar" ; baz 7= foo"bar ; "ok |