Home
last modified time | relevance | path

Searched refs:time_len (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/date/
H A Dphp_date.c1447 int time_len, error1, error2; in PHP_FUNCTION() local
1456 …s_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "sl", &times, &time_len, &preset_ts) != F… in PHP_FUNCTION()
1469 …} else if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &times, &time_len, &preset_ts) … in PHP_FUNCTION()
1479 if (!time_len) { in PHP_FUNCTION()
1484 t = timelib_strtotime(times, time_len, &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); in PHP_FUNCTION()

Completed in 22 milliseconds