Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_execute_API.c214 static void zend_throw_or_error(int fetch_type, zend_class_entry *exception_ce, const char *format,… in zend_throw_or_error()
1400 zend_class_entry *zend_fetch_class(zend_string *class_name, int fetch_type) /* {{{ */ in zend_fetch_class()
1457 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.c1428 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()
1466 static void zend_ensure_valid_class_fetch_type(uint32_t fetch_type) /* {{{ */ in zend_ensure_valid_class_fetch_type()
1478 uint32_t fetch_type; in zend_try_compile_const_expr_resolve_class_name() local
1525 uint32_t fetch_type = zend_get_class_fetch_type(class_name); in zend_try_ct_eval_class_const() local
2496 uint32_t fetch_type; in zend_compile_class_ref() local
2529 uint32_t fetch_type; in zend_compile_class_ref_ex() local
5075 uint32_t fetch_type = zend_get_class_fetch_type_ast(ast); in zend_compile_typename() local
7418 uint32_t fetch_type = zend_get_class_fetch_type(zend_ast_get_str(name_ast)); in zend_compile_resolve_class_name() local
7619 int fetch_type; in zend_compile_const_expr_class_const() local
H A Dzend_vm_def.h7900 uint32_t fetch_type; variable
H A Dzend_execute.c1523 …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.h1903 uint32_t fetch_type; local
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_dump.c58 static void zend_dump_class_fetch_type(uint32_t fetch_type) in zend_dump_class_fetch_type()
/PHP-7.1/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.1/ext/simplexml/
H A Dsimplexml.c694 static zval *sxe_property_get_adr(zval *object, zval *member, int fetch_type, void **cache_slot) /*… in sxe_property_get_adr()
/PHP-7.1/ext/odbc/
H A Dphp_odbc.c1579 SQLSMALLINT len1=0, len2=0, fetch_type; in PHP_FUNCTION() local

Completed in 196 milliseconds