Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_inheritance.c2175 #define MAX_ABSTRACT_INFO_CNT 3 macro
2181 …ai.afn[idx] && ai.afn[idx + 1] ? ", " : (ai.afn[idx] && ai.cnt > MAX_ABSTRACT_INFO_CNT ? ", ..." :…
2184 zend_function *afn[MAX_ABSTRACT_INFO_CNT + 1];
2192 if (ai->cnt < MAX_ABSTRACT_INFO_CNT) { in zend_verify_abstract_class_function()

Completed in 10 milliseconds