Home
last modified time | relevance | path

Searched refs:version (Results 76 – 100 of 1343) sorted by relevance

12345678910>>...54

/PHP-8.3/ext/oci8/tests/
H A Derror3.phpt10 // Assume runtime client version is >= compile time client version
13 die("skip test works only with Oracle 11.2.0.3 or greater version of Oracle client libraries");
/PHP-8.3/ext/dom/tests/
H A Dgh11906.phpt9 <?xml version="1.0"?>
33 <?xml version="1.0"?>
40 <?xml version="1.0"?>
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 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"?>
/PHP-8.3/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.3/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.3/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.3/docs/
H A Drelease-process.md133 > "[Forking a new version branch](#forking-a-new-version-branch)" below.
146 > version branch from the `PHP-8.2` version branch.
246 the version branch for the next version.
248 For example, if the RC is `8.2.1RC1` then the version numbers in the version
414 > > Please DO NOT use this version in production, it is an early test version.
488 version branch*.
499 the version numbers in the patch-level version branch should be
657 version. In this example, we're bumping the release information for version
665 2. Update the version information for the new release in `include/version.inc`.
670 * Set `version` to the full version number (e.g. '8.2.1')
[all …]
/PHP-8.3/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.3/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.3/ext/dom/tests/delayed_freeing/
H A Dnamespace_xmlns_declaration_attribute_variation.phpt8 $doc->loadXML('<?xml version="1.0"?><container xmlns="http://php.net"/>');
28 <?xml version="1.0"?>
32 <?xml version="1.0"?>
/PHP-8.3/ext/curl/tests/
H A Dbug72189.phpt8 $version = curl_version();
30 if ($version['features'] & $feature) {
/PHP-8.3/ext/dom/tests/createAttributeNS_prefix_conflicts/
H A DsetAttributeNS_with_prefix.phpt23 <?xml version="1.0"?>
27 <?xml version="1.0"?>
31 <?xml version="1.0"?>
35 <?xml version="1.0"?>
H A DsetAttributeNS_without_prefix.phpt23 <?xml version="1.0"?>
27 <?xml version="1.0"?>
31 <?xml version="1.0"?>
35 <?xml version="1.0"?>
H A DsetAttribute_with_prefix.phpt23 <?xml version="1.0"?>
27 <?xml version="1.0"?>
31 <?xml version="1.0"?>
35 <?xml version="1.0"?>
H A DsetAttribute_without_prefix.phpt23 <?xml version="1.0"?>
27 <?xml version="1.0"?>
31 <?xml version="1.0"?>
35 <?xml version="1.0"?>
/PHP-8.3/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.3/ext/simplexml/tests/
H A Dbug41582.phpt8 $xml = new SimpleXMLElement('<?xml version="1.0" standalone="yes"?>
17 <?xml version="1.0" standalone="yes"?>
H A Dbug76712.phpt17 <?xml version="1.0"?>
19 <?xml version="1.0"?>
/PHP-8.3/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.3/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 40 milliseconds

12345678910>>...54