• Модуль: security
  • Путь к файлу: ~/bitrix/modules/security/classes/general/tests/php_configuration.php
  • Класс: CSecurityPhpConfigurationTest
  • Вызов: CSecurityPhpConfigurationTest::checkMbstringSubstitute
protected function checkMbstringSubstitute()
{
	if ($this->isPhpConfVarEquals('mbstring.substitute_character', 'none'))
		return self::STATUS_FAILED;

	return self::STATUS_PASSED;
}