Searched refs:pg_execute (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/pgsql/tests/ |
H A D | 24sync_query_prepared.phpt | 20 $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-8.0/ext/pgsql/ |
H A D | php_pgsql.h | 81 PHP_FUNCTION(pg_execute);
|
H A D | pgsql_arginfo.h | 467 ZEND_FUNCTION(pg_execute); 561 ZEND_FE(pg_execute, arginfo_pg_execute)
|
H A D | pgsql.stub.php | 82 function pg_execute($connection, $statement_name, array $params = UNKNOWN) {} function
|
H A D | pgsql.c | 1260 PHP_FUNCTION(pg_execute) in PHP_FUNCTION() argument
|
Completed in 21 milliseconds