Searched refs:pg_prepare (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/ext/pgsql/tests/ |
H A D | 24sync_query_prepared.phpt | 8 if (!function_exists('pg_prepare')) die('skip function pg_prepare() does not exist'); 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-8.3/ext/pgsql/ |
H A D | pgsql_arginfo.h | 478 ZEND_FUNCTION(pg_prepare); 577 ZEND_FE(pg_prepare, arginfo_pg_prepare)
|
H A D | pgsql.stub.php | 531 …function pg_prepare($connection, string $statement_name, string $query = UNKNOWN): PgSql\Result|fa… function
|
H A D | pgsql.c | 1168 PHP_FUNCTION(pg_prepare) in PHP_FUNCTION() argument
|
Completed in 24 milliseconds