Home
last modified time | relevance | path

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

/PHP-5.3/ext/date/
H A Dphp_date.c2570 zval **z_timezone = NULL; in php_date_initialize_from_hash() local
2580 if (zend_hash_find(myht, "timezone", 9, (void**) &z_timezone) == SUCCESS) { in php_date_initialize_from_hash()
2581 convert_to_string(*z_timezone); in php_date_initialize_from_hash()
2586 char *tmp = emalloc(Z_STRLEN_PP(z_date) + Z_STRLEN_PP(z_timezone) + 2); in php_date_initialize_from_hash()
2588 …tf(tmp, Z_STRLEN_PP(z_date) + Z_STRLEN_PP(z_timezone) + 2, "%s %s", Z_STRVAL_PP(z_date), Z_STRVAL_… in php_date_initialize_from_hash()
2589 …ret = php_date_initialize(*dateobj, tmp, Z_STRLEN_PP(z_date) + Z_STRLEN_PP(z_timezone) + 1, NULL, … in php_date_initialize_from_hash()
2596 convert_to_string(*z_timezone); in php_date_initialize_from_hash()
2598 tzi = php_date_parse_tzfile(Z_STRVAL_PP(z_timezone), DATE_TIMEZONEDB TSRMLS_CC); in php_date_initialize_from_hash()

Completed in 14 milliseconds