Searched refs:spl_ce_SplFixedArray (Results 1 – 2 of 2) sorted by relevance
23 extern PHPAPI zend_class_entry *spl_ce_SplFixedArray;
37 PHPAPI zend_class_entry *spl_ce_SplFixedArray; variable233 if (parent == spl_ce_SplFixedArray) { in spl_fixedarray_object_new_ex()706 object_init_ex(return_value, spl_ce_SplFixedArray); in SPL_METHOD()1087 spl_ce_SplFixedArray->get_iterator = spl_fixedarray_get_iterator; in PHP_MINIT_FUNCTION()1088 spl_ce_SplFixedArray->ce_flags |= ZEND_ACC_REUSE_GET_ITERATOR; in PHP_MINIT_FUNCTION()
Completed in 12 milliseconds