Home
last modified time | relevance | path

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

/PHP-7.1/ext/date/
H A Dphp_date.c5141 zval *ht_entry; in php_date_period_initialize_from_hash() local
5146 if (ht_entry) { in php_date_period_initialize_from_hash()
5147 if (Z_TYPE_P(ht_entry) == IS_OBJECT && Z_OBJCE_P(ht_entry) == date_ce_date) { in php_date_period_initialize_from_hash()
5160 if (ht_entry) { in php_date_period_initialize_from_hash()
5161 if (Z_TYPE_P(ht_entry) == IS_OBJECT && Z_OBJCE_P(ht_entry) == date_ce_date) { in php_date_period_initialize_from_hash()
5173 if (ht_entry) { in php_date_period_initialize_from_hash()
5186 if (ht_entry) { in php_date_period_initialize_from_hash()
5199 if (ht_entry && in php_date_period_initialize_from_hash()
5200 Z_TYPE_P(ht_entry) == IS_LONG && Z_LVAL_P(ht_entry) >= 0 && Z_LVAL_P(ht_entry) <= INT_MAX) { in php_date_period_initialize_from_hash()
5207 if (ht_entry && in php_date_period_initialize_from_hash()
[all …]

Completed in 19 milliseconds