Home
last modified time | relevance | path

Searched refs:required (Results 926 – 950 of 1252) sorted by last modified time

1...<<31323334353637383940>>...51

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dscalar_type_declarations.phpt5 if (!version_compare(PHP_VERSION, '7.0', '>=')) print 'skip: PHP >= 7.0 required';
H A Dnullable_types.phpt5 if (!version_compare(PHP_VERSION, '7.1', '>=')) print 'skip: PHP >= 7.1 required';
H A Dreturn_type_declarations_nullable.phpt5 if (!version_compare(PHP_VERSION, '7.1', '>=')) print 'skip: PHP >= 7.1 required';
H A Dreturn_type_declarations_object_method.phpt5 if (!version_compare(PHP_VERSION, '7.0', '>=')) print 'skip: PHP >= 7.0 required';
H A Dreturn_type_declarations_static_method.phpt5 if (!version_compare(PHP_VERSION, '7.0', '>=')) print 'skip: PHP >= 7.0 required';
H A Dreturn_type_declarations_void.phpt5 if (!version_compare(PHP_VERSION, '7.1', '>=')) print 'skip: PHP >= 7.1 required';
H A Dwsdl_class.phpt5 if (!extension_loaded('soap')) echo 'skip: SOAP extension is required';
H A Dwsdl_class_namespace.phpt5 if (!extension_loaded('soap')) echo 'skip: SOAP extension is required';
H A Dwsdl_class_partial.phpt5 if (!extension_loaded('soap')) echo 'skip: SOAP extension is required';
H A Dreturn_type_declarations_self.phpt5 if (!version_compare(PHP_VERSION, '7.0', '>=')) print 'skip: PHP >= 7.0 required';
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Ddate.rst25 difference between dates, this means that PHP 5.3+ is required.
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A D.travis.yml16 sudo: required
20 sudo: required
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlog-json-post-66021.phpt6 print 'skip: JSON_PRETTY_PRINT is required';
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md330 * `authrequire`, when the authentication is required,
398 The API provides all required information.
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A DLICENSE28 …st, to the extent practicable, remove from the Collection any credit as required by Section 4(c), …
30required by this Section 4(c) may be implemented in any reasonable manner; provided, however, that…
47 …rve to withdraw this License (or any other license that has been, or is required to be, granted un…
/plugin/findologicxmlexport/
H A DREADME.md15 * PHP extension `intl` is also required.
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DREADME.md101 2. `Data`, representing data required by the application, like configuration
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md460 - Public method accessor is required for excluded/not exposed properties [\#519](https://github.com…
716 - add required sqlite extension for developing [\#649](https://github.com/schmittjoh/serializer/pul…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A DREADME.md11 * PHP 5.6 is required but using the latest version of PHP is highly recommended
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md83 * Specify the required php version for composer (thanks @jakzal)
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-2.2.md28 * Bumped required version of `sebastian/environment` to 1.3.2 for [#365](https://github.com/sebasti…
34 * Bumped required version of `sebastian/environment` to 1.3.1 for [#365](https://github.com/sebasti…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php223 $operator = empty($required['PHP']['operator']) ? '>=' : $required['PHP']['operator'];
224 …if (!empty($required['PHP']) && !version_compare(PHP_VERSION, $required['PHP']['version'], $operat…
228 if (!empty($required['PHPUnit'])) {
231 … $operator = empty($required['PHPUnit']['operator']) ? '>=' : $required['PHPUnit']['operator'];
237 if (!empty($required['OS']) && !preg_match($required['OS'], PHP_OS)) {
241 if (!empty($required['functions'])) {
242 foreach ($required['functions'] as $function) {
254 if (!empty($required['extensions'])) {
265 if (!empty($required['extension_versions'])) {
266 foreach ($required['extension_versions'] as $extension => $required) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1348.phpt6 print 'skip: PHP runtime required';
H A D1351.phpt6 print 'skip: PDO_SQLITE is required';
H A D873-php5.phpt6 print 'skip: PHP 5 is required';

1...<<31323334353637383940>>...51