diff options
| author | Ondřej Surý <ondrej@sury.org> | 2011-02-16 10:13:02 +0100 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2011-02-16 10:13:02 +0100 |
| commit | fd5a0b31640419ca63d1ddeaffd6d3cf2a741814 (patch) | |
| tree | bfd17d84c5181d7b98d7d66f56573f4fc897e31c /ext/sqlite3/tests/sqlite3_15_open_error.phpt | |
| parent | 01fcdff3849c3691d9aaeaab735846ab6d8895ca (diff) | |
| download | php-upstream/5.3.5.tar.gz | |
Imported Upstream version 5.3.5upstream/5.3.5
Diffstat (limited to 'ext/sqlite3/tests/sqlite3_15_open_error.phpt')
| -rw-r--r-- | ext/sqlite3/tests/sqlite3_15_open_error.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sqlite3/tests/sqlite3_15_open_error.phpt b/ext/sqlite3/tests/sqlite3_15_open_error.phpt index 1fcaca9c7..49168fd19 100644 --- a/ext/sqlite3/tests/sqlite3_15_open_error.phpt +++ b/ext/sqlite3/tests/sqlite3_15_open_error.phpt @@ -16,8 +16,8 @@ echo "Done\n"; unlink($unreadable); ?> --EXPECTF-- -exception 'Exception' with message 'Unable to open database: %s' in %s/sqlite3_15_open_error.php:%d +exception 'Exception' with message 'Unable to open database: %s' in %ssqlite3_15_open_error.php:%d Stack trace: -#0 %s/sqlite3_15_open_error.php(%d): SQLite3->__construct('%s') +#0 %ssqlite3_15_open_error.php(%d): SQLite3->__construct('%s') #1 {main} Done |
