tony2001 Sun Jul 13 09:42:25 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/sapi/cli/tests 005.phpt
Log:
fix test
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/005.phpt?r1=1.1.2.5&r2=1.1.2.5.2.1&diff_format=u
Index: php-src/sapi/cli/tests/005.phpt
diff -u php-src/sapi/cli/tests/005.phpt:1.1.2.5
php-src/sapi/cli/tests/005.phpt:1.1.2.5.2.1
--- php-src/sapi/cli/tests/005.phpt:1.1.2.5 Sat Mar 17 19:16:17 2007
+++ php-src/sapi/cli/tests/005.phpt Sun Jul 13 09:42:25 2008
@@ -40,7 +40,7 @@
}
"
-string(1141) "Class [ <internal> class Exception ] {
+string(1300) "Class [ <internal> class Exception ] {
- Constants [0] {
}
@@ -51,24 +51,26 @@
- Static methods [0] {
}
- - Properties [6] {
+ - Properties [7] {
Property [ <default> protected $message ]
Property [ <default> private $string ]
Property [ <default> protected $code ]
Property [ <default> protected $file ]
Property [ <default> protected $line ]
Property [ <default> private $trace ]
+ Property [ <default> private $previous ]
}
- - Methods [9] {
+ - Methods [10] {
Method [ <internal> final private method __clone ] {
}
Method [ <internal, ctor> public method __construct ] {
- - Parameters [2] {
+ - Parameters [3] {
Parameter #0 [ <optional> $message ]
Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
}
}
@@ -87,6 +89,9 @@
Method [ <internal> final public method getTrace ] {
}
+ Method [ <internal> final public method getPrevious ] {
+ }
+
Method [ <internal> final public method getTraceAsString ] {
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php