Searched defs:result_type (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/pgsql/ |
H A D | pgsql.c | 1950 static void php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, zend_long result_type, int into_obje… in php_pgsql_fetch_hash() 2105 zend_long result_type = PGSQL_ASSOC; in PHP_FUNCTION() local 4267 zend_long result_type = PGSQL_STATUS_LONG; in PHP_FUNCTION() local 4300 zend_long result_type = PGSQL_ASSOC; in PHP_FUNCTION() local 6000 PHP_PGSQL_API void php_pgsql_result2array(PGresult *pg_result, zval *ret_array, long result_type) in php_pgsql_result2array() 6041 …nd_string *table, zval *ids_array, zval *ret_array, zend_ulong opt, long result_type, zend_string … in php_pgsql_select() 6113 zend_long result_type = PGSQL_ASSOC; in PHP_FUNCTION() local
|
/php-src/ext/odbc/ |
H A D | php_odbc.c | 1368 static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type) in php_odbc_fetch_hash()
|
/php-src/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 1183 zend_long result_type = PDO_FETCH_USE_DEFAULT; in pgsqlGetNotify_internal() local
|
/php-src/Zend/ |
H A D | zend_compile.h | 147 uint8_t result_type; /* IS_UNUSED, IS_CONST, IS_TMP_VAR, IS_VAR, IS_CV */ member
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 1928 ir_ref ref, result_type, if_result_used; in zend_jit_exception_handler_undef_stub() local
|
Completed in 96 milliseconds