mirror of
https://github.com/php/php-src.git
synced 2026-04-22 15:38:49 +02:00
Motivated by bug #13607 I wrote up a simple array_init() function that
lets you quickly create an array and initialize each element to a certain value. @ Add array_init() function (Rasmus)
This commit is contained in:
@@ -755,6 +755,7 @@ function_entry basic_functions[] = {
|
||||
PHP_FE(array_search, NULL)
|
||||
PHP_FE(extract, NULL)
|
||||
PHP_FE(compact, NULL)
|
||||
PHP_FE(array_init, NULL)
|
||||
PHP_FE(range, NULL)
|
||||
PHP_FE(array_multisort, NULL)
|
||||
PHP_FE(array_push, first_arg_force_ref)
|
||||
|
||||
Reference in New Issue
Block a user