Searched refs:smart_str_append_zval (Results 1 – 5 of 5) sorted by relevance
/PHP-8.4/Zend/ |
H A D | zend_smart_str.c | 226 ZEND_API zend_result ZEND_FASTCALL smart_str_append_zval(smart_str *dest, const zval *value, size_t… in smart_str_append_zval() function
|
H A D | zend_smart_str.h | 37 ZEND_API zend_result ZEND_FASTCALL smart_str_append_zval(smart_str *dest, const zval *value, size_t…
|
H A D | zend_exceptions.c | 507 if (smart_str_append_zval(str, arg, EG(exception_string_param_max_len)) == SUCCESS) { in _build_trace_args()
|
H A D | zend_execute.c | 878 if (smart_str_append_zval(&msg, value, EG(exception_string_param_max_len)) != SUCCESS) { in zend_match_unhandled_error()
|
/PHP-8.4/ext/reflection/ |
H A D | php_reflection.c | 663 if (smart_str_append_zval(str, value, SIZE_MAX) == SUCCESS) { in format_default_value()
|
Completed in 42 milliseconds