| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/ |
| D | run-repository.sh | 7 # PHP_VERSION -- PHP version (defined in test-matrix.yml, a default is hardcoded here) 12 PHP_VERSION=${PHP_VERSION-7.4-cli} 20 echo -e "\033[34;1mINFO:\033[0m PHP_VERSION ${PHP_VERSION}\033[0m" 28 --build-arg PHP_VERSION=${PHP_VERSION} \ 41 --env PHP_VERSION=${PHP_VERSION} \
|
| D | Dockerfile | 1 ARG PHP_VERSION=7.4-cli 2 FROM php:${PHP_VERSION}
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
| D | Bootstrap.php | 85 if (version_compare(PHP_VERSION, '5.3.0', '>=')) { 89 $buggy = version_compare(PHP_VERSION, '5.2.11', '<'); 90 $compat = version_compare(PHP_VERSION, '5.1.2', '<=') && 91 version_compare(PHP_VERSION, '5.1.0', '>=');
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/docker/ |
| D | Dockerfile | 1 ARG PHP_VERSION=7.4-cli 2 FROM php:${PHP_VERSION}
|
| /plugin/upgrade/myvendor/composer/ |
| D | platform_check.php | 8 …Your Composer dependencies require a PHP version ">= 7.0.0". You are running ' . PHP_VERSION . '.'; 19 … in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implod…
|
| /plugin/farmer/vendor/composer/ |
| H A D | platform_check.php | 8 …Your Composer dependencies require a PHP version ">= 7.3.0". You are running ' . PHP_VERSION . '.'; 19 … in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implod…
|
| /plugin/statistics/vendor/composer/ |
| D | platform_check.php | 8 …Your Composer dependencies require a PHP version ">= 7.2.0". You are running ' . PHP_VERSION . '.'; 19 … in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implod…
|
| /plugin/aichat/vendor/composer/ |
| D | platform_check.php | 8 …Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.'; 19 … in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implod…
|
| /plugin/oauth/vendor/composer/ |
| H A D | platform_check.php | 8 …Your Composer dependencies require a PHP version ">= 5.3.0". You are running ' . PHP_VERSION . '.'; 19 … in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implod…
|
| /plugin/dw2pdf/vendor/composer/ |
| D | platform_check.php | 8 …Your Composer dependencies require a PHP version ">= 7.1.0". You are running ' . PHP_VERSION . '.'; 19 … in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implod…
|
| /plugin/scrape/vendor/composer/ |
| D | platform_check.php | 8 …Your Composer dependencies require a PHP version ">= 7.2.5". You are running ' . PHP_VERSION . '.'; 19 … in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implod…
|
| /plugin/elasticsearch/vendor/composer/ |
| D | platform_check.php | 8 …Your Composer dependencies require a PHP version ">= 7.4.0". You are running ' . PHP_VERSION . '.'; 19 … in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implod…
|
| /plugin/matrixnotifierwas/vendor/composer/ |
| D | platform_check.php | 8 …Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.'; 19 … in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implod…
|
| /plugin/geophp/vendor/composer/ |
| D | platform_check.php | 8 …Your Composer dependencies require a PHP version ">= 8.0.0". You are running ' . PHP_VERSION . '.'; 19 … in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implod…
|
| /plugin/barcodes/vendor/composer/ |
| D | platform_check.php | 8 …Your Composer dependencies require a PHP version ">= 5.4.0". You are running ' . PHP_VERSION . '.'; 19 … in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implod…
|
| /plugin/mdpage/vendor/composer/ |
| D | platform_check.php | 8 …Your Composer dependencies require a PHP version ">= 7.1.0". You are running ' . PHP_VERSION . '.'; 19 … in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implod…
|
| /plugin/authgooglesheets/vendor/composer/ |
| D | platform_check.php | 8 …Your Composer dependencies require a PHP version ">= 7.2.0". You are running ' . PHP_VERSION . '.'; 19 … in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implod…
|
| /plugin/combo/vendor/composer/ |
| H A D | platform_check.php | 8 …Your Composer dependencies require a PHP version ">= 7.4.0". You are running ' . PHP_VERSION . '.'; 19 … in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implod…
|
| /plugin/pureldap/vendor/composer/ |
| H A D | platform_check.php | 8 …Your Composer dependencies require a PHP version ">= 7.1.0". You are running ' . PHP_VERSION . '.'; 19 … in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implod…
|
| /plugin/authssocas/vendor/composer/ |
| H A D | platform_check.php | 8 …Your Composer dependencies require a PHP version ">= 7.1.0". You are running ' . PHP_VERSION . '.'; 19 … in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implod…
|
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ |
| D | ClassCodeGenerator.php | 85 if (version_compare(PHP_VERSION, '7.1', '>=')) { 93 if (version_compare(PHP_VERSION, '7.0', '>=')) { 108 if (version_compare(PHP_VERSION, '7.1', '>=')) {
|
| D | ClassMirror.php | 146 if (version_compare(PHP_VERSION, '7.0', '>=') && $method->hasReturnType()) { 159 … if (version_compare(PHP_VERSION, '7.1', '>=') && $method->getReturnType()->allowsNull()) { 229 if (version_compare(PHP_VERSION, '5.4', '>=') && true === $parameter->isCallable()) { 233 if (version_compare(PHP_VERSION, '7.0', '>=') && true === $parameter->hasType()) {
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/ |
| D | phpunit | 12 if (version_compare('5.6.0', PHP_VERSION, '>')) { 18 PHP_VERSION,
|
| /plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/ |
| D | CaBundle.php | 169 PHP_VERSION 225 if (preg_match($regex, PHP_VERSION, $m)) { 260 var_dump(PHP_VERSION, $info['issuer']['emailAddress'], $info['validFrom_time_t']); 279 && $output[0] === sprintf('string(%d) "%s"', strlen(PHP_VERSION), PHP_VERSION)
|
| /plugin/bibtex/OSBib/create/ |
| D | INIT.php | 39 if(($PHP_VERSION = phpversion()) < '4.3') 40 die("OSBib requires PHP 4.3 or greater. Your PHP version is $PHP_VERSION. Please upgrade.");
|