/PHP-5.6/ext/dom/tests/ |
H A D | DOMDocument_relaxNGValidateSource_basic.phpt | 12 <?xml version="1.0" encoding="UTF-8"?> 26 <?xml version="1.0"?>
|
H A D | DOMDocument_loadXML_error4.phpt | 4 This test verifies the method detects an unsupported xml version 22 Warning: DOMDocument::load%r(XML){0,1}%r(): Unsupported version '3.1' %s
|
H A D | DOMDocument_load_error4.phpt | 4 This test verifies the method detects an unsupported xml version 22 Warning: DOMDocument::load%r(XML){0,1}%r(): Unsupported version '3.1' %s
|
/PHP-5.6/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_phpinfo.phpt | 20 /* 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-5.6/Zend/ |
H A D | LICENSE | 24 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-5.6/ext/soap/tests/bugs/ |
H A D | bug29839.phpt | 22 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 D | bug34453.phpt | 22 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 D | bug54911.phpt | 8 function __doRequest($request, $location, $action, $version, $one_way=false) { 19 #1 [internal function]: XSoapClient->__doRequest('<?xml version="...', '', '#', 1, 0)
|
/PHP-5.6/ext/standard/tests/http/ |
H A D | bug65634.phpt | 11 function do_test($version, $connection) { 14 'protocol_version' => $version, 24 $responses = ["data://text/plain,HTTP/$version 204 No Content\r\n\r\n"];
|
/PHP-5.6/ext/oci8/ |
H A D | LICENSE | 2 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-5.6/ext/soap/tests/ |
H A D | setheaders.phpt | 27 <?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-5.6/ |
H A D | LICENSE | 2 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-5.6/ext/soap/tests/soap12/ |
H A D | T05.phpt | 8 <?xml version='1.0' ?> 21 <?xml version="1.0" encoding="UTF-8"?>
|
H A D | T10.phpt | 8 <?xml version='1.0' ?> 21 <?xml version="1.0" encoding="UTF-8"?>
|
H A D | T29.phpt | 8 <?xml version='1.0' ?> 21 <?xml version="1.0" encoding="UTF-8"?>
|
H A D | T34.phpt | 8 <?xml version='1.0' ?> 22 <?xml version="1.0" encoding="UTF-8"?>
|
H A D | T15.phpt | 8 <?xml version='1.0' ?> 22 <?xml version="1.0" encoding="UTF-8"?>
|
H A D | T37.phpt | 8 <?xml version='1.0' ?> 21 <?xml version="1.0" encoding="UTF-8"?>
|
H A D | T30.phpt | 8 <?xml version='1.0' ?> 18 <?xml version="1.0" encoding="UTF-8"?>
|
H A D | T40.phpt | 8 <?xml version='1.0' ?> 24 <?xml version="1.0" encoding="UTF-8"?>
|
H A D | T11.phpt | 8 <?xml version='1.0' ?> 22 <?xml version="1.0" encoding="UTF-8"?>
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_set_charset.phpt | 20 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) {
|
H A D | mysqli_query_stored_proc.phpt | 12 die(sprintf('skip Needs MySQL 5.0+, found version %d.', mysqli_get_server_version($link))); 99 if (!mysqli_query($link, 'CALL p(@version)')) 102 if (!mysqli_query($link, "SET @version = 'unknown'")) 105 if (!mysqli_query($link, 'CALL p(@version)')) 108 if (!$res = mysqli_query($link, 'SELECT @version as _vers')) 127 if (!mysqli_query($link, "CALL p('myversion', @version)")) 130 if (!mysqli_query($link, "SET @version = 'unknown'")) 133 if (!mysqli_query($link, "CALL p('myversion', @version)")) 136 if (!$res = mysqli_query($link, 'SELECT @version as _vers'))
|
/PHP-5.6/ext/wddx/tests/ |
H A D | bug71587.phpt | 11 <?xml version='1.0' ?> 13 <wddxPacket version='1.0'>
|
/PHP-5.6/ext/simplexml/tests/ |
H A D | bug43221.phpt | 7 $xml = simplexml_load_string('<?xml version="1.0" encoding="utf-8"?><root />'); 17 <?xml version="1.0" encoding="utf-8"?>
|