Home
last modified time | relevance | path

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

/PHP-5.6/ext/date/
H A Dphp_date.c2591 …ef(NULL TSRMLS_CC, E_WARNING, "Failed to parse time string (%s) at position %d (%c): %s", time_str, in php_date_initialize()
2658 char *time_str = NULL; in PHP_FUNCTION() local
2681 char *time_str = NULL; in PHP_FUNCTION() local
2704 char *time_str = NULL, *format_str = NULL; in PHP_FUNCTION() local
2727 char *time_str = NULL, *format_str = NULL; in PHP_FUNCTION() local
2750 char *time_str = NULL; in PHP_METHOD() local
2756 …php_date_initialize(zend_object_store_get_object(getThis() TSRMLS_CC), time_str, time_str_len, NUL… in PHP_METHOD()
2768 char *time_str = NULL; in PHP_METHOD() local
4284 char *time_str = NULL; in PHP_FUNCTION() local
4290 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &time_str, &time_str_len) == FAILURE) { in PHP_FUNCTION()
[all …]
H A Dphp_date.h205 PHPAPI int php_date_initialize(php_date_obj *dateobj, /*const*/ char *time_str, int time_str_len, c…

Completed in 19 milliseconds