Home
last modified time | relevance | path

Searched defs:fetch_type (Results 1 – 8 of 8) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_execute_API.c212 static void zend_throw_or_error(int fetch_type, zend_class_entry *exception_ce, const char *format,… in zend_throw_or_error()
1334 zend_class_entry *zend_fetch_class(zend_string *class_name, int fetch_type) /* {{{ */ in zend_fetch_class()
1389 zend_class_entry *zend_fetch_class_by_name(zend_string *class_name, const zval *key, int fetch_type in zend_fetch_class_by_name()
H A Dzend_compile.c1319 static inline zend_bool class_name_refers_to_active_ce(zend_string *class_name, uint32_t fetch_type in class_name_refers_to_active_ce()
1357 static void zend_ensure_valid_class_fetch_type(uint32_t fetch_type) /* {{{ */ in zend_ensure_valid_class_fetch_type()
1369 uint32_t fetch_type; in zend_try_compile_const_expr_resolve_class_name() local
1416 uint32_t fetch_type = zend_get_class_fetch_type(class_name); in zend_try_ct_eval_class_const() local
2176 uint32_t fetch_type; in zend_compile_class_ref() local
4475 uint32_t fetch_type = zend_get_class_fetch_type_ast(ast); in zend_compile_typename() local
6718 uint32_t fetch_type = zend_get_class_fetch_type(zend_ast_get_str(name_ast)); in zend_compile_resolve_class_name() local
6918 int fetch_type; in zend_compile_const_expr_class_const() local
H A Dzend_vm_def.h7878 uint32_t fetch_type; variable
H A Dzend_execute.c1521 …ays_inline HashTable *zend_get_target_symbol_table(zend_execute_data *execute_data, int fetch_type) in zend_get_target_symbol_table()
H A Dzend_vm_execute.h1667 uint32_t fetch_type; local
/PHP-7.0/ext/interbase/
H A Dibase_query.c1475 static void _php_ibase_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int fetch_type) /* {{{ */ in _php_ibase_fetch_hash()
/PHP-7.0/ext/simplexml/
H A Dsimplexml.c691 static zval *sxe_property_get_adr(zval *object, zval *member, int fetch_type, void **cache_slot) /*… in sxe_property_get_adr()
/PHP-7.0/ext/odbc/
H A Dphp_odbc.c1572 SQLSMALLINT len1=0, len2=0, fetch_type; in PHP_FUNCTION() local

Completed in 203 milliseconds