Searched refs:spl_ce_Countable (Results 1 – 5 of 5) sorted by relevance
54 extern PHPAPI zend_class_entry *spl_ce_Countable;
63 PHPAPI zend_class_entry *spl_ce_Countable; variable
206 zend_class_implements(ce_SimpleXMLIterator TSRMLS_CC, 1, spl_ce_Countable); in PHP_MINIT_FUNCTION()
5420 zend_class_implements(phar_ce_archive TSRMLS_CC, 2, spl_ce_Countable, zend_ce_arrayaccess); in phar_object_init()5425 zend_class_implements(phar_ce_data TSRMLS_CC, 2, spl_ce_Countable, zend_ce_arrayaccess); in phar_object_init()
335 …if (Z_OBJ_HT_P(array)->get_class_entry && instanceof_function(Z_OBJCE_P(array), spl_ce_Countable T… in PHP_FUNCTION()
Completed in 35 milliseconds