|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch TPDVG for *General Issues Bug #55013Patch version 2011-06-09 10:55 UTC Return to Bug #55013 | Download this patchPatch 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());
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 10:00:01 2025 UTC |