<?php /* * 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\Polyfill\Util; if (\extension_loaded('mbstring')) { class Binary extends BinaryOnFuncOverload { } } else { class Binary extends BinaryNoFuncOverload { } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Binary.php | File | 436 B | 0644 |
|
BinaryNoFuncOverload.php | File | 1.42 KB | 0644 |
|
BinaryOnFuncOverload.php | File | 1.6 KB | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
LegacyTestListener.php | File | 2.15 KB | 0644 |
|
README.md | File | 374 B | 0644 |
|
TestListener.php | File | 2.79 KB | 0644 |
|
TestListenerForV5.php | File | 2.15 KB | 0644 |
|
TestListenerForV6.php | File | 2.08 KB | 0644 |
|
TestListenerForV7.php | File | 2.24 KB | 0644 |
|
TestListenerTrait.php | File | 4.89 KB | 0644 |
|
composer.json | File | 751 B | 0644 |
|