Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/
H A Dphp_date.c2571 …teobj->time = timelib_parse_from_format(format, time_str_len ? time_str : "", time_str_len ? time_… in php_date_initialize()
2573 …dateobj->time = timelib_strtotime(time_str_len ? time_str : "now", time_str_len ? time_str_len : s… in php_date_initialize()
2650 int time_str_len = 0; in PHP_FUNCTION() local
2675 int time_str_len = 0; in PHP_FUNCTION() local
2700 int time_str_len = 0, format_str_len = 0; in PHP_FUNCTION() local
2725 int time_str_len = 0, format_str_len = 0; in PHP_FUNCTION() local
2750 int time_str_len = 0; in PHP_METHOD() local
2768 int time_str_len = 0; in PHP_METHOD() local
4250 int time_str_len = 0; in PHP_FUNCTION() local
4255 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &time_str, &time_str_len) == FAILURE) { in PHP_FUNCTION()
[all …]
H A Dphp_date.h201 PHPAPI int php_date_initialize(php_date_obj *dateobj, /*const*/ char *time_str, int time_str_len, c…

Completed in 29 milliseconds