Searched refs:spl_ce_SplFixedArray (Results 1 – 2 of 2) sorted by relevance
21 extern PHPAPI zend_class_entry *spl_ce_SplFixedArray;
36 PHPAPI zend_class_entry *spl_ce_SplFixedArray; variable274 if (parent == spl_ce_SplFixedArray) { in spl_fixedarray_object_new_ex()681 object_init_ex(return_value, spl_ce_SplFixedArray); in PHP_METHOD()895 spl_ce_SplFixedArray->get_iterator = spl_fixedarray_get_iterator; in PHP_MINIT_FUNCTION()896 spl_ce_SplFixedArray->ce_flags |= ZEND_ACC_REUSE_GET_ITERATOR; in PHP_MINIT_FUNCTION()
Completed in 10 milliseconds