|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2005-03-07 13:04 UTC] m at tacker dot org
Description: ------------ Even if html_errors, docref_root and docref_ext are set according to the description, no links are contained in the error messages. Online test: http://www.tacker.org/html_errors.php Online test source: http://www.tacker.org/html_errors.phps Reproduce code: --------------- ini_set('html_errors', 'On'); ini_set('docref_root', '/php-doc/'); ini_set('docref_ext', '.html'); $test = str_replace(); Expected result: ---------------- str_replace() beeing linked to /php-doc/functions.str_replace.html Actual result: -------------- <br /> <b>Warning</b>: Wrong parameter count for str_replace() in <b>/mnt/store/www/tacker.org/htdoc/html_errors.php</b> on line <b>25</b><br /> PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 15:00:01 2025 UTC |
I see - It works with fatal errors. I included a call to require_once('somefile'); in my example and this produces an error message with a link.