ZEND_ACC_CTOR 1801 Zend/zend_API.c ctor->common.fn_flags |= ZEND_ACC_CTOR; ZEND_ACC_CTOR 879 Zend/zend_builtin_functions.c if ((mptr->common.fn_flags & ZEND_ACC_CTOR) == 0 || ZEND_ACC_CTOR 1957 Zend/zend_compile.c if (function->common.fn_flags & ZEND_ACC_CTOR) { ZEND_ACC_CTOR 2006 Zend/zend_compile.c if ((fe->common.fn_flags & ZEND_ACC_CTOR) && !(proto->common.scope->ce_flags & ZEND_ACC_INTERFACE)) { ZEND_ACC_CTOR 2115 Zend/zend_compile.c } else if (!(parent->common.fn_flags & ZEND_ACC_CTOR) || (parent->common.prototype && (parent->common.prototype->common.scope->ce_flags & ZEND_ACC_INTERFACE))) { ZEND_ACC_CTOR 2914 Zend/zend_compile.c ce->constructor->common.fn_flags |= ZEND_ACC_CTOR; ZEND_ACC_CTOR 527 Zend/zend_interfaces.c ZEND_FENTRY(unserialize, NULL, arginfo_serializable_serialize, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT|ZEND_ACC_CTOR) ZEND_ACC_CTOR 202 ext/date/php_date.c PHP_ME(DateTime, __construct, NULL, ZEND_ACC_CTOR|ZEND_ACC_PUBLIC) ZEND_ACC_CTOR 215 ext/date/php_date.c PHP_ME(DateTimeZone, __construct, NULL, ZEND_ACC_CTOR|ZEND_ACC_PUBLIC) ZEND_ACC_CTOR 529 ext/reflection/php_reflection.c if ((mptr->common.fn_flags & ZEND_ACC_CTOR) == 0 || ZEND_ACC_CTOR 731 ext/reflection/php_reflection.c if (fptr->common.fn_flags & ZEND_ACC_CTOR) { ZEND_ACC_CTOR 2564 ext/reflection/php_reflection.c RETURN_BOOL(mptr->common.fn_flags & ZEND_ACC_CTOR && intern->ce->constructor && intern->ce->constructor->common.scope == mptr->common.scope);