Searched refs:pg_prepare (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/pgsql/tests/ |
H A D | pg_close_stmt.phpt | 18 $res = pg_prepare($db, 'test', $query); 24 pg_prepare($db, 'test', $query);
|
H A D | 24sync_query_prepared.phpt | 19 $result = pg_prepare($db, "php_test", "SELECT * FROM ".$table_name." WHERE num > \$1;"); 54 $result = pg_prepare($db, "php_test2", "INSERT INTO ".$table_name." VALUES (\$1, \$2);");
|
H A D | deprecated_implicit_default_link.phpt | 41 'pg_prepare', 119 Deprecated: pg_prepare(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
|
H A D | gh13354.phpt | 18 pg_prepare($db, 'test', $query);
|
/php-src/ext/pgsql/ |
H A D | pgsql.stub.php | 542 …function pg_prepare($connection, string $statement_name, string $query = UNKNOWN): PgSql\Result|fa… function
|
H A D | pgsql_arginfo.h | 521 ZEND_FUNCTION(pg_prepare); 631 ZEND_FE(pg_prepare, arginfo_pg_prepare)
|
H A D | pgsql.c | 1327 PHP_FUNCTION(pg_prepare) in PHP_FUNCTION() argument
|
Completed in 25 milliseconds