date_ce_interface  577 ext/date/php_date.c zend_class_entry *date_ce_immutable, *date_ce_interface;
date_ce_interface 2027 ext/date/php_date.c 	date_ce_interface = zend_register_internal_interface(&ce_interface TSRMLS_CC);
date_ce_interface 2028 ext/date/php_date.c 	date_ce_interface->interface_gets_implemented = implement_date_interface_handler;
date_ce_interface 2038 ext/date/php_date.c 	zend_class_implements(date_ce_date TSRMLS_CC, 1, date_ce_interface);
date_ce_interface 2062 ext/date/php_date.c 	zend_class_implements(date_ce_immutable TSRMLS_CC, 1, date_ce_interface);
date_ce_interface 3079 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &object, date_ce_interface, &format, &format_len) == FAILURE) {
date_ce_interface 3327 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, date_ce_interface) == FAILURE) {
date_ce_interface 3410 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, date_ce_interface) == FAILURE) {
date_ce_interface 3640 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, date_ce_interface) == FAILURE) {
date_ce_interface 3666 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO|l", &object1, date_ce_interface, &object2, date_ce_interface, &absolute) == FAILURE) {
date_ce_interface 3876 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO", &object, date_ce_timezone, &dateobject, date_ce_interface) == FAILURE) {
date_ce_interface 4426 ext/date/php_date.c 	if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "OOl|l", &start, date_ce_interface, &interval, date_ce_interval, &recurrences, &options) == FAILURE) {
date_ce_interface 4427 ext/date/php_date.c 		if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "OOO|l", &start, date_ce_interface, &interval, date_ce_interval, &end, date_ce_interface, &options) == FAILURE) {