Home
last modified time | relevance | path

Searched refs:version (Results 101 – 125 of 1215) sorted by relevance

12345678910>>...49

/PHP-7.4/sapi/cli/tests/
H A D015.phpt16 echo `"$php" -n --version | grep built:`;
18 echo `"$php" -n --version foo bar baz | grep built:`;
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_44707.phpt16 die(sprintf("skip Cannot determine MySQL Server version\n"));
18 $version = $matches[1] * 10000 + $matches[2] * 100 + $matches[3];
19 if ($version < 41000)
21 $matches[1], $matches[2], $matches[3], $version));
H A Dmysql_pdo_test.inc93 We're a bit in trouble: PDO_MYSQL returns version strings.
113 $version = (int)$parts[0] * 10000;
114 $version+= (int)$parts[1] * 100;
115 $version+= (int)$parts[2];
117 return $version;
166 preg_match('/Client API version.*mysqlnd/', $tmp));
/PHP-7.4/ext/soap/tests/
H A Dsetheaders.phpt27 <?xml version="1.0" encoding="UTF-8"?>
29 <?xml version="1.0" encoding="UTF-8"?>
31 <?xml version="1.0" encoding="UTF-8"?>
33 <?xml version="1.0" encoding="UTF-8"?>
35 <?xml version="1.0" encoding="UTF-8"?>
37 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.4/
H A DLICENSE2 The PHP License, version 3.01
29 license from time to time. Each version will be given a
30 distinguishing version number.
31 Once covered code has been published under a particular version
33 of that version. You may also choose to use such covered code
34 under the terms of any subsequent version of the license
/PHP-7.4/ext/oci8/
H A DLICENSE2 The PHP License, version 3.01
29 license from time to time. Each version will be given a
30 distinguishing version number.
31 Once covered code has been published under a particular version
33 of that version. You may also choose to use such covered code
34 under the terms of any subsequent version of the license
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_set_charset.phpt16 if (!($res = mysqli_query($link, 'SELECT version() AS server_version')) ||
19 die(sprintf("skip Cannot check server version, [%d] %s\n",
23 $version = explode('.', $tmp['server_version']);
24 if (empty($version)) {
26 die(sprintf("skip Cannot check server version, based on '%s'",
30 if ($version[0] <= 4 && $version[1] < 1) {
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_isInstantiable_variation.phpt44 Deprecated: Methods with the same name as their class will not be constructors in a future version
46 Deprecated: Methods with the same name as their class will not be constructors in a future version
48 Deprecated: Methods with the same name as their class will not be constructors in a future version
/PHP-7.4/ext/soap/tests/soap12/
H A DT04.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT25.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT31.phpt8 <?xml version='1.0' ?>
19 <?xml version="1.0" encoding="UTF-8"?>
H A DT32.phpt8 <?xml version='1.0' ?>
23 <?xml version="1.0" encoding="UTF-8"?>
H A DT35.phpt8 <?xml version='1.0' ?>
23 <?xml version="1.0" encoding="UTF-8"?>
H A DT39.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT66.phpt8 <?xml version='1.0' encoding='UTF8'?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT67.phpt8 <?xml version='1.0' standalone='yes'?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT69.phpt8 <?xml version='1.0' ?>
18 <?xml version="1.0" encoding="UTF-8"?>
H A DT78.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT80.phpt8 <?xml version="1.0"?>
18 <?xml version="1.0" encoding="UTF-8"?>
H A DT01.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT02.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.4/ext/xmlreader/tests/
H A Dexpand.phpt12 $basexml = '<?xml version="1.0" encoding="UTF-8"?>
15 $xmlstring = '<?xml version="1.0" encoding="UTF-8"?>
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_relaxNGValidateSource_error1.phpt12 <?xml version="1.0" encoding="UTF-8"?>
26 <?xml version="1.0"?>
H A DDOMDocument_relaxNGValidateSource_error2.phpt12 <?xml version="1.0" encoding="UTF-8"?>
23 <?xml version="1.0"?>
/PHP-7.4/ext/curl/tests/
H A Dbug65646_open_basedir_new.phpt8 if (version_compare(curl_version()['version'], '7.19.4', '<')) exit("skip curl version is too old");

Completed in 27 milliseconds

12345678910>>...49