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
2359 zend_long trace_mode = 0; in PHP_FUNCTION() local2371 Z_PARAM_LONG(trace_mode) in PHP_FUNCTION()2396 if (trace_mode > 0) { in PHP_FUNCTION()2398 if (!(trace_mode & (PQTRACE_SUPPRESS_TIMESTAMPS|PQTRACE_REGRESS_MODE))) { in PHP_FUNCTION()2402 PQsetTraceFlags(pgsql, trace_mode); in PHP_FUNCTION()
205 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, trace_mode, IS_LONG, 0, "0")
Completed in 24 milliseconds