Searched refs:pg_execute (Results 1 – 4 of 4) sorted by relevance
/PHP-5.6/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-5.6/ext/pgsql/ |
H A D | php_pgsql.h | 97 PHP_FUNCTION(pg_execute);
|
H A D | pgsql.c | 620 PHP_FE(pg_execute, arginfo_pg_execute) 2127 PHP_FUNCTION(pg_execute) argument
|
/PHP-5.6/ |
H A D | NEWS | 8285 - Fixed bug #46206 (pg_query_params/pg_execute convert passed values to 9655 - Fixed bug #36812 (pg_execute() modifies input array). (Ilia) 10651 . pg_execute() - execution of named prepared queries. 10654 . pg_send_execute() - async equivalent of pg_execute().
|
Completed in 41 milliseconds