Home
last modified time | relevance | path

Searched full:php_version (Results 1 – 25 of 132) sorted by relevance

123456

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
Drun-repository.sh7 # 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} \
DDockerfile1 ARG PHP_VERSION=7.4-cli
2 FROM php:${PHP_VERSION}
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DBootstrap.php85 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/
DDockerfile1 ARG PHP_VERSION=7.4-cli
2 FROM php:${PHP_VERSION}
/plugin/upgrade/myvendor/composer/
Dplatform_check.php8 …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 Dplatform_check.php8 …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/
Dplatform_check.php8 …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/
Dplatform_check.php8 …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 Dplatform_check.php8 …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/
Dplatform_check.php8 …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/
Dplatform_check.php8 …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/
Dplatform_check.php8 …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/
Dplatform_check.php8 …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/
Dplatform_check.php8 …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/
Dplatform_check.php8 …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/
Dplatform_check.php8 …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/
Dplatform_check.php8 …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 Dplatform_check.php8 …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 Dplatform_check.php8 …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 Dplatform_check.php8 …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/
DClassCodeGenerator.php85 if (version_compare(PHP_VERSION, '7.1', '>=')) {
93 if (version_compare(PHP_VERSION, '7.0', '>=')) {
108 if (version_compare(PHP_VERSION, '7.1', '>=')) {
DClassMirror.php146 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/
Dphpunit12 if (version_compare('5.6.0', PHP_VERSION, '>')) {
18 PHP_VERSION,
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
DCaBundle.php169 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/
DINIT.php39 if(($PHP_VERSION = phpversion()) < '4.3')
40 die("OSBib requires PHP 4.3 or greater. Your PHP version is $PHP_VERSION. Please upgrade.");

123456