Home
last modified time | relevance | path

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

/PHP-8.2/ext/pgsql/tests/
H A Dgh13354.phpt2 GH-13354 (null-by-reference handling in pg_execute, pg_send_query_params, pg_send_execute)
21 // method 1, pg_execute
23 $res = pg_execute($db, 'test', $params_null);
24 echo "pg_execute, null value: " . pg_fetch_result($res, 0, 0) . "\n";
27 $res = pg_execute($db, 'test', $params_null_by_ref);
28 echo "pg_execute, null value by reference: " . pg_fetch_result($res, 0, 0) . "\n";
73 pg_execute, null value: t
74 pg_execute, null value by reference: t
H A D24sync_query_prepared.phpt23 $result = pg_execute($db, "php_test", array(100));
46 pg_num_rows(pg_execute($db, "php_test", array(100)));
47 pg_num_fields(pg_execute($db, "php_test", array(100)));
58 $result = pg_execute($db, "php_test2", array(9999, "A'BC"));
H A Ddeprecated_implicit_default_link.phpt19 pg_execute('str', []);
89 Deprecated: pg_execute(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
/PHP-8.2/ext/pgsql/
H A Dpgsql_arginfo.h479 ZEND_FUNCTION(pg_execute);
578 ZEND_FE(pg_execute, arginfo_pg_execute)
H A Dpgsql.stub.php538 … function pg_execute($connection, $statement_name, array $params = UNKNOWN): PgSql\Result|false {} function
H A Dpgsql.c1244 PHP_FUNCTION(pg_execute) in PHP_FUNCTION() argument

Completed in 40 milliseconds