Home
last modified time | relevance | path

Searched refs:spl_fixedarray_init (Results 1 – 1 of 1) sorted by last modified time

/PHP-5.3/ext/spl/
H A Dspl_fixedarray.c78 static void spl_fixedarray_init(spl_fixedarray *array, long size TSRMLS_DC) /* {{{ */ in spl_fixedarray_init() function
100 spl_fixedarray_init(array, size TSRMLS_CC); in spl_fixedarray_resize()
231 spl_fixedarray_init(intern->array, other->array->size TSRMLS_CC); in spl_fixedarray_object_new_ex()
586 spl_fixedarray_init(intern->array, size TSRMLS_CC); in SPL_METHOD()
681 spl_fixedarray_init(array, tmp TSRMLS_CC); in SPL_METHOD()
699 spl_fixedarray_init(array, num TSRMLS_CC); in SPL_METHOD()
713 spl_fixedarray_init(array, 0 TSRMLS_CC); in SPL_METHOD()

Completed in 7 milliseconds