Home
last modified time | relevance | path

Searched refs:pg_result_memory_size (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/pgsql/tests/
H A Dpg_result_memory_size.phpt2 pg_result_memory_size
8 if (!function_exists('pg_result_memory_size')) die('skip function pg_result_memory_size() does not …
17 $size_1 = pg_result_memory_size($result);
20 $size_2 = pg_result_memory_size($result);
/php-src/ext/pgsql/
H A Dpgsql.stub.php957 function pg_result_memory_size(PgSql\Result $result): int {} function
H A Dpgsql_arginfo.h599 ZEND_FUNCTION(pg_result_memory_size);
730 ZEND_FE(pg_result_memory_size, arginfo_pg_result_memory_size)
H A Dpgsql.c3116 PHP_FUNCTION(pg_result_memory_size) in PHP_FUNCTION() argument

Completed in 30 milliseconds