Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/
H A Dphp_date.c2783 zval **z_timezone_type = NULL; in php_date_initialize_from_hash() local
2789 …_hash_find(myht, "timezone_type", 14, (void**) &z_timezone_type) == SUCCESS && Z_TYPE_PP(z_timezon… in php_date_initialize_from_hash()
2792 switch (Z_LVAL_PP(z_timezone_type)) { in php_date_initialize_from_hash()
3719 zval **z_timezone_type = NULL; in php_date_timezone_initialize_from_hash() local
3721 …_hash_find(myht, "timezone_type", 14, (void**) &z_timezone_type) == SUCCESS && Z_TYPE_PP(z_timezon… in php_date_timezone_initialize_from_hash()

Completed in 22 milliseconds