Home
last modified time | relevance | path

Searched refs:spl_ce_SplFixedArray (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/spl/
H A Dspl_fixedarray.h25 extern PHPAPI zend_class_entry *spl_ce_SplFixedArray;
H A Dspl_fixedarray.c39 PHPAPI zend_class_entry *spl_ce_SplFixedArray; variable
231 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 10 milliseconds