Searched refs:pg_result (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/pgsql/ |
H A D | pgsql.c | 440 return pg_result; in PQchangePassword() 665 PGresult *pg_result; in php_pgsql_do_connect() local 1921 pg_result->row++; in PHP_FUNCTION() 2012 pg_result->row++; in php_pgsql_fetch_hash() 4259 pg_result->row = 0; in PHP_FUNCTION() 4516 PGresult *pg_result; in php_pgsql_meta_data() local 4617 PQclear(pg_result); in php_pgsql_meta_data() 5683 if (pg_result) { in PHP_FUNCTION() 5700 if (pg_result) { in PHP_FUNCTION() 6089 PQclear(pg_result); in php_pgsql_select() [all …]
|
H A D | php_pgsql.h | 77 PHP_PGSQL_API void php_pgsql_result2array(PGresult *pg_result, zval *ret_array, long fetch_option);
|
H A D | pgsql.stub.php | 626 … function pg_result(PgSql\Result $result, $row, string|int $field = UNKNOWN): string|false|null {} function
|
/php-src/ext/pgsql/tests/ |
H A D | 98old_api.phpt | 27 pg_result($result,0,0); 28 pg_result($result,null,0); 70 Deprecated: Function pg_result() is deprecated since 8.0, use pg_fetch_result() instead in %s on li… 72 Deprecated: Function pg_result() is deprecated since 8.0, use pg_fetch_result() instead in %s on li… 74 Deprecated: pg_result(): Passing null to parameter #2 ($row) of type int is deprecated in %s on lin…
|
Completed in 29 milliseconds