Searched refs:m_width (Results 1 – 1 of 1) sorted by relevance
78 size_t m_width; in php_sprintf_appendstring() local85 m_width = MAX(min_width, copy_len); in php_sprintf_appendstring()87 if(m_width > INT_MAX - *pos - 1) { in php_sprintf_appendstring()88 zend_error_noreturn(E_ERROR, "Field width %zd is too long", m_width); in php_sprintf_appendstring()91 req_size = *pos + m_width + 1; in php_sprintf_appendstring()
Completed in 6 milliseconds