summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-08-03 17:10:40 +0000
committerMarcus Boerger <helly@php.net>2004-08-03 17:10:40 +0000
commitae2d9145808ed505f0c5146f9a857ca7b117bd77 (patch)
treec5a1425ec1b20886dd09d17ece1a24f0e9327c68
parent8ff8c8cc49a68dbb2564d878102c6ea0ab1ac199 (diff)
downloadphp-git-ae2d9145808ed505f0c5146f9a857ca7b117bd77.tar.gz
Update
-rw-r--r--Zend/ZEND_CHANGES2
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;
}