Home
last modified time | relevance | path

Searched refs:pg_prepare (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/pgsql/tests/
H A D24sync_query_prepared.phpt6 if (!function_exists('pg_prepare')) die('skip function pg_prepare() does not exist');
17 $result = pg_prepare($db, "php_test", "SELECT * FROM ".$table_name." WHERE num > \$1;");
52 $result = pg_prepare($db, "php_test2", "INSERT INTO ".$table_name." VALUES (\$1, \$2);");
/PHP-8.0/ext/pgsql/
H A Dphp_pgsql.h80 PHP_FUNCTION(pg_prepare);
H A Dpgsql_arginfo.h466 ZEND_FUNCTION(pg_prepare);
560 ZEND_FE(pg_prepare, arginfo_pg_prepare)
H A Dpgsql.stub.php75 function pg_prepare($connection, string $statement_name, string $query = UNKNOWN) {} function
H A Dpgsql.c1179 PHP_FUNCTION(pg_prepare) in PHP_FUNCTION() argument

Completed in 24 milliseconds