Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_execute_API.c1538 #define MAX_ABSTRACT_INFO_CNT 3 macro
1544 …ai.afn[idx] && ai.afn[idx + 1] ? ", " : (ai.afn[idx] && ai.cnt > MAX_ABSTRACT_INFO_CNT ? ", ..." :…
1547 zend_function *afn[MAX_ABSTRACT_INFO_CNT + 1];
1555 if (ai->cnt < MAX_ABSTRACT_INFO_CNT) { in zend_verify_abstract_class_function()

Completed in 9 milliseconds