Home
last modified time | relevance | path

Searched refs:str_name (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_highlight.h43 …tring(zend_string *str, zend_syntax_highlighter_ini *syntax_highlighter_ini, const char *str_name);
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_utils.c424 zend_string *str_name = zend_string_init(name, name_length, 0); in phpdbg_safe_class_lookup() local
425 *ce = zend_lookup_class(str_name); in phpdbg_safe_class_lookup()
426 efree(str_name); in phpdbg_safe_class_lookup()
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c4568 char *tmp, *str_name; in ZEND_METHOD() local
4588 str_name = ZSTR_VAL(name); in ZEND_METHOD()
4595 str_name = tmp + 2; in ZEND_METHOD()
4608 …name %s::$%s does not specify a base class of %s", ZSTR_VAL(ce2->name), str_name, ZSTR_VAL(ce->nam… in ZEND_METHOD()
4613 property_info = zend_hash_str_find_ptr(&ce->properties_info, str_name, str_name_len); in ZEND_METHOD()
4617 reflection_property_factory_str(ce, str_name, str_name_len, property_info, return_value); in ZEND_METHOD()
4621 …n_ex(reflection_exception_ptr, 0, "Property %s::$%s does not exist", ZSTR_VAL(ce->name), str_name); in ZEND_METHOD()

Completed in 28 milliseconds