Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.c5696 zval *ht_entry; in php_date_period_initialize_from_hash() local
5701 if (ht_entry) { in php_date_period_initialize_from_hash()
5723 if (ht_entry) { in php_date_period_initialize_from_hash()
5744 if (ht_entry) { in php_date_period_initialize_from_hash()
5765 if (ht_entry) { in php_date_period_initialize_from_hash()
5786 if (ht_entry && in php_date_period_initialize_from_hash()
5787 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()
5794 if (ht_entry && in php_date_period_initialize_from_hash()
5795 (Z_TYPE_P(ht_entry) == IS_FALSE || Z_TYPE_P(ht_entry) == IS_TRUE)) { in php_date_period_initialize_from_hash()
5802 if (ht_entry && in php_date_period_initialize_from_hash()
[all …]

Completed in 28 milliseconds