Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_execute_API.c233 static ZEND_COLD void zend_throw_or_error(int fetch_type, zend_class_entry *exception_ce, const cha… in zend_throw_or_error()
1649 static ZEND_COLD void report_class_fetch_error(zend_string *class_name, uint32_t fetch_type) in report_class_fetch_error()
1671 zend_class_entry *zend_fetch_class(zend_string *class_name, uint32_t fetch_type) /* {{{ */ in zend_fetch_class()
1720 zend_string *class_name, uint32_t fetch_type, zend_class_entry *scope) in zend_fetch_class_with_scope()
1752 …*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.c1668 static inline bool class_name_refers_to_active_ce(zend_string *class_name, uint32_t fetch_type) /* … in class_name_refers_to_active_ce()
1717 static void zend_ensure_valid_class_fetch_type(uint32_t fetch_type) /* {{{ */ in zend_ensure_valid_class_fetch_type()
1735 uint32_t fetch_type; in zend_try_compile_const_expr_resolve_class_name() local
1814 uint32_t fetch_type = zend_get_class_fetch_type(class_name); in zend_try_ct_eval_class_const() local
2783 uint32_t fetch_type; in zend_compile_class_ref() local
6659 uint32_t fetch_type = zend_get_class_fetch_type_ast(ast); in zend_compile_single_typename() local
10359 int fetch_type; in zend_compile_const_expr_class_const() local
10402 uint32_t fetch_type = zend_get_class_fetch_type(class_name); in zend_compile_const_expr_class_name() local
10472 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
8736 uint32_t fetch_type; variable
H A Dzend_vm_execute.h895 int fetch_type = in ZEND_FETCH_STATIC_PROP_FUNC_ARG_SPEC_HANDLER() local
10292 int fetch_type = in ZEND_FETCH_FUNC_ARG_SPEC_CONST_UNUSED_HANDLER() local
15205 uint32_t fetch_type; in ZEND_FETCH_CLASS_NAME_SPEC_TMPVAR_HANDLER() local
18136 int fetch_type = in ZEND_FETCH_FUNC_ARG_SPEC_TMPVAR_UNUSED_HANDLER() local
32735 uint32_t fetch_type; in ZEND_FETCH_CLASS_NAME_SPEC_UNUSED_HANDLER() local
40572 uint32_t fetch_type; in ZEND_FETCH_CLASS_NAME_SPEC_CV_HANDLER() local
48533 int fetch_type = in ZEND_FETCH_FUNC_ARG_SPEC_CV_UNUSED_HANDLER() local
H A Dzend_execute.c3433 …(zval **retval, zend_property_info **prop_info, uint32_t cache_slot, int fetch_type, int flags OPL… in zend_fetch_static_property_address()
/php-src/ext/odbc/
H A Dodbc.stub.php345 function odbc_data_source(Odbc\Connection $odbc, int $fetch_type): array|null|false {}
H A Dphp_odbc.c1235 SQLSMALLINT len1=0, len2=0, fetch_type; in PHP_FUNCTION() local
/php-src/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_optimizer.c863 int fetch_type = opline->op1.num & ZEND_FETCH_CLASS_MASK; in zend_fetch_class_const_info() local
H A Dzend_inference.c2458 int fetch_type = opline->op2.num & ZEND_FETCH_CLASS_MASK; in zend_fetch_static_prop_info() local
/php-src/ext/simplexml/
H A Dsimplexml.c610 static zval *sxe_property_get_adr(zend_object *object, zend_string *zname, int fetch_type, void **c… in sxe_property_get_adr()

Completed in 281 milliseconds