Home
last modified time | relevance | path

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

12345678910>>...51

/PHP-8.1/ext/soap/tests/
H A Dbug77410.phpt12 public function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
24 <?xml version="1.0" encoding="UTF-8"?>
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-8.1/ext/soap/tests/bugs/
H A Dbug36629.phpt18 <?xml version="1.0" encoding="ISO-8859-1"?>
33 <?xml version="1.0" encoding="ISO-8859-1"?>
49 <?xml version="1.0" encoding="UTF-8"?>
51 <?xml version="1.0" encoding="UTF-8"?>
H A Dbug54911.phpt8 function __doRequest($request, $location, $action, $version, $one_way=false): ?string {
18 #0 [internal function]: XSoapClient->__doRequest('<?xml version="...', '', '#', 1, false)
/PHP-8.1/ext/soap/tests/soap12/
H A DT11.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT19.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT34.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT03.phpt8 <?xml version='1.0' ?>
20 <?xml version="1.0" encoding="UTF-8"?>
H A DT30.phpt8 <?xml version='1.0' ?>
18 <?xml version="1.0" encoding="UTF-8"?>
H A DT40.phpt8 <?xml version='1.0' ?>
24 <?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-8.1/ext/simplexml/tests/
H A Dbug43221.phpt7 $xml = simplexml_load_string('<?xml version="1.0" encoding="utf-8"?><root />');
16 <?xml version="1.0" encoding="utf-8"?>
/PHP-8.1/ext/dom/tests/
H A Dbug54601.phpt8 <?xml version='1.0' encoding='utf-8' ?>
25 <?xml version="1.0" encoding="utf-8"?>
/PHP-8.1/Zend/
H A DLICENSE24 of the license from time to time. Each version will be given a
25 distinguishing version number.
26 Once covered code has been published under a particular version
28 terms of that version. You may also choose to use such covered
29 code under the terms of any subsequent version of the license
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_options.phpt32 if (!$res = mysqli_query($link2, 'SELECT version() AS server_version')) {
37 $version = explode('.', $tmp['server_version']);
38 if (empty($version)) {
39 printf("[008] Cannot determine server version, need MySQL Server 4.1+ for the test!\n");
42 if ($version[0] <= 4 && $version[1] < 1) {
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-8.1/
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-8.1/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-8.1/ext/libxml/tests/
H A Dbug76777.phpt13 <?xml version="1.0"?>
18 <?xml version="1.0"?>
/PHP-8.1/ext/xmlreader/tests/
H A Dexpand.phpt13 $basexml = '<?xml version="1.0" encoding="UTF-8"?>
16 $xmlstring = '<?xml version="1.0" encoding="UTF-8"?>
/PHP-8.1/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_doclit_004w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug_44707.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));
/PHP-8.1/ext/xml/tests/
H A Dbug26614_libxml_gte2_11.phpt8 if (LIBXML_VERSION < 21100) die('skip libxml2 test variant for version >= 2.11');
26 $xmls["CDATA"] ='<?xml version="1.0" encoding="iso-8859-1" ?>
37 $xmls["Comment"] ='<?xml version="1.0" encoding="iso-8859-1" ?>
48 $xmls["Text"] ='<?xml version="1.0" encoding="iso-8859-1" ?>
H A Dbug26614_libxml_pre2_11.phpt8 if (LIBXML_VERSION >= 21100) die('skip libxml2 test variant for version < 2.11');
26 $xmls["CDATA"] ='<?xml version="1.0" encoding="iso-8859-1" ?>
37 $xmls["Comment"] ='<?xml version="1.0" encoding="iso-8859-1" ?>
48 $xmls["Text"] ='<?xml version="1.0" encoding="iso-8859-1" ?>

Completed in 32 milliseconds

12345678910>>...51