mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Atm php5 doesn't support this:
function foo(&$a) { return new Bar; }
This commit is contained in:
parent
6ca92fbaa6
commit
a136105e34
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ class PEAR
|
||||||
* @see PEAR::setErrorHandling
|
* @see PEAR::setErrorHandling
|
||||||
* @since PHP 4.0.5
|
* @since PHP 4.0.5
|
||||||
*/
|
*/
|
||||||
function &raiseError($message = null,
|
function raiseError($message = null,
|
||||||
$code = null,
|
$code = null,
|
||||||
$mode = null,
|
$mode = null,
|
||||||
$options = null,
|
$options = null,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue