Home
last modified time | relevance | path

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

/PHP-8.4/ext/date/
H A Dphp_date.c5747 zval *ht_entry; in php_date_period_initialize_from_hash() local
5752 if (ht_entry) { in php_date_period_initialize_from_hash()
5774 if (ht_entry) { in php_date_period_initialize_from_hash()
5795 if (ht_entry) { in php_date_period_initialize_from_hash()
5816 if (ht_entry) { in php_date_period_initialize_from_hash()
5837 if (ht_entry && in php_date_period_initialize_from_hash()
5838 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()
5845 if (ht_entry && in php_date_period_initialize_from_hash()
5846 (Z_TYPE_P(ht_entry) == IS_FALSE || Z_TYPE_P(ht_entry) == IS_TRUE)) { in php_date_period_initialize_from_hash()
5853 if (ht_entry && in php_date_period_initialize_from_hash()
[all …]

Completed in 31 milliseconds