Searched refs:txt_len (Results 1 – 1 of 1) sorted by relevance
213 size_t txt_len = 0; in php_parserr() local221 txt_len += strlen(data_txt->pStringArray[i]) + 1; in php_parserr()224 txt = zend_string_safe_alloc(txt_len, 2, 0, 0); in php_parserr()
Completed in 5 milliseconds