Home
last modified time | relevance | path

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

/PHP-5.3/ext/date/
H A Dphp_date.c4402 zval **ht_entry; in php_date_period_initialize_from_hash() local
4407 if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_date) { in php_date_period_initialize_from_hash()
4411 } else if (Z_TYPE_PP(ht_entry) != IS_NULL) { in php_date_period_initialize_from_hash()
4419 if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_date) { in php_date_period_initialize_from_hash()
4423 } else if (Z_TYPE_PP(ht_entry) != IS_NULL) { in php_date_period_initialize_from_hash()
4431 if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_date) { in php_date_period_initialize_from_hash()
4435 } else if (Z_TYPE_PP(ht_entry) != IS_NULL) { in php_date_period_initialize_from_hash()
4443 if (Z_TYPE_PP(ht_entry) == IS_OBJECT && Z_OBJCE_PP(ht_entry) == date_ce_interval) { in php_date_period_initialize_from_hash()
4455 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()
4456 period_obj->recurrences = Z_LVAL_PP(ht_entry); in php_date_period_initialize_from_hash()
[all …]

Completed in 17 milliseconds