Home
last modified time | relevance | path

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

/PHP-8.3/ext/date/
H A Dphp_date.c5504 zval *ht_entry; in php_date_period_initialize_from_hash() local
5509 if (ht_entry) { in php_date_period_initialize_from_hash()
5531 if (ht_entry) { in php_date_period_initialize_from_hash()
5552 if (ht_entry) { in php_date_period_initialize_from_hash()
5573 if (ht_entry) { in php_date_period_initialize_from_hash()
5594 if (ht_entry && in php_date_period_initialize_from_hash()
5595 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()
5602 if (ht_entry && in php_date_period_initialize_from_hash()
5603 (Z_TYPE_P(ht_entry) == IS_FALSE || Z_TYPE_P(ht_entry) == IS_TRUE)) { in php_date_period_initialize_from_hash()
5610 if (ht_entry && in php_date_period_initialize_from_hash()
[all …]

Completed in 21 milliseconds