Home
last modified time | relevance | path

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

/PHP-8.2/ext/reflection/
H A Dphp_reflection.c1043 smart_str str_constants = {0}; in _extension_string() local
1049 _const_string(&str_constants, ZSTR_VAL(constant->name), &constant->value, indent); in _extension_string()
1056 smart_str_append_smart_str(str, &str_constants); in _extension_string()
1059 smart_str_free(&str_constants); in _extension_string()

Completed in 32 milliseconds