diff options
author | Jeroen van Wolffelaar <jeroen@php.net> | 2001-09-03 01:46:03 +0000 |
---|---|---|
committer | Jeroen van Wolffelaar <jeroen@php.net> | 2001-09-03 01:46:03 +0000 |
commit | b0300e26dfdf6a8f1a163b505f40a36e2b9f0f80 (patch) | |
tree | 4eb862916dca95b75bb47690360c8945db3f330f /ext/standard/array.c | |
parent | bf81c36cb361562e335c9c61fd5490e7b8ace5d9 (diff) | |
download | php-git-b0300e26dfdf6a8f1a163b505f40a36e2b9f0f80.tar.gz |
Fix prototype
Diffstat (limited to 'ext/standard/array.c')
-rw-r--r-- | ext/standard/array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/array.c b/ext/standard/array.c index a453b1fbcf..444820458a 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -1381,7 +1381,7 @@ static int array_data_shuffle(const void *a, const void*b) { } -/* {{{ proto int shuffle(array array_arg) +/* {{{ proto bool shuffle(array array_arg) Randomly shuffle the contents of an array */ PHP_FUNCTION(shuffle) { |