diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-02-03 22:52:20 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-02-03 22:52:20 +0100 |
commit | f8d795820e780a6322e054c26c581570613c14f0 (patch) | |
tree | 99d3ae01ce564752807341c5743863b4c92513f8 /Zend/tests/bug76965.phpt | |
parent | d2cb200e10ada6fa44c54a29292bb4665728fff0 (diff) | |
download | php-git-f8d795820e780a6322e054c26c581570613c14f0.tar.gz |
Reindent phpt files
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 |