Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.h162 PHPAPI bool php_date_initialize(php_date_obj *dateobj, const char *time_str, size_t time_str_len, c…
H A Dphp_date.c2399 PHPAPI bool php_date_initialize(php_date_obj *dateobj, const char *time_str, size_t time_str_len, c… in php_date_initialize() function
2579 …if (!php_date_initialize(Z_PHPDATE_P(return_value), time_str, time_str_len, NULL, timezone_object,… in PHP_FUNCTION()
2600 …if (!php_date_initialize(Z_PHPDATE_P(return_value), time_str, time_str_len, NULL, timezone_object,… in PHP_FUNCTION()
2622 …if (!php_date_initialize(Z_PHPDATE_P(return_value), time_str, time_str_len, format_str, timezone_o… in PHP_FUNCTION()
2644 …if (!php_date_initialize(Z_PHPDATE_P(return_value), time_str, time_str_len, format_str, timezone_o… in PHP_FUNCTION()
2664php_date_initialize(Z_PHPDATE_P(ZEND_THIS), time_str, time_str_len, NULL, timezone_object, PHP_DAT… in PHP_METHOD()
2681php_date_initialize(Z_PHPDATE_P(ZEND_THIS), time_str, time_str_len, NULL, timezone_object, PHP_DAT… in PHP_METHOD()
2864 bool ret = php_date_initialize(*dateobj, ZSTR_VAL(tmp), ZSTR_LEN(tmp), NULL, NULL, 0); in php_date_initialize_from_hash()
2884 ret = php_date_initialize(*dateobj, Z_STRVAL_P(z_date), Z_STRLEN_P(z_date), NULL, &tmp_obj, 0); in php_date_initialize_from_hash()

Completed in 27 milliseconds