Searched refs:_const_string (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/reflection/ |
H A D | php_reflection.c | 304 static void _const_string(smart_str *str, const char *name, zval *value, const char *indent); 545 static void _const_string(smart_str *str, const char *name, zval *value, const char *indent) in _const_string() function 1102 _const_string(&str_constants, ZSTR_VAL(constant->name), &constant->value, " "); in _extension_string() 7656 _const_string(&str, ZSTR_VAL(const_->name), &const_->value, ""); in ZEND_METHOD()
|
Completed in 23 milliseconds