Home
last modified time | relevance | path

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

12345

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
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/
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/
DNullCoalesceTest.php26 if (PHP_VERSION_ID >= 70000) {
28 } elseif (PHP_VERSION_ID >= 50400) {
DNameTest.php33 if (PHP_VERSION_ID >= 70000) {
35 } elseif (PHP_VERSION_ID >= 50400) {
DTestTest.php46 if (PHP_VERSION_ID >= 50300) {
80 if (PHP_VERSION_ID >= 50300) {
DFunctionTest.php92 if (PHP_VERSION_ID >= 50300) {
107 if (PHP_VERSION_ID >= 50300) {
DFilterTest.php78 if (PHP_VERSION_ID >= 50300) {
151 if (PHP_VERSION_ID >= 50300) {
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
DInvalidArgumentException.php7 use const PHP_VERSION_ID; alias
23 if (PHP_VERSION_ID >= 50400 && trait_exists($className)) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
DNodeTestCase.php58 if (\PHP_VERSION_ID >= 70000) {
62 if (\PHP_VERSION_ID >= 50400) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
DNameExpression.php56 if (\PHP_VERSION_ID >= 70000) {
69 } elseif (\PHP_VERSION_ID >= 50400) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
DMacroNode.php57 if (\PHP_VERSION_ID >= 50600) {
91 if (\PHP_VERSION_ID >= 50600) {
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
Dbootstrap.php18 if (\PHP_VERSION_ID >= 80000) {
131 if (\PHP_VERSION_ID < 70400) {
/plugin/findologicxmlexport/vendor/hoa/consistency/
DConsistency.php282 if (70000 > PHP_VERSION_ID && false === interface_exists('Throwable', false)) {
302 if (50600 > PHP_VERSION_ID) {
/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)) {
367 if (80000 > \PHP_VERSION_ID) {
388 if (80000 > \PHP_VERSION_ID) {
413 if (PHP_VERSION_ID < 70200 && \is_array($var)) {
527 if (80000 > \PHP_VERSION_ID) {
559 $pos = '' !== $needle || 80000 > \PHP_VERSION_ID
575 if (80000 > \PHP_VERSION_ID) {
627 if (80000 > \PHP_VERSION_ID) {
/plugin/scrape/vendor/symfony/polyfill-php80/Resources/stubs/
DUnhandledMatchError.php12 if (\PHP_VERSION_ID < 80000) {
DStringable.php12 if (\PHP_VERSION_ID < 80000) {
DValueError.php12 if (\PHP_VERSION_ID < 80000) {
DPhpToken.php12 if (\PHP_VERSION_ID < 80000 && extension_loaded('tokenizer')) {
/plugin/elasticsearch/vendor/symfony/polyfill-php73/Resources/stubs/
DJsonException.php12 if (\PHP_VERSION_ID < 70300) {
/plugin/combo/vendor/symfony/polyfill-php80/Resources/stubs/
H A DStringable.php12 if (\PHP_VERSION_ID < 80000) {
H A DUnhandledMatchError.php12 if (\PHP_VERSION_ID < 80000) {
H A DValueError.php12 if (\PHP_VERSION_ID < 80000) {
H A DPhpToken.php12 if (\PHP_VERSION_ID < 80000 && extension_loaded('tokenizer')) {
/plugin/upgrade/myvendor/
H A Dautoload.php5 if (PHP_VERSION_ID < 50600) {
/plugin/farmer/vendor/
H A Dautoload.php5 if (PHP_VERSION_ID < 50600) {

12345