helly           Sat Jul 15 12:09:13 2006 UTC

  Modified files:              
    /php-src/ext/standard       array.c 
  Log:
  - Readd proto
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.364&r2=1.365&diff_format=u
Index: php-src/ext/standard/array.c
diff -u php-src/ext/standard/array.c:1.364 php-src/ext/standard/array.c:1.365
--- php-src/ext/standard/array.c:1.364  Sat Jul 15 12:06:10 2006
+++ php-src/ext/standard/array.c        Sat Jul 15 12:09:13 2006
@@ -21,7 +21,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: array.c,v 1.364 2006/07/15 12:06:10 helly Exp $ */
+/* $Id: array.c,v 1.365 2006/07/15 12:09:13 helly Exp $ */
 
 #include "php.h"
 #include "php_ini.h"
@@ -1646,6 +1646,8 @@
 /* }}} */
 
 
+/* {{{ proto array array_fill_keys(array keys, mixed val) U
+   Create an array using the elements of the first parameter as keys each 
initialized to val */
 PHP_FUNCTION(array_fill_keys)
 {
        zval *keys, *val, **entry;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to