Home
last modified time | relevance | path

Searched refs:version (Results 51 – 75 of 1215) sorted by relevance

12345678910>>...49

/PHP-7.4/ext/opcache/tests/
H A Dbug71843.phpt16 Warning: Use of undefined constant E - assumed 'E' (this will throw an Error in a future version of…
20 Warning: Use of undefined constant R - assumed 'R' (this will throw an Error in a future version of…
24 …fined constant See - assumed 'See' (this will throw an Error in a future version of PHP) in %sbug7…
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_soapfault_003w.phpt2 SOAP Interop Round4 GroupH SoapFault 003 (php/wsdl): echoVersionMismatchFault(unknown version)
10 <?xml version="1.0" encoding="UTF-8"?>
18 <?xml version="1.0" encoding="UTF-8"?>
20 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.4/ext/dom/tests/
H A DDOMNode_replaceChild_basic.phpt11 $document->loadXML('<?xml version="1.0" encoding="utf-8"?>
35 <?xml version="1.0" encoding="utf-8"?>
40 <?xml version="1.0" encoding="utf-8"?>
43 <?xml version="1.0" encoding="utf-8"?>
H A DDOMCharacterData_data_basic_002.phpt24 <?xml version="1.0"?>
27 <?xml version="1.0"?>
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.4/ext/xmlrpc/tests/
H A Dbug50285.phpt27 <?xml version="1.0" encoding="UTF-8"?>
41 <?xml version="1.0" encoding="UTF-8"?>
55 <?xml version="1.0" encoding="UTF-8"?>
69 <?xml version="1.0" encoding="UTF-8"?>
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.4/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.4/ext/pdo_mysql/tests/
H A Dbug_pecl_7976.phpt14 die(sprintf("skip Cannot determine MySQL Server version\n"));
16 $version = $matches[1] * 10000 + $matches[2] * 100 + $matches[3];
17 if ($version < 50000)
19 $matches[1], $matches[2], $matches[3], $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), '/');
H A Dbug_39858.phpt14 die(sprintf("skip Cannot determine MySQL Server version\n"));
16 $version = $matches[1] * 10000 + $matches[2] * 100 + $matches[3];
17 if ($version < 50000)
19 $matches[1], $matches[2], $matches[3], $version));
/PHP-7.4/sapi/cgi/tests/
H A Dinclude.inc11 $version = `$php -n -v`;
12 if (strstr($version, "(cli)")) {
15 } else if (strpos($version, "(cgi")) {
/PHP-7.4/ext/libxml/tests/
H A Dbug51903.phpt15 . "<?xml version=\"1.0\"?>\n"
19 . "<?xml version=\"1.0\"?>\n"
23 . "<?xml version=\"1.0\"?>\n"
/PHP-7.4/ext/simplexml/tests/
H A Dbug37386.phpt21 <?xml version="1.0"?>
24 <?xml version="1.0"?>
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_character_set.phpt23 if (!$res = mysqli_query($link, 'SELECT version() AS server_version'))
27 $version = explode('.', $tmp['server_version']);
28 if (empty($version))
29 printf("[003] Cannot determine server version, need MySQL Server 4.1+ for the test!\n");
31 if ($version[0] <= 4 && $version[1] < 1)
/PHP-7.4/ext/standard/tests/misc/
H A Dget_browser_basic.phpt41 ["version"]=>
113 ["version"]=>
185 ["version"]=>
257 ["version"]=>
327 ["version"]=>
399 ["version"]=>
473 ["version"]=>
543 ["version"]=>
615 ["version"]=>
687 ["version"]=>
[all …]
H A Dget_browser_variation1.phpt40 ["version"]=>
108 ["version"]=>
178 ["version"]=>
250 ["version"]=>
322 ["version"]=>
414 ["version"]=>
472 ["version"]=>
538 ["version"]=>
608 ["version"]=>
682 ["version"]=>
[all …]
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_35_stmt_readonly.phpt5 $version = SQLite3::version();
6 if ($version['versionNumber'] < 3007004) {
/PHP-7.4/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.4/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"?>

Completed in 38 milliseconds

12345678910>>...49