]> granicus.if.org Git - php/commitdiff
Proto change
authorAndrey Hristov <andrey@php.net>
Sat, 17 Jul 1999 19:23:32 +0000 (19:23 +0000)
committerAndrey Hristov <andrey@php.net>
Sat, 17 Jul 1999 19:23:32 +0000 (19:23 +0000)
ext/standard/basic_functions.c

index 86d4a0244e67131d8c7e3f2b13b27f786cc44aa6..4ff386f0cdeb90d1d781272471e05b402cf405bf 100644 (file)
@@ -2842,7 +2842,7 @@ PHP_FUNCTION(array_slice)
 /* }}} */
 
 
-/* {{{ proto array array_merge(array arr1 [, array arr2, ...])
+/* {{{ proto array array_merge(array arr1, array arr2 [, ...])
    Merges elements from passed arrays into one array */
 PHP_FUNCTION(array_merge)
 {