Home
last modified time | relevance | path

Searched refs:version (Results 101 – 125 of 1343) sorted by relevance

12345678910>>...54

/PHP-8.3/ext/simplexml/tests/
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"?>
H A Dbug37386.phpt21 <?xml version="1.0"?>
24 <?xml version="1.0"?>
/PHP-8.3/ext/dom/tests/
H A DDOMElement_replaceChildren.phpt66 <?xml version="1.0" standalone="yes"?>
69 <?xml version="1.0" standalone="yes"?>
77 <?xml version="1.0" standalone="yes"?>
80 <?xml version="1.0" standalone="yes"?>
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"?>
H A DDOMDocument_getElementsByTagName_liveness_write_properties.phpt34 <?xml version="1.0"?>
38 <?xml version="1.0"?>
42 <?xml version="1.0"?>
H A DDOMCharacterData_data_basic_002.phpt24 <?xml version="1.0"?>
27 <?xml version="1.0"?>
H A Dgh14702.phpt9 <?xml version="1.0"?>
42 <?xml version="1.0"?>
61 <?xml version="1.0"?>
H A Dgh12870_b.phpt34 <?xml version="1.0"?>
43 <?xml version="1.0"?>
52 <?xml version="1.0"?>
61 <?xml version="1.0"?>
70 <?xml version="1.0"?>
H A Dgh12616_1.phpt29 <?xml version="1.0"?>
33 <?xml version="1.0"?>
/PHP-8.3/ext/xml/tests/
H A Dbug26614.inc3 this test has different output on libxml2 (even depending on the version) and Expat
15 $xmls["CDATA"] ='<?xml version="1.0" encoding="iso-8859-1" ?>
26 $xmls["Comment"] ='<?xml version="1.0" encoding="iso-8859-1" ?>
37 $xmls["Text"] ='<?xml version="1.0" encoding="iso-8859-1" ?>
/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Dcomment_node.phpt17 <?xml version="1.0"?>
20 <?xml version="1.0"?>
H A Dprocessing_instruction.phpt17 <?xml version="1.0"?>
20 <?xml version="1.0"?>
H A Ddtd_node.phpt17 <?xml version="1.0"?>
20 <?xml version="1.0"?>
H A Dnamespace_definition_crash.phpt21 <?xml version="1.0"?>
23 <?xml version="1.0"?>
/PHP-8.3/ext/libxml/tests/
H A Dbug51903.phpt16 . "<?xml version=\"1.0\"?>\n"
20 . "<?xml version=\"1.0\"?>\n"
24 . "<?xml version=\"1.0\"?>\n"
/PHP-8.3/ext/pdo_mysql/tests/
H A Dbug_39858.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));
H A Dpdo_mysql_phpinfo.phpt21 /* PDO Driver for MySQL, client library version => 6.0.3-alpha */
22 $reg = 'Client API version.*' . preg_quote($db->getAttribute(PDO::ATTR_CLIENT_VERSION), '/');
/PHP-8.3/ext/soap/tests/
H A Dbug68996.phpt35 <?xml version="1.0" encoding="UTF-8"?>
46 <?xml version="1.0" encoding="UTF-8"?>
56 <?xml version="1.0" encoding="UTF-8"?>
58 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.3/ext/xsl/tests/
H A Dbug69168.phpt11 <?xml version="1.0" encoding="UTF-8"?>
12 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://ph…
40 <?xml version="1.0"?>
/PHP-8.3/ext/dom/
H A Ddomimplementation.c38 zend_string *feature, *version; in PHP_METHOD() local
40 if (zend_parse_parameters(ZEND_NUM_ARGS(), "SS", &feature, &version) == FAILURE) { in PHP_METHOD()
44 RETURN_BOOL(dom_has_feature(feature, version)); in PHP_METHOD()
224 char *feature, *version; in PHP_METHOD() local
226 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &feature, &feature_len, &version, &version_len) =… in PHP_METHOD()
/PHP-8.3/sapi/cgi/tests/
H A Dinclude.inc12 $version = `$php_escaped -n -v`;
13 if (strstr($version, "(cli)")) {
16 } else if (strpos($version, "(cgi")) {
/PHP-8.3/ext/sqlite3/tests/
H A Dsqlite3_35_stmt_readonly.phpt7 $version = SQLite3::version();
8 if ($version['versionNumber'] < 3007004) {
/PHP-8.3/ext/standard/tests/misc/
H A Dget_browser_variation1.phpt30 ["version"]=>
98 ["version"]=>
168 ["version"]=>
240 ["version"]=>
312 ["version"]=>
404 ["version"]=>
462 ["version"]=>
528 ["version"]=>
598 ["version"]=>
672 ["version"]=>
[all …]

Completed in 43 milliseconds

12345678910>>...54