Home
last modified time | relevance | path

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

/PHP-7.2/ext/pgsql/tests/
H A D24sync_query_prepared.phpt20 $result = pg_execute($db, "php_test", array(100));
43 pg_num_rows(pg_execute($db, "php_test", array(100)));
44 pg_num_fields(pg_execute($db, "php_test", array(100)));
55 $result = pg_execute($db, "php_test2", array(9999, "A'BC"));
/PHP-7.2/ext/pgsql/
H A Dphp_pgsql.h100 PHP_FUNCTION(pg_execute);
H A Dpgsql.c628 PHP_FE(pg_execute, arginfo_pg_execute)
2132 PHP_FUNCTION(pg_execute) argument

Completed in 19 milliseconds