Searched refs:spl_array (Results 1 – 17 of 17) sorted by relevance
4 EXTENSION("spl", "php_spl.c spl_functions.c spl_engine.c spl_iterators.c spl_array.c spl_directory.…7 PHP_INSTALL_HEADERS("ext/spl", "php_spl.h spl_array.h spl_directory.h spl_engine.h spl_exceptions.h…
25 …PHP_NEW_EXTENSION(spl, php_spl.c spl_functions.c spl_engine.c spl_iterators.c spl_array.c spl_dire…26 …PHP_INSTALL_HEADERS([ext/spl], [php_spl.h spl_array.h spl_directory.h spl_engine.h spl_exceptions.…
32 PHP_MINIT_FUNCTION(spl_array);
936 PHP_MINIT(spl_array)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION() local
1958 PHP_MINIT_FUNCTION(spl_array) in PHP_MINIT_FUNCTION() argument
8 * Source code: ext/spl/spl_array.c
835 SOURCE=..\ext\spl\spl_array.c875 SOURCE=..\ext\spl\spl_array.h
8626 - Fixed bug #32238 (spl_array.c: void function cannot return value). (Johannes)
Completed in 54 milliseconds