diff options
author | Marcus Boerger <helly@php.net> | 2004-08-03 17:10:40 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-08-03 17:10:40 +0000 |
commit | ae2d9145808ed505f0c5146f9a857ca7b117bd77 (patch) | |
tree | c5a1425ec1b20886dd09d17ece1a24f0e9327c68 /Zend/ZEND_CHANGES | |
parent | 8ff8c8cc49a68dbb2564d878102c6ea0ab1ac199 (diff) | |
download | php-git-ae2d9145808ed505f0c5146f9a857ca7b117bd77.tar.gz |
Update
Diffstat (limited to 'Zend/ZEND_CHANGES')
-rw-r--r-- | Zend/ZEND_CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES index 6508ccf91f..81f14d2793 100644 --- a/Zend/ZEND_CHANGES +++ b/Zend/ZEND_CHANGES @@ -545,7 +545,7 @@ Changes in the Zend Engine 2.0 <?php class Exception { - function __construct(string $message=NULL, int $code=0) { + function __construct(/*string*/ $message=NULL, /*int*/ $code=0) { if (func_num_args()) { $this->message = $message; } |