diff options
| author | Nikita Popov <nikita.ppv@gmail.com> | 2020-02-03 13:41:31 +0100 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-02-03 13:41:31 +0100 |
| commit | 58b17906f512866c2e34844fa497ecdf7f1e1e3d (patch) | |
| tree | fcfa56bc040ec99990610dba890b72ef4d560663 /ext/zip/examples/encryption.php | |
| parent | 4fd63185803aad42790c0ac38c144b346e283009 (diff) | |
| download | php-git-58b17906f512866c2e34844fa497ecdf7f1e1e3d.tar.gz | |
Apply tidy formatting
Mostly reindent PHP scripts to spaces.
Diffstat (limited to 'ext/zip/examples/encryption.php')
| -rw-r--r-- | ext/zip/examples/encryption.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/zip/examples/encryption.php b/ext/zip/examples/encryption.php index 9ef7dd8497..42d3850404 100644 --- a/ext/zip/examples/encryption.php +++ b/ext/zip/examples/encryption.php @@ -40,9 +40,9 @@ $zip->close(); echo "== Stream with context\n"; $ctx = stream_context_create(array( - 'zip' => array( - 'password' => $pass - ) + 'zip' => array( + 'password' => $pass + ) )); $text = file_get_contents("zip://$name#$file", false, $ctx); printf("Size = %d\n", strlen($text)); |
