Searched refs:pg_trace (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/pgsql/tests/ |
H A D | pg_trace.phpt | 2 pg_trace 16 pg_trace($tracefile, 'w', $db, 56432); 20 var_dump(pg_trace($tracefile, 'w', $db, 0)); 25 pg_trace(): Argument #4 ($trace_mode) %s
|
H A D | 80_bug36625.phpt | 2 Bug #36625 (8.0+) (pg_trace() does not work) 24 pg_trace($tracefile, 'w', $dbh);
|
H A D | gh12763.phpt | 14 pg_trace($file_name, 'w', $conn);
|
/php-src/ext/pgsql/ |
H A D | pgsql.stub.php | 698 …function pg_trace(string $filename, string $mode = "w", ?PgSql\Connection $connection = null, int … function
|
H A D | pgsql_arginfo.h | 547 ZEND_FUNCTION(pg_trace); 667 ZEND_FE(pg_trace, arginfo_pg_trace)
|
H A D | pgsql.c | 2355 PHP_FUNCTION(pg_trace) in PHP_FUNCTION() argument
|
Completed in 29 milliseconds