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:
@@ -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.
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário