mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
ext/pgsql: fix pg_trace test when trace mode is supported. (#11191)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user