File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212* @see http://lxr.mozilla.org/seamonkey/source/intl/uconv/src/nsUnicodeToUTF8.cpp
1313* @see http://hsivonen.iki.fi/php-utf8/
1414* @package utf8
15- * @note This file has been modified by the Joomla! Project and no longer reflects the original work of its author.
1615*/
1716
1817//--------------------------------------------------------------------
2524* and raises a PHP error at level E_USER_WARNING
2625* Note: this function has been modified slightly in this library to
2726* trigger errors on encountering bad bytes
27+ *
28+ * Joomla modification - As of PHP 7.4, curly brace access has been deprecated. As a result this function has been
29+ * modified to use square brace syntax
30+ * See https://github.com/php/php-src/commit/d574df63dc375f5fc9202ce5afde23f866b6450a
31+ * for additional references
32+ *
2833* @author <hsivonen@iki.fi>
2934* @param string UTF-8 encoded string
3035* @return mixed array of unicode code points or FALSE if UTF-8 invalid
You can’t perform that action at this time.
0 commit comments