Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/
H A Dphp_date.c4890 zval **ht_entry; in php_date_period_initialize_from_hash() local
4895 if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_date) { in php_date_period_initialize_from_hash()
4899 period_obj->start_ce = Z_OBJCE_PP(ht_entry); in php_date_period_initialize_from_hash()
4900 } else if (Z_TYPE_PP(ht_entry) != IS_NULL) { in php_date_period_initialize_from_hash()
4908 if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_date) { in php_date_period_initialize_from_hash()
4912 } else if (Z_TYPE_PP(ht_entry) != IS_NULL) { in php_date_period_initialize_from_hash()
4920 if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_date) { in php_date_period_initialize_from_hash()
4924 } else if (Z_TYPE_PP(ht_entry) != IS_NULL) { in php_date_period_initialize_from_hash()
4932 if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_interval) { in php_date_period_initialize_from_hash()
4944 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 22 milliseconds