Searched refs:spl_ce_SplFixedArray (Results 1 – 2 of 2) sorted by relevance
25 extern PHPAPI zend_class_entry *spl_ce_SplFixedArray;
39 PHPAPI zend_class_entry *spl_ce_SplFixedArray; variable231 if (parent == spl_ce_SplFixedArray) { in spl_fixedarray_object_new_ex()717 object_init_ex(return_value, spl_ce_SplFixedArray); in SPL_METHOD()1102 spl_ce_SplFixedArray->get_iterator = spl_fixedarray_get_iterator; in PHP_MINIT_FUNCTION()
Completed in 7 milliseconds