Home
last modified time | relevance | path

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

/PHP-7.3/ext/reflection/
H A Dphp_reflection.c997 smart_str str_constants = {0}; in _extension_string() local
1000 …(EG(zend_constants), (apply_func_args_t) _extension_const_string, 4, &str_constants, indent, modul… in _extension_string()
1003 smart_str_append_smart_str(str, &str_constants); in _extension_string()
1006 smart_str_free(&str_constants); in _extension_string()

Completed in 32 milliseconds