Home
last modified time | relevance | path

Searched refs:PHP_VERSION_ID (Results 1 – 25 of 94) sorted by relevance

1234

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DTypeHintReference.php19 return PHP_VERSION_ID >= 50400;
25 return PHP_VERSION_ID >= 70000;
28 return PHP_VERSION_ID >= 70100;
31 return PHP_VERSION_ID >= 70200;
41 return PHP_VERSION_ID >= 70100;
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php200 if (PHP_VERSION_ID >= 50600) {
209 (PHP_VERSION_ID < 50400 && PHP_VERSION_ID >= 50328)
210 || (PHP_VERSION_ID < 50500 && PHP_VERSION_ID >= 50423)
211 || (PHP_VERSION_ID < 50600 && PHP_VERSION_ID >= 50507)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DNullCoalesceTest.php26 if (PHP_VERSION_ID >= 70000) {
28 } elseif (PHP_VERSION_ID >= 50400) {
H A DNameTest.php33 if (PHP_VERSION_ID >= 70000) {
35 } elseif (PHP_VERSION_ID >= 50400) {
H A DTestTest.php46 if (PHP_VERSION_ID >= 50300) {
80 if (PHP_VERSION_ID >= 50300) {
H A DFunctionTest.php92 if (PHP_VERSION_ID >= 50300) {
107 if (PHP_VERSION_ID >= 50300) {
H A DFilterTest.php78 if (PHP_VERSION_ID >= 50300) {
151 if (PHP_VERSION_ID >= 50300) {
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
H A DInvalidArgumentException.php7 use const PHP_VERSION_ID; alias
23 if (PHP_VERSION_ID >= 50400 && trait_exists($className)) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DNodeTestCase.php58 if (\PHP_VERSION_ID >= 70000) {
62 if (\PHP_VERSION_ID >= 50400) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DNameExpression.php56 if (\PHP_VERSION_ID >= 70000) {
69 } elseif (\PHP_VERSION_ID >= 50400) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DMacroNode.php57 if (\PHP_VERSION_ID >= 50600) {
91 if (\PHP_VERSION_ID >= 50600) {
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A Dbootstrap.php18 if (\PHP_VERSION_ID >= 80000) {
131 if (\PHP_VERSION_ID < 70400) {
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php282 if (70000 > PHP_VERSION_ID && false === interface_exists('Throwable', false)) {
302 if (50600 > PHP_VERSION_ID) {
/plugin/elasticsearch/vendor/symfony/polyfill-php73/Resources/stubs/
H A DJsonException.php12 if (\PHP_VERSION_ID < 70300) {
/plugin/combo/vendor/symfony/polyfill-php80/Resources/stubs/
H A DUnhandledMatchError.php3 if (\PHP_VERSION_ID < 80000) {
H A DValueError.php3 if (\PHP_VERSION_ID < 80000) {
H A DStringable.php3 if (\PHP_VERSION_ID < 80000) {
H A DPhpToken.php3 if (\PHP_VERSION_ID < 80000 && \extension_loaded('tokenizer')) {
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php149 if (!\is_array($convmap) || (80000 > \PHP_VERSION_ID && !$convmap)) {
209 if (!\is_array($convmap) || (80000 > \PHP_VERSION_ID && !$convmap)) {
363 if (80000 > \PHP_VERSION_ID) {
384 if (80000 > \PHP_VERSION_ID) {
503 if (80000 > \PHP_VERSION_ID) {
535 $pos = '' !== $needle || 80000 > \PHP_VERSION_ID
551 if (80000 > \PHP_VERSION_ID) {
602 if (80000 > \PHP_VERSION_ID) {
/plugin/elasticsearch/vendor/
H A Dautoload.php5 if (PHP_VERSION_ID < 50600) {
/plugin/barcodes/vendor/
H A Dautoload.php5 if (PHP_VERSION_ID < 50600) {
/plugin/upgrade/vendor/
H A Dautoload.php5 if (PHP_VERSION_ID < 50600) {
/plugin/dw2pdf/vendor/
H A Dautoload.php5 if (PHP_VERSION_ID < 50600) {
/plugin/aichat/vendor/
H A Dautoload.php5 if (PHP_VERSION_ID < 50600) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DFilesystemHelper.php16 …new \RecursiveIteratorIterator(new \RecursiveDirectoryIterator($dir, PHP_VERSION_ID < 50300 ? 0 : …

1234