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.c234 static ZEND_COLD void zend_throw_or_error(int fetch_type, zend_class_entry *exception_ce, const cha… in zend_throw_or_error()
1674 static ZEND_COLD void report_class_fetch_error(zend_string *class_name, uint32_t fetch_type) in report_class_fetch_error()
1696 zend_class_entry *zend_fetch_class(zend_string *class_name, uint32_t fetch_type) /* {{{ */ in zend_fetch_class()
1745 zend_string *class_name, uint32_t fetch_type, zend_class_entry *scope) in zend_fetch_class_with_scope()
1777 …*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.c1724 static inline bool class_name_refers_to_active_ce(zend_string *class_name, uint32_t fetch_type) /* … in class_name_refers_to_active_ce()
1773 static void zend_ensure_valid_class_fetch_type(uint32_t fetch_type) /* {{{ */ in zend_ensure_valid_class_fetch_type()
1791 uint32_t fetch_type; in zend_try_compile_const_expr_resolve_class_name() local
1870 uint32_t fetch_type = zend_get_class_fetch_type(class_name); in zend_try_ct_eval_class_const() local
2848 uint32_t fetch_type; in zend_compile_class_ref() local
6985 uint32_t fetch_type = zend_get_class_fetch_type_ast(ast); in zend_compile_single_typename() local
11034 int fetch_type; in zend_compile_const_expr_class_const() local
11077 uint32_t fetch_type = zend_get_class_fetch_type(class_name); in zend_compile_const_expr_class_name() local
11147 int fetch_type = zend_get_class_fetch_type(class_name); in zend_compile_const_expr_new() local
H A Dzend_vm_def.h1815 int fetch_type = variable
1873 int fetch_type = variable
8768 uint32_t fetch_type; variable
H A Dzend_vm_execute.h895 int fetch_type = in ZEND_FETCH_STATIC_PROP_FUNC_ARG_SPEC_HANDLER() local
10526 int fetch_type = in ZEND_FETCH_FUNC_ARG_SPEC_CONST_UNUSED_HANDLER() local
15531 uint32_t fetch_type; in ZEND_FETCH_CLASS_NAME_SPEC_TMPVAR_HANDLER() local
18558 int fetch_type = in ZEND_FETCH_FUNC_ARG_SPEC_TMPVAR_UNUSED_HANDLER() local
33376 uint32_t fetch_type; in ZEND_FETCH_CLASS_NAME_SPEC_UNUSED_HANDLER() local
41575 uint32_t fetch_type; in ZEND_FETCH_CLASS_NAME_SPEC_CV_HANDLER() local
49762 int fetch_type = in ZEND_FETCH_FUNC_ARG_SPEC_CV_UNUSED_HANDLER() local
H A Dzend_execute.c3612 …(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/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.c890 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/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/ext/simplexml/
H A Dsimplexml.c621 static zval *sxe_property_get_adr(zend_object *object, zend_string *zname, int fetch_type, void **c… in sxe_property_get_adr()

Completed in 286 milliseconds