Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/
H A Dphp_date.h201 PHPAPI int php_date_initialize(php_date_obj *dateobj, /*const*/ char *time_str, int time_str_len, c…
H A Dphp_date.c2558 PHPAPI int php_date_initialize(php_date_obj *dateobj, /*const*/ char *time_str, int time_str_len, c… in php_date_initialize() function
2658 …if (!php_date_initialize(zend_object_store_get_object(&datetime_object TSRMLS_CC), time_str, time_… in PHP_FUNCTION()
2683 …if (!php_date_initialize(zend_object_store_get_object(&datetime_object TSRMLS_CC), time_str, time_… in PHP_FUNCTION()
2708 …if (!php_date_initialize(zend_object_store_get_object(&datetime_object TSRMLS_CC), time_str, time_… in PHP_FUNCTION()
2733 …if (!php_date_initialize(zend_object_store_get_object(&datetime_object TSRMLS_CC), time_str, time_… in PHP_FUNCTION()
2755php_date_initialize(zend_object_store_get_object(getThis() TSRMLS_CC), time_str, time_str_len, NUL… in PHP_METHOD()
2773php_date_initialize(zend_object_store_get_object(getThis() TSRMLS_CC), time_str, time_str_len, NUL… in PHP_METHOD()
2798 …ret = php_date_initialize(*dateobj, tmp, Z_STRLEN_PP(z_date) + Z_STRLEN_PP(z_timezone) + 1, NULL, … in php_date_initialize_from_hash()
2818 …ret = php_date_initialize(*dateobj, Z_STRVAL_PP(z_date), Z_STRLEN_PP(z_date), NULL, tmp_obj, 0 TSR… in php_date_initialize_from_hash()

Completed in 20 milliseconds