This commit is contained in:
Marcus Boerger 2004-08-03 17:10:40 +00:00
parent 8ff8c8cc49
commit ae2d914580

View File

@ -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;
}