php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #55013
Patch TPDVG revision 2011-06-09 10:55 UTC by finonimus at hotmail dot com

Patch TPDVG for *General Issues Bug #55013

Patch version 2011-06-09 10:55 UTC

Return to Bug #55013 | Download this patch
Patch Revisions:

Developer: finonimus@hotmail.com


print_r('before<br>');
trigger_error('error');
print_r(error_get_last());
$xml = new DOMDocument('1.0', 'UTF-8');

echo '<br><br><br>';

print_r('afte<br>');
trigger_error('error');
$xml = new DOMDocument('1.0', 'UTF-8');
print_r(error_get_last());
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 14 00:01:34 2025 UTC