mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +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');
|
||||
|
||||
?>
|
||||
--EXPECT--
|
||||
pg_trace(): Argument #4 ($trace_mode) cannot set as trace is unsupported
|
||||
--EXPECTF--
|
||||
pg_trace(): Argument #4 ($trace_mode) %s
|
||||
bool(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue