Home
last modified time | relevance | path

Searched refs:version (Results 126 – 150 of 1251) sorted by relevance

12345678910>>...51

/PHP-8.1/ext/soap/tests/soap12/
H A DT04.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT26.phpt8 <?xml version='1.0' ?>
19 <?xml version="1.0" encoding="UTF-8"?>
H A DT33.phpt8 <?xml version='1.0' ?>
19 <?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 DT25.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT28.phpt8 <?xml version='1.0' ?>
20 <?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 DT70.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT72.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"?>
/PHP-8.1/sapi/cli/
H A Dconfig.w323 ARG_ENABLE('cli', 'Build CLI version of PHP', 'yes');
4 ARG_ENABLE('cli-win32', 'Build console-less CLI version of PHP', 'no');
/PHP-8.1/sapi/cli/tests/
H A D015.phpt16 echo `"$php" -n --version | grep built:`;
18 echo `"$php" -n --version foo bar baz | grep built:`;
/PHP-8.1/ext/gmp/
H A Dconfig.m410 AC_MSG_ERROR([GNU MP Library version 4.2 or greater required.])
21 AC_MSG_ERROR([GNU MP Library version 4.2 or greater required.])
/PHP-8.1/ext/dom/tests/
H A Dbug47847.phpt11 <?xml version="1.0"?>
26 <?xml version="1.0"?>
H A DsetAttributeNodeNS_same_uri_different_prefix.phpt29 <?xml version="1.0"?>
33 <?xml version="1.0"?>
37 <?xml version="1.0"?>
/PHP-8.1/ext/pdo_dblib/tests/
H A Dstringify_uniqueidentifier.phpt8 …PDO::DBLIB_ATTR_TDS_VERSION), ['4.2', '4.6'])) die('skip feature unsupported by this TDS version');
51 // ! With TDS protocol version <7.0 binary will be returned and the test will fail !
53 // to get TDS version and skip this test in this case.
/PHP-8.1/ext/standard/tests/http/
H A Dbug65634.phpt11 function do_test($version, $connection) {
14 'protocol_version' => $version,
24 $responses = ["data://text/plain,HTTP/$version 204 No Content\r\n\r\n"];
/PHP-8.1/ext/pdo_mysql/tests/
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-8.1/ext/xmlreader/tests/
H A D013.phpt11 <?xml version="1.0" encoding="UTF-8" ?>
34 <?xml version="1.0" encoding="UTF-8" ?>

Completed in 52 milliseconds

12345678910>>...51