date_len 3037 ext/date/php_date.c int date_len; date_len 3041 ext/date/php_date.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &date, &date_len) == FAILURE) { date_len 3045 ext/date/php_date.c parsed_time = timelib_strtotime(date, date_len, &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); date_len 3056 ext/date/php_date.c int date_len, format_len; date_len 3060 ext/date/php_date.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &format, &format_len, &date, &date_len) == FAILURE) { date_len 3064 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 TSRMLS_DC) 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 614 ext/oci8/oci8_collection.c int php_oci_collection_element_set_date(php_oci_collection *collection, long index, char *date, int date_len TSRMLS_DC) date_len 622 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 455 ext/oci8/php_oci8_int.h int php_oci_collection_element_set_date(php_oci_collection *collection, long index, char *date, int date_len TSRMLS_DC); date_len 461 ext/oci8/php_oci8_int.h int php_oci_collection_append_date(php_oci_collection *collection, char *date, int date_len TSRMLS_DC);