Searched defs:fetch_type (Results 1 – 12 of 12) sorted by relevance
/php-src/Zend/ |
H A D | zend_execute_API.c | 234 static ZEND_COLD void zend_throw_or_error(int fetch_type, zend_class_entry *exception_ce, const cha… in zend_throw_or_error() 1677 static ZEND_COLD void report_class_fetch_error(zend_string *class_name, uint32_t fetch_type) in report_class_fetch_error() 1699 zend_class_entry *zend_fetch_class(zend_string *class_name, uint32_t fetch_type) /* {{{ */ in zend_fetch_class() 1748 zend_string *class_name, uint32_t fetch_type, zend_class_entry *scope) in zend_fetch_class_with_scope() 1780 …*zend_fetch_class_by_name(zend_string *class_name, zend_string *key, uint32_t fetch_type) /* {{{ */ in zend_fetch_class_by_name()
|
H A D | zend_compile.c | 1724 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 6986 uint32_t fetch_type = zend_get_class_fetch_type_ast(ast); in zend_compile_single_typename() local 11060 int fetch_type; in zend_compile_const_expr_class_const() local 11103 uint32_t fetch_type = zend_get_class_fetch_type(class_name); in zend_compile_const_expr_class_name() local 11173 int fetch_type = zend_get_class_fetch_type(class_name); in zend_compile_const_expr_new() local
|
H A D | zend_vm_def.h | 1818 int fetch_type = variable 8793 uint32_t fetch_type; variable
|
H A D | zend_execute.c | 3613 …roperty_address(zend_property_info **prop_info, uint32_t cache_slot, int fetch_type, int flags OPL… in zend_fetch_static_property_address() 3653 ZEND_API zval* ZEND_FASTCALL zend_fetch_static_property(zend_execute_data *ex, int fetch_type) { in zend_fetch_static_property()
|
H A D | zend_vm_execute.h | 10554 int fetch_type = in ZEND_FETCH_FUNC_ARG_SPEC_CONST_UNUSED_HANDLER() local 15559 uint32_t fetch_type; in ZEND_FETCH_CLASS_NAME_SPEC_TMPVAR_HANDLER() local 18586 int fetch_type = in ZEND_FETCH_FUNC_ARG_SPEC_TMPVAR_UNUSED_HANDLER() local 33438 uint32_t fetch_type; in ZEND_FETCH_CLASS_NAME_SPEC_UNUSED_HANDLER() local 41654 uint32_t fetch_type; in ZEND_FETCH_CLASS_NAME_SPEC_CV_HANDLER() local 49841 int fetch_type = in ZEND_FETCH_FUNC_ARG_SPEC_CV_UNUSED_HANDLER() local
|
/php-src/Zend/Optimizer/ |
H A D | zend_dump.c | 85 static void zend_dump_class_fetch_type(uint32_t fetch_type) in zend_dump_class_fetch_type()
|
H A D | zend_optimizer.c | 890 int fetch_type = opline->op1.num & ZEND_FETCH_CLASS_MASK; in zend_fetch_class_const_info() local
|
H A D | zend_inference.c | 2458 int fetch_type = opline->op2.num & ZEND_FETCH_CLASS_MASK; in zend_fetch_static_prop_info() local
|
/php-src/ext/odbc/ |
H A D | odbc.stub.php | 345 function odbc_data_source(Odbc\Connection $odbc, int $fetch_type): array|null|false {}
|
H A D | php_odbc.c | 1235 SQLSMALLINT len1=0, len2=0, fetch_type; in PHP_FUNCTION() local
|
/php-src/ext/simplexml/ |
H A D | simplexml.c | 621 static zval *sxe_property_get_adr(zend_object *object, zend_string *zname, int fetch_type, void **c… in sxe_property_get_adr()
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 15843 int fetch_type; local
|
Completed in 331 milliseconds