From: Rob Richards Date: Thu, 22 Jan 2004 22:12:21 +0000 (+0000) Subject: update test X-Git-Tag: php_ibase_before_split~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5e7a6dae0e9abe498645aae5ee16bcced829957;p=php update test --- diff --git a/ext/dom/tests/dom003.phpt b/ext/dom/tests/dom003.phpt index ae2e83ff34..40ddb1f775 100644 --- a/ext/dom/tests/dom003.phpt +++ b/ext/dom/tests/dom003.phpt @@ -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