Home
last modified time | relevance | path

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

/php-src/ext/pcntl/tests/
H A Dbug81577.phpt13 C::$a = [ C::$cond ]; // make countable zval
/php-src/ext/spl/tests/
H A Ddllist_004.phpt33 // countable
H A Ddllist_005.phpt33 // countable
H A Ddllist_001.phpt35 // countable
H A Dfixedarray_001.phpt38 // countable
H A Dfixedarray_002.phpt66 // countable
/php-src/ext/standard/tests/array/
H A Dcount_invalid.phpt2 Only arrays and countable objects can be counted
/php-src/Zend/
H A Dzend_API.c5153 ZEND_API bool zend_is_countable(const zval *countable) /* {{{ */ in zend_is_countable() argument
5155 switch (Z_TYPE_P(countable)) { in zend_is_countable()
5159 if (Z_OBJ_HT_P(countable)->count_elements) { in zend_is_countable()
5163 return zend_class_implements_interface(Z_OBJCE_P(countable), zend_ce_countable); in zend_is_countable()
H A Dzend_API.h923 ZEND_API bool zend_is_countable(const zval *countable);

Completed in 37 milliseconds