Searched refs:trace_mode (Results 1 – 4 of 4) sorted by relevance
25 pg_trace(): Argument #4 ($trace_mode) %s
698 … $filename, string $mode = "w", ?PgSql\Connection $connection = null, int $trace_mode = 0): bool {} argument
2358 zend_long trace_mode = 0; in PHP_FUNCTION() local2370 Z_PARAM_LONG(trace_mode) in PHP_FUNCTION()2395 if (trace_mode > 0) { in PHP_FUNCTION()2397 if (!(trace_mode & (PQTRACE_SUPPRESS_TIMESTAMPS|PQTRACE_REGRESS_MODE))) { in PHP_FUNCTION()2401 PQsetTraceFlags(pgsql, trace_mode); in PHP_FUNCTION()
205 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, trace_mode, IS_LONG, 0, "0")
Completed in 28 milliseconds