modify_len 2999 ext/date/php_date.c static int php_date_modify(zval *object, char *modify, size_t modify_len) /* {{{ */ modify_len 3012 ext/date/php_date.c tmp_time = timelib_strtotime(modify, modify_len, &err, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); modify_len 3069 ext/date/php_date.c size_t modify_len; modify_len 3071 ext/date/php_date.c if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &object, date_ce_date, &modify, &modify_len) == FAILURE) { modify_len 3075 ext/date/php_date.c if (!php_date_modify(object, modify, modify_len)) { modify_len 3090 ext/date/php_date.c size_t modify_len; modify_len 3092 ext/date/php_date.c if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &object, date_ce_immutable, &modify, &modify_len) == FAILURE) { modify_len 3097 ext/date/php_date.c if (!php_date_modify(&new_object, modify, modify_len)) {