1
0
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:
David CARLIER
2023-05-06 10:02:30 +01:00
committed by GitHub
parent ac5920f92b
commit f18a0384c1

View File

@@ -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)