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 /ext/standard/tests/general_functions/proc_open_pipes3.phpt | |
parent | d2cb200e10ada6fa44c54a29292bb4665728fff0 (diff) | |
download | php-git-f8d795820e780a6322e054c26c581570613c14f0.tar.gz |
Reindent phpt files
Diffstat (limited to 'ext/standard/tests/general_functions/proc_open_pipes3.phpt')
-rw-r--r-- | ext/standard/tests/general_functions/proc_open_pipes3.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/general_functions/proc_open_pipes3.phpt b/ext/standard/tests/general_functions/proc_open_pipes3.phpt index 0cb9f03eb8..848850b327 100644 --- a/ext/standard/tests/general_functions/proc_open_pipes3.phpt +++ b/ext/standard/tests/general_functions/proc_open_pipes3.phpt @@ -4,7 +4,7 @@ proc_open() with invalid pipes <?php for ($i = 3; $i<= 5; $i++) { - $spec[$i] = array('pipe', 'w'); + $spec[$i] = array('pipe', 'w'); } $php = getenv("TEST_PHP_EXECUTABLE"); |