date_ce_interface 575 ext/date/php_date.c zend_class_entry *date_ce_immutable, *date_ce_interface; date_ce_interface 1978 ext/date/php_date.c date_ce_interface = zend_register_internal_interface(&ce_interface); date_ce_interface 1979 ext/date/php_date.c date_ce_interface->interface_gets_implemented = implement_date_interface_handler; date_ce_interface 1991 ext/date/php_date.c zend_class_implements(date_ce_date, 1, date_ce_interface); date_ce_interface 2016 ext/date/php_date.c zend_class_implements(date_ce_immutable, 1, date_ce_interface); date_ce_interface 2990 ext/date/php_date.c if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &object, date_ce_interface, &format, &format_len) == FAILURE) { date_ce_interface 3241 ext/date/php_date.c if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &object, date_ce_interface) == FAILURE) { date_ce_interface 3325 ext/date/php_date.c if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &object, date_ce_interface) == FAILURE) { date_ce_interface 3559 ext/date/php_date.c if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &object, date_ce_interface) == FAILURE) { date_ce_interface 3585 ext/date/php_date.c if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "OO|b", &object1, date_ce_interface, &object2, date_ce_interface, &absolute) == FAILURE) { date_ce_interface 3802 ext/date/php_date.c if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "OO", &object, date_ce_timezone, &dateobject, date_ce_interface) == FAILURE) { date_ce_interface 4337 ext/date/php_date.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "OOl|l", &start, date_ce_interface, &interval, date_ce_interval, &recurrences, &options) == FAILURE) { date_ce_interface 4338 ext/date/php_date.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "OOO|l", &start, date_ce_interface, &interval, date_ce_interval, &end, date_ce_interface, &options) == FAILURE) {