]> granicus.if.org Git - php/commitdiff
update test
authorRob Richards <rrichards@php.net>
Thu, 22 Jan 2004 22:12:21 +0000 (22:12 +0000)
committerRob Richards <rrichards@php.net>
Thu, 22 Jan 2004 22:12:21 +0000 (22:12 +0000)
ext/dom/tests/dom003.phpt

index ae2e83ff34284cbd36d5254113c42fc7e48c1edf..40ddb1f775e66c52524bfdddd382cfd53721dd03 100644 (file)
@@ -21,12 +21,9 @@ $rootNode->appendChild($rootNode);
 ?>
 --EXPECTF--
 --- Catch exception with try/catch
-object(domexception)#3 (7) {
+object(domexception)#%d (6) {
   ["code"]=>
   int(3)
-  ["trace"]=>
-  array(0) {
-  }
 }
 --- Don't catch exception with try/catch