Home
last modified time | relevance | path

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

/PHP-5.3/ext/date/
H A Dphp_date.c2571 zval **z_timezone_type = NULL; in php_date_initialize_from_hash() local
2578 if (zend_hash_find(myht, "timezone_type", 14, (void**) &z_timezone_type) == SUCCESS) { in php_date_initialize_from_hash()
2579 convert_to_long(*z_timezone_type); in php_date_initialize_from_hash()
2583 switch (Z_LVAL_PP(z_timezone_type)) { in php_date_initialize_from_hash()

Completed in 16 milliseconds