Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/
H A Dphp_reflection.c987 smart_str str_constants = {0}; in _extension_string() local
993 _const_string(&str_constants, ZSTR_VAL(constant->name), &constant->value, indent); in _extension_string()
1000 smart_str_append_smart_str(str, &str_constants); in _extension_string()
1003 smart_str_free(&str_constants); in _extension_string()

Completed in 20 milliseconds