make sysdoc.php not write WarningThis

Also, while I was in there I made the script not spew anything on the terminal.

@markw65 `array_filter` doesn't match the signature from php.net. Should it?
Esse commit está contido em:
Paul Tarjan
2013-06-21 17:07:55 -07:00
commit de Sara Golemon
commit 23c8e35811
11 arquivos alterados com 115 adições e 97 exclusões
@@ -291,7 +291,7 @@ class ArrayObject implements IteratorAggregate, Traversable, ArrayAccess,
/**
* ( excerpt from http://php.net/manual/en/arrayobject.serialize.php )
*
* Serializes an ArrayObject. WarningThis function is currently not
* Serializes an ArrayObject. Warning: This function is currently not
* documented; only its argument list is available.
*
* @return mixed The serialized representation of the ArrayObject.
@@ -397,7 +397,7 @@ class ArrayObject implements IteratorAggregate, Traversable, ArrayAccess,
/**
* ( excerpt from http://php.net/manual/en/arrayobject.unserialize.php )
*
* Unserializes a serialized ArrayObject. WarningThis function is
* Unserializes a serialized ArrayObject. Warning: This function is
* currently not documented; only its argument list is available.
*
* @serialized mixed The serialized ArrayObject.