diff options
| author | Anatol Belski <ab@php.net> | 2016-05-12 12:49:31 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2016-05-12 12:49:31 +0200 |
| commit | ed2ec7be80904d39237261df109ec4331705e6f8 (patch) | |
| tree | 8d77dad964b57f8126c74fdbe17c72d9a129ad06 | |
| parent | 7b94b958ccbc87595d688d178f96daf96a9f54b3 (diff) | |
| parent | 9f50bb5bfa030409a3fcdec594fbab4cd83393a7 (diff) | |
| download | php-git-ed2ec7be80904d39237261df109ec4331705e6f8.tar.gz | |
Merge branch 'PHP-7.0'
* PHP-7.0:
workaround the extra new line in the test out on another env
| -rw-r--r-- | ext/pgsql/tests/bug72197.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/tests/bug72197.phpt b/ext/pgsql/tests/bug72197.phpt index da52d8ea69..2ce15bdaf4 100644 --- a/ext/pgsql/tests/bug72197.phpt +++ b/ext/pgsql/tests/bug72197.phpt @@ -28,7 +28,7 @@ pg_close($conn); ?> ==DONE== --EXPECTF-- -Warning: pg_lo_create(): supplied resource is not a valid PostgreSQL link resource in %sbug72197.php on line %d +Warning: pg_lo_create(): supplied resource is not a valid PostgreSQL link resource in %sbug72197.php on line %d%w int(%d) int(%d) ==DONE== |
