ce_num 3698 Zend/zend_compile.c zend_uint i, ce_num, if_num = iface->num_interfaces; ce_num 3704 Zend/zend_compile.c ce_num = ce->num_interfaces; ce_num 3707 Zend/zend_compile.c ce->interfaces = (zend_class_entry **) realloc(ce->interfaces, sizeof(zend_class_entry *) * (ce_num + if_num)); ce_num 3709 Zend/zend_compile.c ce->interfaces = (zend_class_entry **) erealloc(ce->interfaces, sizeof(zend_class_entry *) * (ce_num + if_num)); ce_num 3715 Zend/zend_compile.c for (i = 0; i < ce_num; i++) { ce_num 3720 Zend/zend_compile.c if (i == ce_num) { ce_num 3726 Zend/zend_compile.c while (ce_num < ce->num_interfaces) { ce_num 3727 Zend/zend_compile.c do_implement_interface(ce, ce->interfaces[ce_num++] TSRMLS_CC);