Home
last modified time | relevance | path

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

12345678910>>...53

/PHP-7.3/ext/curl/tests/
H A Dbug65646_open_basedir_old.phpt8 if (version_compare(curl_version()['version'], '7.19.4', '>=')) exit("skip curl version is too new"…
/PHP-7.3/sapi/cgi/tests/
H A Dinclude.inc11 $version = `$php -n -v`;
12 if (strstr($version, "(cli)")) {
15 } else if (strpos($version, "(cgi")) {
/PHP-7.3/ext/simplexml/tests/
H A Dbug37386.phpt21 <?xml version="1.0"?>
24 <?xml version="1.0"?>
/PHP-7.3/ext/wddx/tests/
H A Dbug70741.phpt14 $wddx = "<?xml version='1.0'?>
15 <wddxPacket version='1.0'>
/PHP-7.3/ext/pdo_mysql/tests/
H A Dbug_39858.phpt14 die(sprintf("skip Cannot determine MySQL Server version\n"));
16 $version = $matches[0] * 10000 + $matches[1] * 100 + $matches[2];
17 if ($version < 50000)
19 $matches[0], $matches[1], $matches[2], $version));
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.3/ext/sqlite3/tests/
H A Dsqlite3_35_stmt_readonly.phpt5 $version = SQLite3::version();
6 if ($version['versionNumber'] < 3007004) {
/PHP-7.3/ext/xmlrpc/tests/
H A D003.phpt35 <?xml version="1.0" encoding="utf-8"?>
62 <?xml version="1.0" encoding="utf-8"?>
82 <?xml version="1.0" encoding="utf-8"?>
/PHP-7.3/ext/standard/tests/misc/
H A Dget_browser_variation1.phpt50 ["version"]=>
118 ["version"]=>
188 ["version"]=>
260 ["version"]=>
332 ["version"]=>
424 ["version"]=>
482 ["version"]=>
548 ["version"]=>
618 ["version"]=>
692 ["version"]=>
[all …]
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_query_stored_proc.phpt12 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-7.3/ext/soap/tests/
H A Dbug77410.phpt12 public function __doRequest($request, $location, $action, $version, $one_way = 0) {
24 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.3/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"?>
/PHP-7.3/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) {
18 #0 [internal function]: XSoapClient->__doRequest('<?xml version="...', '', '#', 1, 0)
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"?>
/PHP-7.3/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"?>
/PHP-7.3/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.3/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

Completed in 30 milliseconds

12345678910>>...53