Searched refs:str_name (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_highlight.h | 43 …tring(zend_string *str, zend_syntax_highlighter_ini *syntax_highlighter_ini, const char *str_name);
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_utils.c | 424 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.3/ext/reflection/ |
H A D | php_reflection.c | 4601 char *tmp, *str_name; in ZEND_METHOD() local 4621 str_name = ZSTR_VAL(name); in ZEND_METHOD() 4628 str_name = tmp + 2; in ZEND_METHOD() 4641 …name %s::$%s does not specify a base class of %s", ZSTR_VAL(ce2->name), str_name, ZSTR_VAL(ce->nam… in ZEND_METHOD() 4646 property_info = zend_hash_str_find_ptr(&ce->properties_info, str_name, str_name_len); in ZEND_METHOD() 4650 reflection_property_factory_str(ce, str_name, str_name_len, property_info, return_value); in ZEND_METHOD() 4654 …n_ex(reflection_exception_ptr, 0, "Property %s::$%s does not exist", ZSTR_VAL(ce->name), str_name); in ZEND_METHOD()
|
Completed in 23 milliseconds