Searched refs:countable (Results 1 – 11 of 11) sorted by relevance
33 // countable
35 // countable
38 // countable
66 // countable
2 Only arrays and countable objects can be counted
575 REGISTER_MAGIC_INTERFACE(countable, Countable); in zend_register_interfaces()
4329 ZEND_API zend_bool zend_is_countable(zval *countable) /* {{{ */ in zend_is_countable() argument4331 switch (Z_TYPE_P(countable)) { in zend_is_countable()4335 if (Z_OBJ_HT_P(countable)->count_elements) { in zend_is_countable()4339 return instanceof_function(Z_OBJCE_P(countable), zend_ce_countable); in zend_is_countable()
553 ZEND_API zend_bool zend_is_countable(zval *countable);
474 (RFC: https://wiki.php.net/rfc/is-countable)
2654 . ZipArchive implements countable, added ZipArchive::count() method. (Remi)
Completed in 39 milliseconds