|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-11-11 01:46 UTC] sniper@php.net
[2005-11-11 01:58 UTC] kamil at webjay dot pl
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 08:00:02 2025 UTC |
Description: ------------ I was tested it at: - Apache 1.3.34 & Win XP - Apache 2.0.54 & FreeBSD 5.4 If mb_internal_encoding() not exist - php don't report any errors. Reproduce code: --------------- <? error_reporting(E_ALL); mb_internal_encoding("UTF-8"); echo 'abc'; ... ?> Expected result: ---------------- PHP Fatal error: Call to undefined function: mb_internal_encoding() in C:\SERVER\www\webjay.pl\index.php on line 3. Actual result: -------------- NULL