Searched refs:MAX_ABSTRACT_INFO_CNT (Results 1 – 1 of 1) sorted by relevance
2136 #define MAX_ABSTRACT_INFO_CNT 3 macro2142 …ai.afn[idx] && ai.afn[idx + 1] ? ", " : (ai.afn[idx] && ai.cnt > MAX_ABSTRACT_INFO_CNT ? ", ..." :…2145 zend_function *afn[MAX_ABSTRACT_INFO_CNT + 1];2152 if (ai->cnt < MAX_ABSTRACT_INFO_CNT) { in zend_verify_abstract_class_function()
Completed in 15 milliseconds