Home
last modified time | relevance | path

Searched refs:version (Results 201 – 225 of 1343) sorted by relevance

12345678910>>...54

/PHP-8.3/ext/soap/tests/soap12/
H A DT14.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT22.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT64.phpt8 <?xml version='1.0' ?>
23 <?xml version="1.0" encoding="UTF-8"?>
H A DT65.phpt8 <?xml version='1.0' ?>
25 <?xml version="1.0" encoding="UTF-8"?>
H A DT71.phpt8 <?xml version='1.0' ?>
23 <?xml version="1.0" encoding="UTF-8"?>
H A DT12.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT13.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT36.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.3/Zend/tests/in-de-crement/
H A Doss-fuzz-60709_globals_unset_after_undef_warning.phpt25 Decrement on type null has no effect, this will change in the next major version of PHP
32 Decrement on type null has no effect, this will change in the next major version of PHP
/PHP-8.3/ext/soap/tests/
H A Dbug69668.phpt8 public function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
23 <?xml version="1.0" encoding="UTF-8"?>
H A Dbug70388.phpt10 public function __doRequest($request, $location, $action, $version, $one_way = 0): string {
19 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.3/ext/soap/tests/bugs/
H A Dbug42086.phpt10 <?xml version="1.0" encoding="UTF-8"?>
30 <?xml version="1.0" encoding="UTF-8"?>
H A Dbug47273.phpt8 <?xml version="1.0" encoding="UTF-8"?>
12 <?xml version="1.0" encoding="UTF-8"?>
46 <?xml version="1.0" encoding="UTF-8"?>
48 <?xml version="1.0" encoding="UTF-8"?>
H A Dbug34449.phpt8 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
19 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.3/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_doclitparams_004w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.3/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_001w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
H A Dr4_groupI_xsd_005w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.3/ext/sqlite3/tests/
H A Dsqlite3_defensive.phpt8 if (SQLite3::version()['versionNumber'] < 3026000) {
9 die("skip: sqlite3 library version < 3.26: no support for defensive mode");
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_change_user_set_names.phpt12 if (!$res = mysqli_query($link, 'SELECT version() AS server_version'))
17 $version = explode('.', $tmp['server_version']);
18 if (empty($version))
19 die(sprintf("skip Cannot determine server version, we need MySQL Server 4.1+ for the test!"));
21 if ($version[0] <= 4 && $version[1] < 1)
H A Dmysqli_fetch_field_flags.phpt148 $version = mysqli_get_server_version($link);
149 if ($version < 50000) {
150 // TODO - check exact version!
156 $version = mysqli_get_server_version($link);
157 if (($version <= 50114 && $version > 50100) || ($version == 50200)) {
158 // TODO - check exact version!
/PHP-8.3/ext/fileinfo/tests/upstream/
H A Dgedcom.result1 GEDCOM genealogy text version 5.5, ASCII text
/PHP-8.3/ext/pdo_mysql/tests/
H A Dbug_42499.phpt17 die(sprintf("skip Cannot determine MySQL Server version\n"));
19 $version = $matches[1] * 10000 + $matches[2] * 100 + $matches[3];
20 if ($version < 41000)
22 $matches[1], $matches[2], $matches[3], $version));
/PHP-8.3/ext/dom/tests/
H A Dgh11500.phpt80 $xml = '<?xml version="1.0"?><root xmlns="http://example2.com"><a1 xmlns="http://example.com"><b1/>…
93 <?xml version="1.0"?>
101 <?xml version="1.0"?>
109 <?xml version="1.0"?>
119 <?xml version="1.0"?>
129 <?xml version="1.0"?>
139 <?xml version="1.0"?>
149 <?xml version="1.0"?>
H A DDOMDocument_getElementsByTagName_liveness_xinclude.phpt10 <?xml version="1.0" ?>
35 <?xml version="1.0"?>
H A Ddom_set_attr_node.phpt9 <?xml version="1.0" ?>
14 <?xml version="1.0" ?>

Completed in 25 milliseconds

12345678910>>...54