date_len         2948 ext/date/php_date.c 	size_t                          date_len;
date_len         2952 ext/date/php_date.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &date, &date_len) == FAILURE) {
date_len         2956 ext/date/php_date.c 	parsed_time = timelib_strtotime(date, date_len, &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper);
date_len         2967 ext/date/php_date.c 	size_t                          date_len, format_len;
date_len         2971 ext/date/php_date.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &format, &format_len, &date, &date_len) == FAILURE) {
date_len         2975 ext/date/php_date.c 	parsed_time = timelib_parse_from_format(format, date, date_len, &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper);
date_len          316 ext/oci8/oci8_collection.c int php_oci_collection_append_date(php_oci_collection *collection, char *date, int date_len)
date_len          324 ext/oci8/oci8_collection.c 	PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)date, date_len, NULL, 0, NULL, 0, &oci_date));
date_len          608 ext/oci8/oci8_collection.c int php_oci_collection_element_set_date(php_oci_collection *collection, zend_long index, char *date, int date_len)
date_len          616 ext/oci8/oci8_collection.c 	PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)date, date_len, NULL, 0, NULL, 0, &oci_date));
date_len          470 ext/oci8/php_oci8_int.h int php_oci_collection_element_set_date(php_oci_collection *collection, zend_long index, char *date, int date_len);
date_len          476 ext/oci8/php_oci8_int.h int php_oci_collection_append_date(php_oci_collection *collection, char *date, int date_len);