Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/pgsql/
H A Dphp_pgsql.h94 PHP_FUNCTION(pg_prepare);
H A Dpgsql.c617 PHP_FE(pg_prepare, arginfo_pg_prepare)
2054 PHP_FUNCTION(pg_prepare) argument

Completed in 29 milliseconds