Home
last modified time | relevance | path

Searched refs:spl_fixedarray (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/ext/spl/
H A Dconfig.w324 …_directory.c spl_exceptions.c spl_observer.c spl_dllist.c spl_heap.c spl_fixedarray.c", false /*ne…
7 …ptions.h spl_functions.h spl_iterators.h spl_observer.h spl_dllist.h spl_heap.h spl_fixedarray.h");
H A Dconfig.m45 …_directory.c spl_exceptions.c spl_observer.c spl_dllist.c spl_heap.c spl_fixedarray.c, no,, -DZEND…
6 …eptions.h spl_functions.h spl_iterators.h spl_observer.h spl_dllist.h spl_heap.h spl_fixedarray.h])
H A Dspl_fixedarray.h27 PHP_MINIT_FUNCTION(spl_fixedarray);
H A Dspl_fixedarray.c42 ZEND_GET_MODULE(spl_fixedarray)
48 } spl_fixedarray; typedef
52 spl_fixedarray *array;
137 static void spl_fixedarray_copy(spl_fixedarray *to, spl_fixedarray *from) /* {{{ */ in spl_fixedarray_copy()
236 intern->array = emalloc(sizeof(spl_fixedarray)); in spl_fixedarray_object_new_ex()
589 intern->array = emalloc(sizeof(spl_fixedarray)); in SPL_METHOD()
610 intern->array = emalloc(sizeof(spl_fixedarray)); in SPL_METHOD()
681 spl_fixedarray *array; in SPL_METHOD()
690 array = ecalloc(1, sizeof(spl_fixedarray)); in SPL_METHOD()
784 intern->array = ecalloc(1, sizeof(spl_fixedarray)); in SPL_METHOD()
[all …]
H A Dphp_spl.c941 PHP_MINIT(spl_fixedarray)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION() local

Completed in 13 milliseconds