]> granicus.if.org Git - php/commitdiff
Update
authorMarcus Boerger <helly@php.net>
Tue, 3 Aug 2004 17:10:40 +0000 (17:10 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 3 Aug 2004 17:10:40 +0000 (17:10 +0000)
Zend/ZEND_CHANGES

index 6508ccf91fc82dfd680345d26e2df67af862a869..81f14d279319675484b6d28fca0865f35fdc9335 100644 (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;
             }