modify_len       3088 ext/date/php_date.c static int php_date_modify(zval *object, char *modify, int modify_len TSRMLS_DC)
modify_len       3101 ext/date/php_date.c 	tmp_time = timelib_strtotime(modify, modify_len, &err, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper);
modify_len       3158 ext/date/php_date.c 	int           modify_len;
modify_len       3160 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &object, date_ce_date, &modify, &modify_len) == FAILURE) {
modify_len       3164 ext/date/php_date.c 	if (php_date_modify(object, modify, modify_len TSRMLS_CC)) {
modify_len       3178 ext/date/php_date.c 	int   modify_len;
modify_len       3180 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &object, date_ce_immutable, &modify, &modify_len) == FAILURE) {
modify_len       3185 ext/date/php_date.c 	if (php_date_modify(new_object, modify, modify_len TSRMLS_CC)) {