Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_execute_API.c232 static ZEND_COLD void zend_throw_or_error(int fetch_type, zend_class_entry *exception_ce, const cha… in zend_throw_or_error()
1635 static ZEND_COLD void report_class_fetch_error(zend_string *class_name, uint32_t fetch_type) in report_class_fetch_error()
1657 zend_class_entry *zend_fetch_class(zend_string *class_name, uint32_t fetch_type) /* {{{ */ in zend_fetch_class()
1706 zend_string *class_name, uint32_t fetch_type, zend_class_entry *scope) in zend_fetch_class_with_scope()
1738 …*zend_fetch_class_by_name(zend_string *class_name, zend_string *key, uint32_t fetch_type) /* {{{ */ in zend_fetch_class_by_name()
H A Dzend_compile.c1646 static inline bool class_name_refers_to_active_ce(zend_string *class_name, uint32_t fetch_type) /* … in class_name_refers_to_active_ce()
1695 static void zend_ensure_valid_class_fetch_type(uint32_t fetch_type) /* {{{ */ in zend_ensure_valid_class_fetch_type()
1713 uint32_t fetch_type; in zend_try_compile_const_expr_resolve_class_name() local
1792 uint32_t fetch_type = zend_get_class_fetch_type(class_name); in zend_try_ct_eval_class_const() local
2763 uint32_t fetch_type; in zend_compile_class_ref() local
6468 uint32_t fetch_type = zend_get_class_fetch_type_ast(ast); in zend_compile_single_typename() local
10115 int fetch_type; in zend_compile_const_expr_class_const() local
10158 uint32_t fetch_type = zend_get_class_fetch_type(class_name); in zend_compile_const_expr_class_name() local
10228 int fetch_type = zend_get_class_fetch_type(class_name); in zend_compile_const_expr_new() local
H A Dzend_vm_def.h1826 int fetch_type = variable
1884 int fetch_type = variable
8716 uint32_t fetch_type; variable
H A Dzend_vm_execute.h883 int fetch_type = in ZEND_FETCH_STATIC_PROP_FUNC_ARG_SPEC_HANDLER() local
10168 int fetch_type = in ZEND_FETCH_FUNC_ARG_SPEC_CONST_UNUSED_HANDLER() local
15082 uint32_t fetch_type; in ZEND_FETCH_CLASS_NAME_SPEC_TMPVAR_HANDLER() local
18013 int fetch_type = in ZEND_FETCH_FUNC_ARG_SPEC_TMPVAR_UNUSED_HANDLER() local
32613 uint32_t fetch_type; in ZEND_FETCH_CLASS_NAME_SPEC_UNUSED_HANDLER() local
40440 uint32_t fetch_type; in ZEND_FETCH_CLASS_NAME_SPEC_CV_HANDLER() local
48401 int fetch_type = in ZEND_FETCH_FUNC_ARG_SPEC_CV_UNUSED_HANDLER() local
H A Dzend_execute.c3438 …(zval **retval, zend_property_info **prop_info, uint32_t cache_slot, int fetch_type, int flags OPL… in zend_fetch_static_property_address()
/PHP-8.3/ext/odbc/
H A Dodbc.stub.php337 function odbc_data_source($odbc, int $fetch_type): array|null|false {}
H A Dphp_odbc.c1143 SQLSMALLINT len1=0, len2=0, fetch_type; in PHP_FUNCTION() local
/PHP-8.3/Zend/Optimizer/
H A Dzend_dump.c85 static void zend_dump_class_fetch_type(uint32_t fetch_type) in zend_dump_class_fetch_type()
H A Dzend_inference.c2463 int fetch_type = opline->op2.num & ZEND_FETCH_CLASS_MASK; in zend_fetch_static_prop_info() local
/PHP-8.3/ext/simplexml/
H A Dsimplexml.c617 static zval *sxe_property_get_adr(zend_object *object, zend_string *zname, int fetch_type, void **c… in sxe_property_get_adr()

Completed in 213 milliseconds