Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_language_parser.y1699 const unsigned char *tokcontent, *tokcontent_end; variable
1770 tokcontent_end = memchr(tokcontent, '\n', tokcontent_len);
1771 if (tokcontent_end != NULL) {
1772 tokcontent_len = (tokcontent_end - tokcontent);

Completed in 11 milliseconds