/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\String;
if (!\function_exists(u::class)) {
function u(?string $string = ''): UnicodeString
{
return new UnicodeString($string ?? '');
}
}
if (!\function_exists(b::class)) {
function b(?string $string = ''): ByteString
{
return new ByteString($string ?? '');
}
}
if (!\function_exists(s::class)) {
/**
* @return UnicodeString|ByteString
*/
function s(?string $string = ''): AbstractString
{
$string = $string ?? '';
return preg_match('//u', $string) ? new UnicodeString($string) : new ByteString($string);
}
}
Majestic-Bridge – Digital AgencyMajestic-Bridge – Digital Agency
Discover the Secret to Get a B!gger, Str0nger Gb0la and Last L0nger Action🔥
Get It Now & End Your Bedroom Wahala!
Powerful And Effective Solution That Guarantees 100% Permanent Results In Less Than 2 Weeks!
Disclaimer: Content on this site is for reference purposes and is not a substitute for advice from a licensed health-care professional. You should not rely solely on this content, and Medsal Organic Supplement assumes no liability for inaccuracies. Always read labels and directions before using a product. Statements regarding dietary supplements have not been evaluated by Authorities, and these products are not intended to diagnose, treat, cure, or prevent any disease or condition.
This Site Is Not A Part Of The Facebook Website Or Facebook Inc. Additionally, This Site Is Not Endorsed By Facebook In Any Way. FACEBOOK Is A Trademark Of FACEBOOK, Inc.