/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * 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);
    }
}<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//tofgardens.in/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://tofgardens.in/post-sitemap.xml</loc>
		<lastmod>2025-03-29T07:21:10+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://tofgardens.in/page-sitemap.xml</loc>
		<lastmod>2025-04-06T06:40:48+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://tofgardens.in/wpautoterms_page-sitemap.xml</loc>
		<lastmod>2020-07-08T02:49:33+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://tofgardens.in/product-sitemap.xml</loc>
		<lastmod>2026-08-02T10:15:49+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://tofgardens.in/custom_order_status-sitemap.xml</loc>
		<lastmod>2021-06-29T06:23:33+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://tofgardens.in/category-sitemap.xml</loc>
		<lastmod>2025-03-29T07:21:10+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://tofgardens.in/product_cat-sitemap.xml</loc>
		<lastmod>2026-08-02T10:15:49+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->