Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcntl/tests/
H A Dbug81577.phpt13 C::$a = [ C::$cond ]; // make countable zval
/PHP-8.3/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-8.3/ext/standard/tests/array/
H A Dcount_invalid.phpt2 Only arrays and countable objects can be counted
/PHP-8.3/Zend/
H A Dzend_API.c5071 ZEND_API bool zend_is_countable(const zval *countable) /* {{{ */ in zend_is_countable() argument
5073 switch (Z_TYPE_P(countable)) { in zend_is_countable()
5077 if (Z_OBJ_HT_P(countable)->count_elements) { in zend_is_countable()
5081 return zend_class_implements_interface(Z_OBJCE_P(countable), zend_ce_countable); in zend_is_countable()
H A Dzend_API.h918 ZEND_API bool zend_is_countable(const zval *countable);

Completed in 45 milliseconds