Home
last modified time | relevance | path

Searched refs:PGSQL_STATUS_LONG (Results 1 – 24 of 24) sorted by relevance

/dports/databases/php80-pgsql/php-8.0.15/ext/pgsql/
H A Dpgsql.stub.php476 function pg_result_status($result, int $mode = PGSQL_STATUS_LONG): string|int {}
H A Dpgsql.c58 #define PGSQL_STATUS_LONG 1 macro
405 REGISTER_LONG_CONSTANT("PGSQL_STATUS_LONG", PGSQL_STATUS_LONG, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
4009 zend_long result_type = PGSQL_STATUS_LONG; in PHP_FUNCTION()
4023 if (result_type == PGSQL_STATUS_LONG) { in PHP_FUNCTION()
/dports/lang/php80/php-8.0.15/ext/pgsql/
H A Dpgsql.stub.php476 function pg_result_status($result, int $mode = PGSQL_STATUS_LONG): string|int {}
H A Dpgsql.c58 #define PGSQL_STATUS_LONG 1 macro
405 REGISTER_LONG_CONSTANT("PGSQL_STATUS_LONG", PGSQL_STATUS_LONG, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
4009 zend_long result_type = PGSQL_STATUS_LONG; in PHP_FUNCTION()
4023 if (result_type == PGSQL_STATUS_LONG) { in PHP_FUNCTION()
/dports/www/mod_php80/php-8.0.15/ext/pgsql/
H A Dpgsql.stub.php476 function pg_result_status($result, int $mode = PGSQL_STATUS_LONG): string|int {}
H A Dpgsql.c58 #define PGSQL_STATUS_LONG 1 macro
405 REGISTER_LONG_CONSTANT("PGSQL_STATUS_LONG", PGSQL_STATUS_LONG, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
4009 zend_long result_type = PGSQL_STATUS_LONG; in PHP_FUNCTION()
4023 if (result_type == PGSQL_STATUS_LONG) { in PHP_FUNCTION()
/dports/databases/php81-pgsql/php-8.1.1/ext/pgsql/
H A Dpgsql.stub.php470 function pg_result_status(PgSql\Result $result, int $mode = PGSQL_STATUS_LONG): string|int {}
H A Dpgsql.c58 #define PGSQL_STATUS_LONG 1 macro
517 REGISTER_LONG_CONSTANT("PGSQL_STATUS_LONG", PGSQL_STATUS_LONG, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
4009 zend_long result_type = PGSQL_STATUS_LONG; in PHP_FUNCTION()
4022 if (result_type == PGSQL_STATUS_LONG) { in PHP_FUNCTION()
/dports/www/mod_php81/php-8.1.1/ext/pgsql/
H A Dpgsql.stub.php470 function pg_result_status(PgSql\Result $result, int $mode = PGSQL_STATUS_LONG): string|int {}
H A Dpgsql.c58 #define PGSQL_STATUS_LONG 1 macro
517 REGISTER_LONG_CONSTANT("PGSQL_STATUS_LONG", PGSQL_STATUS_LONG, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
4009 zend_long result_type = PGSQL_STATUS_LONG; in PHP_FUNCTION()
4022 if (result_type == PGSQL_STATUS_LONG) { in PHP_FUNCTION()
/dports/lang/php81/php-8.1.1/ext/pgsql/
H A Dpgsql.stub.php470 function pg_result_status(PgSql\Result $result, int $mode = PGSQL_STATUS_LONG): string|int {}
H A Dpgsql.c58 #define PGSQL_STATUS_LONG 1 macro
517 REGISTER_LONG_CONSTANT("PGSQL_STATUS_LONG", PGSQL_STATUS_LONG, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
4009 zend_long result_type = PGSQL_STATUS_LONG; in PHP_FUNCTION()
4022 if (result_type == PGSQL_STATUS_LONG) { in PHP_FUNCTION()
/dports/lang/php73/php-7.3.33/ext/pgsql/
H A Dpgsql.c65 #define PGSQL_STATUS_LONG 1 macro
1173 REGISTER_LONG_CONSTANT("PGSQL_STATUS_LONG", PGSQL_STATUS_LONG, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
5270 zend_long result_type = PGSQL_STATUS_LONG;
5285 if (result_type == PGSQL_STATUS_LONG) {
/dports/databases/php73-pgsql/php-7.3.33/ext/pgsql/
H A Dpgsql.c65 #define PGSQL_STATUS_LONG 1 macro
1173 REGISTER_LONG_CONSTANT("PGSQL_STATUS_LONG", PGSQL_STATUS_LONG, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
5270 zend_long result_type = PGSQL_STATUS_LONG;
5285 if (result_type == PGSQL_STATUS_LONG) {
/dports/databases/php74-pgsql/php-7.4.27/ext/pgsql/
H A Dpgsql.c59 #define PGSQL_STATUS_LONG 1 macro
1167 REGISTER_LONG_CONSTANT("PGSQL_STATUS_LONG", PGSQL_STATUS_LONG, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
5267 zend_long result_type = PGSQL_STATUS_LONG;
5282 if (result_type == PGSQL_STATUS_LONG) {
/dports/lang/php74/php-7.4.27/ext/pgsql/
H A Dpgsql.c59 #define PGSQL_STATUS_LONG 1 macro
1167 REGISTER_LONG_CONSTANT("PGSQL_STATUS_LONG", PGSQL_STATUS_LONG, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
5267 zend_long result_type = PGSQL_STATUS_LONG;
5282 if (result_type == PGSQL_STATUS_LONG) {
/dports/www/mod_php73/php-7.3.33/ext/pgsql/
H A Dpgsql.c65 #define PGSQL_STATUS_LONG 1 macro
1173 REGISTER_LONG_CONSTANT("PGSQL_STATUS_LONG", PGSQL_STATUS_LONG, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
5270 zend_long result_type = PGSQL_STATUS_LONG;
5285 if (result_type == PGSQL_STATUS_LONG) {
/dports/www/mod_php74/php-7.4.27/ext/pgsql/
H A Dpgsql.c59 #define PGSQL_STATUS_LONG 1 macro
1167 REGISTER_LONG_CONSTANT("PGSQL_STATUS_LONG", PGSQL_STATUS_LONG, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
5267 zend_long result_type = PGSQL_STATUS_LONG;
5282 if (result_type == PGSQL_STATUS_LONG) {
/dports/editors/vim/vim-8.2.3745/runtime/autoload/
H A Dphpcomplete.vim2808 …offset | bool','pg_result_status(':'resource $result [, int $type = PGSQL_STATUS_LONG] | mixed','p…
2866 …LE':'','PGSQL_DIAG_SOURCE_LINE':'','PGSQL_DIAG_SOURCE_FUNCTION':'','PGSQL_STATUS_LONG':'','PGSQL_S…
/dports/editors/neovim/neovim-0.6.1/runtime/autoload/
H A Dphpcomplete.vim2825 …offset | bool','pg_result_status(':'resource $result [, int $type = PGSQL_STATUS_LONG] | mixed','p…
2883 …LE':'','PGSQL_DIAG_SOURCE_LINE':'','PGSQL_DIAG_SOURCE_FUNCTION':'','PGSQL_STATUS_LONG':'','PGSQL_S…
/dports/devel/geany-legacy/geany-1.37.1/data/tags/
H A Dstd.php.tags8214 pg_result_status�16�(resource $result [, int $type = PGSQL_STATUS_LONG])�mixed
/dports/devel/geany/geany-1.38/data/tags/
H A Dstd.php.tags8214 pg_result_status�16�(resource $result [, int $type = PGSQL_STATUS_LONG])�mixed
/dports/editors/cudatext/CudaText-1.151.0/app/data/autocomplete/
H A DPHP_.acp3204 mixed pg_result_status(resource $result [, int $type=PGSQL_STATUS_LONG]) |Get status of query resul…
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/data/autocomplete/
H A DPHP_.acp3204 mixed pg_result_status(resource $result [, int $type=PGSQL_STATUS_LONG]) |Get status of query resul…