From:             carpetsmoker at xs4all dot nl
Operating system: FreeBSD 6.2
PHP version:      Irrelevant
PHP Bug Type:     Documentation problem
Bug description:  mb_list_encodings_alias_names - Does not exists

Description:
------------
The php documentation for
mb_list_encodings_alias_names(http://www.php.net/manual/en/function.mb-list-encodings-alias-names.php)
states that this function is available from php version 5.2.0 and up.

I am currently using php 5.2.1, and the function is not defined in this
version (I did not try 5.2.0).

I assume that this is a documentation error and not an actual bug(?)

Note:
I have the mbstring extension loaded, other mbstring functions work fine.

Reproduce code:
---------------
<?php
mb_list_encodings_alias_names('UTF-8');
?>

Actual result:
--------------
Fatal error:  Call to undefined function mb_list_encodings_alias_names()
in /data/www/mailview/mailview.php on line 131

-- 
Edit bug report at http://bugs.php.net/?id=41070&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=41070&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=41070&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=41070&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=41070&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=41070&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=41070&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=41070&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=41070&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=41070&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=41070&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=41070&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=41070&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=41070&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=41070&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=41070&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=41070&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=41070&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=41070&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=41070&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=41070&r=mysqlcfg

Reply via email to