mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
ext/pgsql: fix pg_trace test when trace mode is supported. (#11191)
This commit is contained in:
parent
ac5920f92b
commit
f18a0384c1
1 changed files with 2 additions and 2 deletions
|
@ -21,6 +21,6 @@ var_dump(pg_trace($tracefile, 'w', $db, 0));
|
||||||
$res = pg_query($db, 'select 1');
|
$res = pg_query($db, 'select 1');
|
||||||
|
|
||||||
?>
|
?>
|
||||||
--EXPECT--
|
--EXPECTF--
|
||||||
pg_trace(): Argument #4 ($trace_mode) cannot set as trace is unsupported
|
pg_trace(): Argument #4 ($trace_mode) %s
|
||||||
bool(true)
|
bool(true)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue