Home
last modified time | relevance | path

Searched refs:version (Results 26 – 50 of 1251) sorted by relevance

12345678910>>...51

/PHP-8.1/ext/dom/tests/
H A Dbug81642.phpt34 string(30) "<?xml version="1.0"?>
37 string(37) "<?xml version="1.0"?>
41 string(34) "<?xml version="1.0"?>
45 string(38) "<?xml version="1.0"?>
H A Dbug80602_4.phpt27 string(43) "<?xml version="1.0"?>
30 string(41) "<?xml version="1.0"?>
33 string(39) "<?xml version="1.0"?>
H A Dbug67440.phpt71 <?xml version="1.0"?>
78 <?xml version="1.0"?>
85 <?xml version="1.0"?>
91 <?xml version="1.0"?>
99 <?xml version="1.0"?>
106 <?xml version="1.0"?>
113 <?xml version="1.0"?>
119 <?xml version="1.0"?>
127 <?xml version="1.0"?>
134 <?xml version="1.0"?>
[all …]
H A Dbug47530.phpt35 <?xml version="1.0" encoding="utf-8"?>
55 <?xml version="1.0" encoding="utf-8"?>
69 …$dom2->loadXML('<?xml version="1.0"?><container xmlns:test="https://php.net/test" xmlns="https://p…
84 $dom2->loadXML('<?xml version="1.0"?><div xmlns:example="https://php.net/somethingelse"/>');
120 <?xml version="1.0"?>
123 <?xml version="1.0"?>
128 <?xml version="1.0"?>
135 <?xml version="1.0"?>
144 <?xml version="1.0"?>
147 <?xml version="1.0"?>
[all …]
H A DDOMNode_insertBefore.phpt27 <?xml version="1.0"?>
30 <?xml version="1.0"?>
33 <?xml version="1.0"?>
H A Dbug46185.phpt8 $aDOM->loadXML('<?xml version="1.0"?>
13 $ok->loadXML('<?xml version="1.0"?>
22 <?xml version="1.0"?>
/PHP-8.1/ext/pdo_dblib/tests/
H A Dconfig.inc4 // this function will version detect so the relevant tests can XFAILIF
8 $version = $db->getAttribute(PDO::DBLIB_ATTR_VERSION);
9 return !strstartswith($version, 'freetds ') || !strstartswith($version, 'freetds v1.0');
/PHP-8.1/ext/xml/tests/
H A Dxml_error_string_basic.phpt8 '<?xml version="1.0"?><element>',
10 '<?xml version="dummy">',
12 '<?xml version="1.0"?><elem></element>',
/PHP-8.1/ext/dom/tests/manually_call_constructor/
H A Dentityreference.phpt15 <?xml version="1.0"?>
31 <?xml version="1.0"?>
33 <?xml version="1.0"?>
H A Dprocessinginstruction.phpt15 <?xml version="1.0"?>
31 <?xml version="1.0"?>
33 <?xml version="1.0"?>
H A Dtext.phpt15 <?xml version="1.0"?>
29 <?xml version="1.0"?>
31 <?xml version="1.0"?>
H A Dcdatasection.phpt15 <?xml version="1.0"?>
29 <?xml version="1.0"?>
31 <?xml version="1.0"?>
H A Dattribute.phpt15 <?xml version="1.0"?>
31 <?xml version="1.0"?>
33 <?xml version="1.0"?>
H A Dcomment.phpt15 <?xml version="1.0"?>
31 <?xml version="1.0"?>
33 <?xml version="1.0"?>
H A Ddocument.phpt9 $doc->loadXML('<?xml version="1.0"?><foo/>');
15 <?xml version="1.1" encoding="UTF-8"?>
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug_61411.phpt15 die(sprintf("skip Cannot determine MySQL Server version\n"));
17 $version = $matches[1] * 10000 + $matches[2] * 100 + $matches[3];
18 if ($version < 40106)
20 $matches[1], $matches[2], $matches[3], $version));
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_character_set_name.phpt18 if (!$res = mysqli_query($link, 'SELECT version() AS server_version'))
22 $version = explode('.', $tmp['server_version']);
23 if (empty($version))
24 printf("[006] Cannot determine server version, need MySQL Server 4.1+ for the test!\n");
26 if ($version[0] <= 4 && $version[1] < 1)
/PHP-8.1/ext/sqlite3/tests/
H A Dsqlite3_17_version.phpt2 SQLite3::version()
7 print_r(SQLite3::version());
/PHP-8.1/ext/pgsql/tests/
H A Dskipif.inc23 function skip_server_version($version, $op = '<')
27 if (version_compare($pg, $version, $op)) {
28 die("skip Server version {$pg} is {$op} {$version}\n");
/PHP-8.1/ext/simplexml/tests/
H A D012.phpt9 <?xml version="1.0" encoding="ISO-8859-1" ?>
40 <?xml version="1.0" encoding="ISO-8859-1"?>
42 <?xml version="1.0" encoding="ISO-8859-1"?>
H A Dbug35785.phpt20 <?xml version="1.0"?>
23 <?xml version="1.0"?>
25 <?xml version="1.0"?>
/PHP-8.1/ext/soap/tests/soap12/
H A DT24.phpt8 <?xml version='1.0' ?>
9 <env:Envelope xmlns:env="http://wrong-version/">
20 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.1/ext/xsl/tests/
H A Dbug33853.phpt14 $xsl->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?>
15 <xsl:stylesheet version="1.0"
23 $inputdom->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?>
/PHP-8.1/ext/oci8/tests/
H A Derror3.phpt9 // Assume runtime client version is >= compile time client version
12 die("skip test works only with Oracle 11.2.0.3 or greater version of Oracle client libraries");
/PHP-8.1/ext/dom/tests/gh11830/
H A Ddocument_variation.phpt9 <?xml version="1.0"?>
17 <?xml version="1.0"?>
65 <?xml version="1.0"?>
67 <?xml version="1.0"?>

Completed in 31 milliseconds

12345678910>>...51