Home
last modified time | relevance | path

Searched refs:version (Results 176 – 200 of 1343) sorted by relevance

12345678910>>...54

/PHP-8.3/ext/soap/tests/soap12/
H A DT78.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT31.phpt8 <?xml version='1.0' ?>
19 <?xml version="1.0" encoding="UTF-8"?>
H A DT66.phpt8 <?xml version='1.0' encoding='UTF8'?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT67.phpt8 <?xml version='1.0' standalone='yes'?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT69.phpt8 <?xml version='1.0' ?>
18 <?xml version="1.0" encoding="UTF-8"?>
H A DT70.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT72.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT25.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT28.phpt8 <?xml version='1.0' ?>
20 <?xml version="1.0" encoding="UTF-8"?>
H A DT32.phpt8 <?xml version='1.0' ?>
23 <?xml version="1.0" encoding="UTF-8"?>
H A DT35.phpt8 <?xml version='1.0' ?>
23 <?xml version="1.0" encoding="UTF-8"?>
H A DT39.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT80.phpt8 <?xml version="1.0"?>
18 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.3/ext/dom/tests/
H A DsetAttributeNodeNS_same_uri_different_prefix.phpt29 <?xml version="1.0"?>
33 <?xml version="1.0"?>
37 <?xml version="1.0"?>
H A DDOMDocument_relaxNGValidateSource_error1.phpt10 <?xml version="1.0" encoding="UTF-8"?>
24 <?xml version="1.0"?>
H A DDOMDocument_relaxNGValidateSource_error2.phpt10 <?xml version="1.0" encoding="UTF-8"?>
21 <?xml version="1.0"?>
/PHP-8.3/ext/pdo_dblib/tests/
H A Dstringify_uniqueidentifier.phpt8 …PDO::DBLIB_ATTR_TDS_VERSION), ['4.2', '4.6'])) die('skip feature unsupported by this TDS version');
51 // ! With TDS protocol version <7.0 binary will be returned and the test will fail !
53 // to get TDS version and skip this test in this case.
/PHP-8.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-8.3/Zend/tests/in-de-crement/
H A Dincdec_types.phpt54 Warning: Increment on type bool has no effect, this will change in the next major version of PHP in…
58 Warning: Increment on type bool has no effect, this will change in the next major version of PHP in…
77 Warning: Decrement on type null has no effect, this will change in the next major version of PHP in…
81 Warning: Decrement on type bool has no effect, this will change in the next major version of PHP in…
85 Warning: Decrement on type bool has no effect, this will change in the next major version of PHP in…
/PHP-8.3/ext/pdo_mysql/tests/
H A Dmysql_pdo_test.inc93 We're a bit in trouble: PDO_MYSQL returns version strings.
113 $version = (int)$parts[0] * 10000;
114 $version+= (int)$parts[1] * 100;
115 $version+= (int)$parts[2];
117 return $version;
166 preg_match('/Client API version.*mysqlnd/', $tmp));
/PHP-8.3/ext/xmlreader/tests/
H A D013.phpt11 <?xml version="1.0" encoding="UTF-8" ?>
34 <?xml version="1.0" encoding="UTF-8" ?>
/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Dtext_node.phpt21 <?xml version="1.0"?>
24 <?xml version="1.0"?>
/PHP-8.3/ext/sqlite3/tests/
H A Dsqlite3_rename_column.phpt7 if (SQLite3::version()['versionNumber'] < 3025000) {
8 die("skip: sqlite3 library version < 3.25: no support for rename column");
/PHP-8.3/ext/simplexml/tests/
H A Dbug62639.phpt13 <?xml version="1.0"?>
30 <?xml version="1.0"?>
/PHP-8.3/ext/xmlwriter/tests/
H A Dbug39504.phpt30 <?xml version="1.0" encoding="UTF-8"?>
33 <?xml version="1.0" encoding="UTF-8"?>

Completed in 27 milliseconds

12345678910>>...54