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/sqlite3/tests/sqlite3_21_security.phpt | |
| parent | d2cb200e10ada6fa44c54a29292bb4665728fff0 (diff) | |
| download | php-git-f8d795820e780a6322e054c26c581570613c14f0.tar.gz | |
Reindent phpt files
Diffstat (limited to 'ext/sqlite3/tests/sqlite3_21_security.phpt')
| -rw-r--r-- | ext/sqlite3/tests/sqlite3_21_security.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sqlite3/tests/sqlite3_21_security.phpt b/ext/sqlite3/tests/sqlite3_21_security.phpt index 5221807cd5..407869b3f8 100644 --- a/ext/sqlite3/tests/sqlite3_21_security.phpt +++ b/ext/sqlite3/tests/sqlite3_21_security.phpt @@ -19,9 +19,9 @@ unlink($directory . $file); echo "Above test directory\n"; try { - $db = new SQLite3('../bad' . $file); + $db = new SQLite3('../bad' . $file); } catch (Exception $e) { - echo $e . "\n"; + echo $e . "\n"; } echo "Done\n"; |
