dmitry Wed Jun 22 11:30:14 2005 EDT Modified files: /php-src/ext/dom/tests dom003.phpt /php-src/tests/lang bug32828.phpt Log: Debug backtrace was fixed http://cvs.php.net/diff.php/php-src/ext/dom/tests/dom003.phpt?r1=1.7&r2=1.8&ty=u Index: php-src/ext/dom/tests/dom003.phpt diff -u php-src/ext/dom/tests/dom003.phpt:1.7 php-src/ext/dom/tests/dom003.phpt:1.8 --- php-src/ext/dom/tests/dom003.phpt:1.7 Fri Apr 8 08:18:57 2005 +++ php-src/ext/dom/tests/dom003.phpt Wed Jun 22 11:30:14 2005 @@ -31,7 +31,26 @@ ["line:protected"]=> int(8) ["trace:private"]=> - array(0) { + array(1) { + [0]=> + array(6) { + ["file"]=> + string(46) "%sdom003.php" + ["line"]=> + int(8) + ["function"]=> + string(11) "appendChild" + ["class"]=> + string(10) "DOMElement" + ["type"]=> + string(2) "->" + ["args"]=> + array(1) { + [0]=> + object(DOMElement)#%d (0) { + } + } + } } ["code"]=> int(3) @@ -40,5 +59,6 @@ Fatal error: Uncaught exception 'DOMException' with message 'Hierarchy Request Error' in %sdom003.php:%d Stack trace: -#0 {main} +#0 %sdom003.php(13): DOMElement->appendChild(Object(DOMElement)) +#1 {main} thrown in %sdom003.php on line %d http://cvs.php.net/diff.php/php-src/tests/lang/bug32828.phpt?r1=1.1&r2=1.2&ty=u Index: php-src/tests/lang/bug32828.phpt diff -u php-src/tests/lang/bug32828.phpt:1.1 php-src/tests/lang/bug32828.phpt:1.2 --- php-src/tests/lang/bug32828.phpt:1.1 Thu Apr 28 10:34:02 2005 +++ php-src/tests/lang/bug32828.phpt Wed Jun 22 11:30:14 2005 @@ -15,7 +15,7 @@ --EXPECTF-- Fatal error: Uncaught exception 'Exception' in %s:%d Stack trace: -#0 %s(%d): output_handler('', %d) +#0 [internal function]: output_handler('', %d) #1 %s(%d): ob_end_clean() #2 {main} thrown in %s on line %d
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php