Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_execute_API.c210 static void zend_throw_or_error(int fetch_type, zend_class_entry *exception_ce, const char *format,… in zend_throw_or_error()
1363 zend_class_entry *zend_fetch_class(zend_string *class_name, int fetch_type) /* {{{ */ in zend_fetch_class()
1420 zend_class_entry *zend_fetch_class_by_name(zend_string *class_name, const zval *key, int fetch_type in zend_fetch_class_by_name()
H A Dzend_compile.c1446 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()
1484 static void zend_ensure_valid_class_fetch_type(uint32_t fetch_type) /* {{{ */ in zend_ensure_valid_class_fetch_type()
1496 uint32_t fetch_type; in zend_try_compile_const_expr_resolve_class_name() local
1550 uint32_t fetch_type = zend_get_class_fetch_type(class_name); in zend_try_ct_eval_class_const() local
2495 uint32_t fetch_type; in zend_compile_class_ref() local
2528 uint32_t fetch_type; in zend_compile_class_ref_ex() local
5424 uint32_t fetch_type = zend_get_class_fetch_type_ast(ast); in zend_compile_typename() local
7778 uint32_t fetch_type = zend_get_class_fetch_type(zend_ast_get_str(name_ast)); in zend_compile_resolve_class_name() local
7979 int fetch_type; in zend_compile_const_expr_class_const() local
H A Dzend_vm_def.h7730 uint32_t fetch_type; variable
7734 fetch_type = opline->extended_value; variable
H A Dzend_vm_execute.h1914 uint32_t fetch_type; local
1918 fetch_type = opline->extended_value; local
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_dump.c58 static void zend_dump_class_fetch_type(uint32_t fetch_type) in zend_dump_class_fetch_type()
/PHP-7.2/ext/interbase/
H A Dibase_query.c1471 static void _php_ibase_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int fetch_type) /* {{{ */ in _php_ibase_fetch_hash()
/PHP-7.2/ext/simplexml/
H A Dsimplexml.c682 static zval *sxe_property_get_adr(zval *object, zval *member, int fetch_type, void **cache_slot) /*… in sxe_property_get_adr()
/PHP-7.2/ext/odbc/
H A Dphp_odbc.c1579 SQLSMALLINT len1=0, len2=0, fetch_type; in PHP_FUNCTION() local

Completed in 223 milliseconds