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.c5714 zval *ht_entry; in php_date_period_initialize_from_hash() local
5719 if (ht_entry) { in php_date_period_initialize_from_hash()
5741 if (ht_entry) { in php_date_period_initialize_from_hash()
5762 if (ht_entry) { in php_date_period_initialize_from_hash()
5783 if (ht_entry) { in php_date_period_initialize_from_hash()
5804 if (ht_entry && in php_date_period_initialize_from_hash()
5805 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()
5812 if (ht_entry && in php_date_period_initialize_from_hash()
5813 (Z_TYPE_P(ht_entry) == IS_FALSE || Z_TYPE_P(ht_entry) == IS_TRUE)) { in php_date_period_initialize_from_hash()
5820 if (ht_entry && in php_date_period_initialize_from_hash()
[all …]

Completed in 21 milliseconds