Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dstring.c4714 #define PHP_TAG_BUF_SIZE 1023 macro
4826 tbuf = emalloc(PHP_TAG_BUF_SIZE + 1);
4851 if (tp - tbuf >= PHP_TAG_BUF_SIZE) {
4853 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4911 if (tp - tbuf >= PHP_TAG_BUF_SIZE) {
4913 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);
4960 if (tp - tbuf >= PHP_TAG_BUF_SIZE) {
4962 tbuf = erealloc(tbuf, (tp - tbuf) + PHP_TAG_BUF_SIZE + 1);

Completed in 18 milliseconds