This may be due to the way domxml is doing things, but the test script in bug #10936 still creates a crash, and the backtrace points to zend_print_zval_r_ex...see attachment 1. Attachment 2 show that var_dump() gives more or less the same result.
#0 0x81bf5d6 in zend_print_zval_r_ex (write_func=0x808d098 <php_body_write_wrapper>, expr=0x0, indent=8) at zend.c:203 #1 0x81bf5c4 in zend_print_zval_r (expr=0x0, indent=8) at zend.c:197 #2 0x81bf22b in print_hash (ht=0x86f5824, indent=4) at zend.c:111 #3 0x81bf66a in zend_print_zval_r_ex (write_func=0x808d098 <php_body_write_wrapper>, expr=0x86e71a4, indent=0) at zend.c:211 #4 0x81bf5c4 in zend_print_zval_r (expr=0x86e71a4, indent=0) at zend.c:197 #5 0x8133c00 in zif_print_r (ht=1, return_value=0x86f4c24, this_ptr=0x0, return_value_used=0) at basic_functions.c:2176 #6 0x81eb8aa in execute (op_array=0x86cb5a4) at ./zend_execute.c:1590 #7 0x81c05f4 in zend_execute_scripts (type=8, file_count=3) at zend.c:807 #8 0x808df0f in php_execute_script (primary_file=0xbffffbac) at main.c:1310 #9 0x808b79c in main (argc=3, argv=0xbffffc3c) at cgi_main.c:737
#0 0x8172a40 in php_var_dump (struc=0x8700a30, level=3) at var.c:67 #1 0x8172a0d in php_array_element_dump (zv=0x8700a30, num_args=1, args=0xbfffe56c, hash_key=0xbfffe540) at var.c:55 #2 0x81c5cd2 in zend_hash_apply_with_arguments (ht=0x86f5824, destruct=0x81729a0 <php_array_element_dump>, num_args=1) at zend_hash.c:714 #3 0x8172c67 in php_var_dump (struc=0x86c3024, level=1) at var.c:93 #4 0x8172ddd in zif_var_dump (ht=1, return_value=0x86f4c24, this_ptr=0x0, return_value_used=0) at var.c:132 #5 0x81eb8aa in execute (op_array=0x86cb5a4) at ./zend_execute.c:1590 #6 0x81c05f4 in zend_execute_scripts (type=8, file_count=3) at zend.c:807 #7 0x808df0f in php_execute_script (primary_file=0xbffffbac) at main.c:1310 #8 0x808b79c in main (argc=3, argv=0xbffffc3c) at cgi_main.c:737
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]