Home
last modified time | relevance | path

Searched refs:version (Results 76 – 100 of 1318) sorted by relevance

12345678910>>...53

/PHP-7.1/ext/dom/tests/
H A DDOMComment_replaceData_basic.phpt26 <?xml version="1.0"?>
28 <?xml version="1.0"?>
H A DDOMDocument_relaxNGValidateSource_basic.phpt12 <?xml version="1.0" encoding="UTF-8"?>
26 <?xml version="1.0"?>
H A DDOMDocument_loadXML_error4.phpt4 This test verifies the method detects an unsupported xml version
23 Warning: DOMDocument::load%r(XML){0,1}%r(): Unsupported version '3.1' %s
H A DDOMDocument_load_error4.phpt4 This test verifies the method detects an unsupported xml version
23 Warning: DOMDocument::load%r(XML){0,1}%r(): Unsupported version '3.1' %s
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_phpinfo.phpt20 /* PDO Driver for MySQL, client library version => 6.0.3-alpha */
21 $reg = 'Client API version.*' . preg_quote($db->getAttribute(PDO::ATTR_CLIENT_VERSION), '/');
/PHP-7.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-7.1/ext/soap/tests/bugs/
H A Dbug29839.phpt22 function __doRequest($request, $location, $action, $version, $one_way = 0) {
39 <?xml version="1.0" encoding="UTF-8"?>
41 <?xml version="1.0" encoding="UTF-8"?>
H A Dbug34453.phpt22 function __doRequest($request, $location, $action, $version, $one_way = 0) {
39 <?xml version="1.0" encoding="UTF-8"?>
41 <?xml version="1.0" encoding="UTF-8"?>
H A Dbug54911.phpt8 function __doRequest($request, $location, $action, $version, $one_way=false) {
18 #0 [internal function]: XSoapClient->__doRequest('<?xml version="...', '', '#', 1, 0)
/PHP-7.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-7.1/ext/soap/tests/soap12/
H A DT05.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT10.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT15.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT29.phpt8 <?xml version='1.0' ?>
21 <?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 DT37.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
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 DT30.phpt8 <?xml version='1.0' ?>
18 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.1/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.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-7.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-7.1/ext/mysqli/tests/
H A Dmysqli_set_charset.phpt20 if (!($res = mysqli_query($link, 'SELECT version() AS server_version')) ||
23 die(sprintf("skip Cannot check server version, [%d] %s\n",
27 $version = explode('.', $tmp['server_version']);
28 if (empty($version)) {
30 die(sprintf("skip Cannot check server version, based on '%s'",
34 if ($version[0] <= 4 && $version[1] < 1) {
/PHP-7.1/ext/libxml/tests/
H A Dbug76777.phpt11 <?xml version="1.0"?>
16 <?xml version="1.0"?>
/PHP-7.1/ext/simplexml/tests/
H A Dbug43221.phpt7 $xml = simplexml_load_string('<?xml version="1.0" encoding="utf-8"?><root />');
17 <?xml version="1.0" encoding="utf-8"?>

Completed in 24 milliseconds

12345678910>>...53