# elementor/4.3.0/vendor_prefixed/twig/symfony/polyfill-mbstring/bootstrap.php

Elementor Website Builder – more than just a page builder, version 4.3.0. 17 lines.

- Page: https://pluginprobe.com/plugins/elementor/4.3.0/code/vendor_prefixed/twig/symfony/polyfill-mbstring/bootstrap.php
- Raw: https://pluginprobe.com/plugins/elementor/4.3.0/raw/vendor_prefixed/twig/symfony/polyfill-mbstring/bootstrap.php
- Modified: 2026-09-01T11:47:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/4.3.0/code/vendor_prefixed/twig/symfony/polyfill-mbstring/bootstrap.php#L10-L20`.

```php
<?php

namespace ElementorDeps;

/*
 * 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.
 */
if (\PHP_VERSION_ID >= 80000) {
    return require __DIR__ . '/bootstrap80.php';
}
return require __DIR__ . '/bootstrap72.php';

```
