Browse Source

Update

PHP-5.1
Marcus Boerger 22 years ago
parent
commit
ae2d914580
  1. 2
      Zend/ZEND_CHANGES

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

Loading…
Cancel
Save