Home
last modified time | relevance | path

Searched defs:result_type (Results 1 – 5 of 5) sorted by path

/php-src/Zend/
H A Dzend_compile.h146 uint8_t result_type; /* IS_UNUSED, IS_CONST, IS_TMP_VAR, IS_VAR, IS_CV */ member
/php-src/ext/odbc/
H A Dphp_odbc.c1383 static void php_odbc_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type) in php_odbc_fetch_hash()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1902 ir_ref ref, result_type, if_result_used; in zend_jit_exception_handler_undef_stub() local
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c1124 zend_long result_type = PDO_FETCH_USE_DEFAULT; in pgsqlGetNotify_internal() local
/php-src/ext/pgsql/
H A Dpgsql.c1779 static void php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, zend_long result_type, int into_obje… in php_pgsql_fetch_hash()
1926 zend_long result_type = PGSQL_ASSOC; in PHP_FUNCTION() local
3987 zend_long result_type = PGSQL_STATUS_LONG; in PHP_FUNCTION() local
4018 zend_long result_type = PGSQL_ASSOC; in PHP_FUNCTION() local
5758 PHP_PGSQL_API void php_pgsql_result2array(PGresult *pg_result, zval *ret_array, long result_type) in php_pgsql_result2array()
5799 …nd_string *table, zval *ids_array, zval *ret_array, zend_ulong opt, long result_type, zend_string … in php_pgsql_select()
5871 zend_long result_type = PGSQL_ASSOC; in PHP_FUNCTION() local

Completed in 73 milliseconds