Home
last modified time | relevance | path

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

12345678910>>...51

/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_character_set_name_oo.phpt21 if (!$res = $mysqli->query('SELECT version() AS server_version'))
25 $version = explode('.', $tmp['server_version']);
26 if (empty($version))
27 printf("[006] Cannot determine server version, need MySQL Server 4.1+ for the test!\n");
29 if ($version[0] <= 4 && $version[1] < 1)
/PHP-8.1/ext/dom/tests/
H A Dgh11791.phpt14 $doc->loadXML('<?xml version="1.0"?><root/>');
20 $doc->loadXML('<?xml version="1.0" standalone="no"?><root/>');
26 $doc->loadXML('<?xml version="1.0" standalone="yes"?><root/>');
H A Dgh11906.phpt9 <?xml version="1.0"?>
33 <?xml version="1.0"?>
40 <?xml version="1.0"?>
H A DDOMCharacterData_replaceWith_self.phpt8 $dom->loadXML('<?xml version="1.0"?><container><![CDATA[Hello]]></container>');
14 <?xml version="1.0"?>
H A Dfragments_multiple_nodes_DOMParentNode.phpt30 <?xml version="1.0"?>
33 <?xml version="1.0"?>
36 <?xml version="1.0"?>
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 Dgh11682.phpt9 $dom->loadXML('<?xml version="1.0" ?><root><node /></root>');
26 <?xml version="1.0"?>
/PHP-8.1/ext/dom/tests/manually_call_constructor/
H A Delement.phpt15 <?xml version="1.0"?>
31 <?xml version="1.0"?>
33 <?xml version="1.0"?>
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug47049.phpt12 $software_list = array(array('name' => 'package', 'version' => '1.2.3', 'state' => 'installed'));
18 <?xml version="1.0" encoding="UTF-8"?>
19 …:software"><name xsi:type="xsd:string">package</name><version xsi:type="xsd:string">1.2.3</version
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug_41997.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 Dbug_41125.phpt14 die(sprintf("skip Cannot determine MySQL Server version\n"));
16 $version = $matches[1] * 10000 + $matches[2] * 100 + $matches[3];
17 if ($version < 40100)
19 $matches[1], $matches[2], $matches[3], $version));
H A Dbug_pecl_7976.phpt15 die(sprintf("skip Cannot determine MySQL Server version\n"));
17 $version = $matches[1] * 10000 + $matches[2] * 100 + $matches[3];
18 if ($version < 50000)
20 $matches[1], $matches[2], $matches[3], $version));
/PHP-8.1/ext/xsl/tests/
H A Dthrow_in_autoload.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" ?>
H A Dphp_function_edge_cases.phpt10 $xsl->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?>
11 <xsl:stylesheet version="1.0"
20 $inputdom->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?>
/PHP-8.1/ext/odbc/
H A Dconfig.w324 ARG_WITH("odbcver", "Force support for the passed ODBC version. A hex number is expected, default 0…
13 AC_DEFINE("ODBCVER", "0x0350", "The highest supported ODBC version", false);
15 AC_DEFINE("ODBCVER", PHP_ODBCVER, "The highest supported ODBC version", false);
/PHP-8.1/ext/fileinfo/
H A Dmagicdata.patch27 >4 byte x - version %d
37 >20 beshort x \b, version %d
44 >24 beshort x \b, version %d
59 ->9 byte x \b, dcrypt version %d
60 +>9 byte xu \b, dcrypt version %d
88 -0 string/bt \<?xml\ version=
89 +0 string \<?xml\ version=
/PHP-8.1/ext/curl/tests/
H A Dbug72189.phpt8 $version = curl_version();
30 if ($version['features'] & $feature) {
/PHP-8.1/ext/soap/tests/
H A Dbug68996.phpt23 <?xml version="1.0" encoding="UTF-8"?>
34 <?xml version="1.0" encoding="UTF-8"?>
44 <?xml version="1.0" encoding="UTF-8"?>
46 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.1/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-8.1/ext/simplexml/tests/
H A Dbug76712.phpt17 <?xml version="1.0"?>
19 <?xml version="1.0"?>
H A Dbug41582.phpt8 $xml = new SimpleXMLElement('<?xml version="1.0" standalone="yes"?>
17 <?xml version="1.0" standalone="yes"?>
H A Dbug39662.phpt8 $xml = '<?xml version="1.0" encoding="utf-8" ?>
26 string(%d) "<?xml version="1.0" encoding="utf-8"?>
H A Dbug63575.phpt18 <?xml version="1.0"?>
21 <?xml version="1.0"?>
/PHP-8.1/Zend/tests/
H A Dlist_keyed.phpt28 7 => "the best PHP version",
62 string(20) "the best PHP version"
70 string(20) "the best PHP version"
/PHP-8.1/ext/standard/tests/misc/
H A Dget_browser_basic.phpt31 ["version"]=>
103 ["version"]=>
175 ["version"]=>
247 ["version"]=>
317 ["version"]=>
389 ["version"]=>
463 ["version"]=>
533 ["version"]=>
605 ["version"]=>
677 ["version"]=>
[all …]

Completed in 34 milliseconds

12345678910>>...51