Home
last modified time | relevance | path

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

/PHP-8.1/ext/date/
H A Dphp_date.c4912 zval *ht_entry; in php_date_period_initialize_from_hash() local
4917 if (ht_entry) { in php_date_period_initialize_from_hash()
4920 date_obj = Z_PHPDATE_P(ht_entry); in php_date_period_initialize_from_hash()
4931 if (ht_entry) { in php_date_period_initialize_from_hash()
4944 if (ht_entry) { in php_date_period_initialize_from_hash()
4957 if (ht_entry) { in php_date_period_initialize_from_hash()
4958 if (Z_TYPE_P(ht_entry) == IS_OBJECT && Z_OBJCE_P(ht_entry) == date_ce_interval) { in php_date_period_initialize_from_hash()
4970 if (ht_entry && in php_date_period_initialize_from_hash()
4971 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()
4978 if (ht_entry && in php_date_period_initialize_from_hash()
[all …]

Completed in 27 milliseconds