Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_highlight.h43 …t highlight_string(zval *str, zend_syntax_highlighter_ini *syntax_highlighter_ini, char *str_name);
H A Dzend_language_scanner.l811 int highlight_string(zval *str, zend_syntax_highlighter_ini *syntax_highlighter_ini, char *str_name) in highlight_string() argument
821 if (zend_prepare_string_for_scanning(str, str_name)==FAILURE) { in highlight_string()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c410 zend_string *str_name = zend_string_init(name, name_length, 0); in phpdbg_safe_class_lookup() local
411 *ce = zend_lookup_class(str_name); in phpdbg_safe_class_lookup()
412 efree(str_name); in phpdbg_safe_class_lookup()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c4263 char *tmp, *str_name; in ZEND_METHOD() local
4290 str_name = ZSTR_VAL(name); in ZEND_METHOD()
4297 str_name = tmp + 2; in ZEND_METHOD()
4310 … name %s::%s does not specify a base class of %s", ZSTR_VAL(ce2->name), str_name, ZSTR_VAL(ce->nam… in ZEND_METHOD()
4315 property_info = zend_hash_str_find_ptr(&ce->properties_info, str_name, str_name_len); in ZEND_METHOD()
4319 reflection_property_factory_str(ce, str_name, str_name_len, property_info, return_value); in ZEND_METHOD()
4324 "Property %s does not exist", str_name); in ZEND_METHOD()

Completed in 31 milliseconds