Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_language_scanner.l116 #define IS_LABEL_SUCCESSOR(c) (((c) >= 'a' && (c) <= 'z') || ((c) >= 'A' && (c) <= 'Z') || ((c) >= … macro
2417 if (!IS_LABEL_SUCCESSOR(YYCURSOR[heredoc_label->length])) {
2686 if (IS_LABEL_SUCCESSOR(YYCURSOR[heredoc_label->length])) {
2810 if (IS_LABEL_SUCCESSOR(YYCURSOR[heredoc_label->length])) {

Completed in 9 milliseconds