Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_fixedarray.h23 extern PHPAPI zend_class_entry *spl_ce_SplFixedArray;
H A Dspl_fixedarray.c37 PHPAPI zend_class_entry *spl_ce_SplFixedArray; variable
233 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 7 milliseconds