| Linux hosting5.siteguarding.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 Path : /home/devsafetybis/j31012.dev.safetybis.com/libraries/phputf8/ |
| Current File : /home/devsafetybis/j31012.dev.safetybis.com/libraries/phputf8/str_split.php |
<?php
defined('_JEXEC') or die;
if (class_exists('JLog'))
{
JLog::add(
sprintf(
'Using the phputf8 library through files located in %1$s is deprecated, load the files from %2$s instead.',
__DIR__,
JPATH_LIBRARIES . '/vendor/joomla/string/src/phputf8'
),
JLog::WARNING,
'deprecated'
);
}
require_once JPATH_LIBRARIES . '/vendor/joomla/string/src/phputf8/str_split.php';