Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/
H A Dphp_date.c5295 zval *ht_entry; in php_date_period_initialize_from_hash() local
5300 if (ht_entry) { in php_date_period_initialize_from_hash()
5303 date_obj = Z_PHPDATE_P(ht_entry); in php_date_period_initialize_from_hash()
5314 if (ht_entry) { in php_date_period_initialize_from_hash()
5327 if (ht_entry) { in php_date_period_initialize_from_hash()
5340 if (ht_entry) { in php_date_period_initialize_from_hash()
5341 if (Z_TYPE_P(ht_entry) == IS_OBJECT && Z_OBJCE_P(ht_entry) == date_ce_interval) { in php_date_period_initialize_from_hash()
5353 if (ht_entry && in php_date_period_initialize_from_hash()
5354 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()
5361 if (ht_entry && in php_date_period_initialize_from_hash()
[all …]

Completed in 17 milliseconds