Searched refs:pg_execute (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/ext/pgsql/tests/ |
H A D | 24sync_query_prepared.phpt | 22 $result = pg_execute($db, "php_test", array(100)); 45 pg_num_rows(pg_execute($db, "php_test", array(100))); 46 pg_num_fields(pg_execute($db, "php_test", array(100))); 57 $result = pg_execute($db, "php_test2", array(9999, "A'BC"));
|
H A D | deprecated_implicit_default_link.phpt | 19 pg_execute('str', []); 89 Deprecated: pg_execute(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
|
/PHP-8.1/ext/pgsql/ |
H A D | pgsql_arginfo.h | 469 ZEND_FUNCTION(pg_execute); 563 ZEND_FE(pg_execute, arginfo_pg_execute)
|
H A D | pgsql.stub.php | 110 … function pg_execute($connection, $statement_name, array $params = UNKNOWN): PgSql\Result|false {} function
|
H A D | pgsql.c | 1336 PHP_FUNCTION(pg_execute) in PHP_FUNCTION() argument
|
Completed in 22 milliseconds