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