Home
last modified time | relevance | path

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

/PHP-5.6/ext/date/
H A Dphp_date.c5008 zval **ht_entry; in php_date_period_initialize_from_hash() local
5013 if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_date) { in php_date_period_initialize_from_hash()
5017 period_obj->start_ce = Z_OBJCE_PP(ht_entry); in php_date_period_initialize_from_hash()
5018 } else if (Z_TYPE_PP(ht_entry) != IS_NULL) { in php_date_period_initialize_from_hash()
5026 if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_date) { in php_date_period_initialize_from_hash()
5030 } else if (Z_TYPE_PP(ht_entry) != IS_NULL) { in php_date_period_initialize_from_hash()
5038 if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_date) { in php_date_period_initialize_from_hash()
5042 } else if (Z_TYPE_PP(ht_entry) != IS_NULL) { in php_date_period_initialize_from_hash()
5050 if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_interval) { in php_date_period_initialize_from_hash()
5062 Z_TYPE_PP(ht_entry) == IS_LONG && Z_LVAL_PP(ht_entry) >= 0 && Z_LVAL_PP(ht_entry) <= INT_MAX) { in php_date_period_initialize_from_hash()
[all …]

Completed in 18 milliseconds