Home
last modified time | relevance | path

Searched refs:version (Results 151 – 175 of 1251) sorted by relevance

12345678910>>...51

/PHP-8.1/ext/dom/tests/
H A DDOMDocument_relaxNGValidateSource_error1.phpt10 <?xml version="1.0" encoding="UTF-8"?>
24 <?xml version="1.0"?>
H A DDOMDocument_relaxNGValidateSource_error2.phpt10 <?xml version="1.0" encoding="UTF-8"?>
21 <?xml version="1.0"?>
/PHP-8.1/ext/simplexml/tests/
H A Dbug62639.phpt13 <?xml version="1.0"?>
30 <?xml version="1.0"?>
/PHP-8.1/ext/soap/tests/
H A Dbug70388.phpt8 public function __doRequest($request, $location, $action, $version, $one_way = 0): string {
17 <?xml version="1.0" encoding="UTF-8"?>
H A Dbug69668.phpt8 public function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
23 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug42086.phpt10 <?xml version="1.0" encoding="UTF-8"?>
30 <?xml version="1.0" encoding="UTF-8"?>
H A Dbug47273.phpt8 <?xml version="1.0" encoding="UTF-8"?>
12 <?xml version="1.0" encoding="UTF-8"?>
46 <?xml version="1.0" encoding="UTF-8"?>
48 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.1/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_001w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
H A Dr4_groupI_xsd_005w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.1/ext/soap/tests/soap12/
H A DT12.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT13.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT14.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT22.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT36.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT64.phpt8 <?xml version='1.0' ?>
23 <?xml version="1.0" encoding="UTF-8"?>
H A DT65.phpt8 <?xml version='1.0' ?>
25 <?xml version="1.0" encoding="UTF-8"?>
H A DT71.phpt8 <?xml version='1.0' ?>
23 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.1/ext/xmlwriter/tests/
H A Dbug39504.phpt30 <?xml version="1.0" encoding="UTF-8"?>
33 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.1/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_doclitparams_004w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
H A Dr3_groupD_doclit_001w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.1/ext/sqlite3/tests/
H A Dsqlite3_defensive.phpt8 if (SQLite3::version()['versionNumber'] < 3026000) {
9 die("skip: sqlite3 library version < 3.26: no support for defensive mode");
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_change_user_set_names.phpt12 if (!$res = mysqli_query($link, 'SELECT version() AS server_version'))
17 $version = explode('.', $tmp['server_version']);
18 if (empty($version))
19 die(sprintf("skip Cannot determine server version, we need MySQL Server 4.1+ for the test!"));
21 if ($version[0] <= 4 && $version[1] < 1)
H A Dmysqli_fetch_field_flags.phpt150 $version = mysqli_get_server_version($link);
151 if ($version < 50000) {
152 // TODO - check exact version!
158 $version = mysqli_get_server_version($link);
159 if (($version <= 50114 && $version > 50100) || ($version == 50200)) {
160 // TODO - check exact version!
/PHP-8.1/ext/fileinfo/tests/upstream/
H A Dgedcom.result1 GEDCOM genealogy text version 5.5, ASCII text
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug_42499.phpt17 die(sprintf("skip Cannot determine MySQL Server version\n"));
19 $version = $matches[1] * 10000 + $matches[2] * 100 + $matches[3];
20 if ($version < 41000)
22 $matches[1], $matches[2], $matches[3], $version));

Completed in 32 milliseconds

12345678910>>...51