Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_execute_API.c217 static ZEND_COLD void zend_throw_or_error(int fetch_type, zend_class_entry *exception_ce, const cha… in zend_throw_or_error()
1370 zend_class_entry *zend_fetch_class(zend_string *class_name, int fetch_type) /* {{{ */ in zend_fetch_class()
1427 …ntry *zend_fetch_class_by_name(zend_string *class_name, zend_string *key, int fetch_type) /* {{{ */ in zend_fetch_class_by_name()
H A Dzend_compile.c1341 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()
1379 static void zend_ensure_valid_class_fetch_type(uint32_t fetch_type) /* {{{ */ in zend_ensure_valid_class_fetch_type()
1397 uint32_t fetch_type; in zend_try_compile_const_expr_resolve_class_name() local
1469 uint32_t fetch_type = zend_get_class_fetch_type(class_name); in zend_try_ct_eval_class_const() local
2281 uint32_t fetch_type; in zend_compile_class_ref() local
5323 uint32_t fetch_type = zend_get_class_fetch_type_ast(ast); in zend_compile_typename() local
8304 int fetch_type; in zend_compile_const_expr_class_const() local
8340 uint32_t fetch_type = zend_get_class_fetch_type(class_name); in zend_compile_const_expr_class_name() local
H A Dzend_vm_def.h1878 int fetch_type = variable
1936 int fetch_type = variable
8221 uint32_t fetch_type; variable
8225 fetch_type = opline->op1.num; variable
H A Dzend_vm_execute.h922 int fetch_type = in ZEND_FETCH_STATIC_PROP_FUNC_ARG_SPEC_HANDLER() local
9019 int fetch_type = in ZEND_FETCH_FUNC_ARG_SPEC_CONST_UNUSED_HANDLER() local
16715 int fetch_type = in ZEND_FETCH_FUNC_ARG_SPEC_TMPVAR_UNUSED_HANDLER() local
30420 uint32_t fetch_type; in ZEND_FETCH_CLASS_NAME_SPEC_UNUSED_HANDLER() local
30424 fetch_type = opline->op1.num; in ZEND_FETCH_CLASS_NAME_SPEC_UNUSED_HANDLER() local
45518 int fetch_type = in ZEND_FETCH_FUNC_ARG_SPEC_CV_UNUSED_HANDLER() local
H A Dzend_execute.c3077 …(zval **retval, zend_property_info **prop_info, uint32_t cache_slot, int fetch_type, int flags OPL… in zend_fetch_static_property_address()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dump.c81 static void zend_dump_class_fetch_type(uint32_t fetch_type) in zend_dump_class_fetch_type()
H A Dzend_inference.c2364 int fetch_type = opline->op2.num & ZEND_FETCH_CLASS_MASK; in zend_fetch_static_prop_info() local
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c675 static zval *sxe_property_get_adr(zval *object, zval *member, int fetch_type, void **cache_slot) /*… in sxe_property_get_adr()
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c1575 SQLSMALLINT len1=0, len2=0, fetch_type; in PHP_FUNCTION() local

Completed in 239 milliseconds