Home
last modified time | relevance | path

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

/PHP-8.2/ext/date/
H A Dphp_date.c5686 zval *ht_entry; in php_date_period_initialize_from_hash() local
5691 if (ht_entry) { in php_date_period_initialize_from_hash()
5713 if (ht_entry) { in php_date_period_initialize_from_hash()
5734 if (ht_entry) { in php_date_period_initialize_from_hash()
5755 if (ht_entry) { in php_date_period_initialize_from_hash()
5776 if (ht_entry && in php_date_period_initialize_from_hash()
5777 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()
5784 if (ht_entry && in php_date_period_initialize_from_hash()
5785 (Z_TYPE_P(ht_entry) == IS_FALSE || Z_TYPE_P(ht_entry) == IS_TRUE)) { in php_date_period_initialize_from_hash()
5792 if (ht_entry && in php_date_period_initialize_from_hash()
[all …]

Completed in 27 milliseconds