Home
last modified time | relevance | path

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

12345678910>>...49

/PHP-5.5/ext/dom/tests/
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"?>
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"?>
/PHP-5.5/ext/xmlrpc/tests/
H A D001.phpt16 string(174) "<?xml version="1.0" encoding="iso-8859-1"?>
28 string(160) "<?xml version="1.0" encoding="iso-8859-1"?>
43 string(175) "<?xml version="1.0" encoding="iso-8859-1"?>
H A Dbug50285.phpt27 <?xml version="1.0" encoding="UTF-8"?>
41 <?xml version="1.0" encoding="UTF-8"?>
55 <?xml version="1.0" encoding="UTF-8"?>
69 <?xml version="1.0" encoding="UTF-8"?>
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_41125.phpt13 die(sprintf("skip Cannot determine MySQL Server version\n"));
15 $version = $matches[0] * 10000 + $matches[1] * 100 + $matches[2];
16 die("skip $version");
17 if ($version < 40100)
19 $matches[0], $matches[1], $matches[2], $version));
H A Dbug_41997.phpt15 die(sprintf("skip Cannot determine MySQL Server version\n"));
17 $version = $matches[0] * 10000 + $matches[1] * 100 + $matches[2];
18 if ($version < 50000)
20 $matches[0], $matches[1], $matches[2], $version));
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_character_set_name_oo.phpt24 if (!$res = $mysqli->query('SELECT version() AS server_version'))
28 $version = explode('.', $tmp['server_version']);
29 if (empty($version))
30 printf("[006] Cannot determine server version, need MySQL Server 4.1+ for the test!\n");
32 if ($version[0] <= 4 && $version[1] < 1)
H A Dmysqli_fetch_field_flags.phpt152 $version = mysqli_get_server_version($link);
153 if ((($version > 50122) && ($version < 60000) && ($version != 50200)) ||
154 ($version >= 60004)) {
165 $version = mysqli_get_server_version($link);
166 if ($version < 50000) {
167 // TODO - check exact version!
173 $version = mysqli_get_server_version($link);
174 if (($version <= 50114 && $version > 50100) || ($version == 50200)) {
175 // TODO - check exact version!
H A Dmysqli_character_set_name.phpt30 if (!$res = mysqli_query($link, 'SELECT version() AS server_version'))
34 $version = explode('.', $tmp['server_version']);
35 if (empty($version))
36 printf("[006] Cannot determine server version, need MySQL Server 4.1+ for the test!\n");
38 if ($version[0] <= 4 && $version[1] < 1)
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_17_version.phpt2 SQLite3::version()
7 print_r(SQLite3::version());
/PHP-5.5/ext/simplexml/tests/
H A Dbug35785.phpt23 <?xml version="1.0"?>
26 <?xml version="1.0"?>
28 <?xml version="1.0"?>
H A Dbug41582.phpt8 $xml = new SimpleXMLElement('<?xml version="1.0" standalone="yes"?>
18 <?xml version="1.0" standalone="yes"?>
/PHP-5.5/ext/oci8/tests/
H A Derror3.phpt7 // Assume runtime client version is >= compile time client version
10 die("skip test works only with Oracle 11.2.0.3 or greater version of Oracle client libraries");
/PHP-5.5/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-5.5/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-5.5/ext/odbc/
H A Dconfig.w325 ARG_WITH("odbcver", "Force support for the passed ODBC version. A hex number is expected, default 0…
14 AC_DEFINE("ODBCVER", "0x0300", "The highest supported ODBC version", false);
16 AC_DEFINE("ODBCVER", PHP_ODBCVER, "The highest supported ODBC version", false);
/PHP-5.5/sapi/cgi/tests/
H A Dinclude.inc11 $version = `$php -n -v`;
12 if (strstr($version, "(cli)")) {
15 } else if (strpos($version, "(cgi")) {
/PHP-5.5/ext/bcmath/libbcmath/
H A DChangeLog3 * configure.in and many others: version number now at 0.2.
9 * Initial setup of bcmath library., calling it version 0.1.
/PHP-5.5/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-5.5/ext/mcrypt/
H A Dconfig.m48 AC_MSG_CHECKING(for libmcrypt version)
17 AC_MSG_ERROR(libmcrypt version 2.5.6 or greater required.)
46 AC_MSG_ERROR([Sorry, I was not able to diagnose which libmcrypt version you have installed.])
/PHP-5.5/ext/standard/tests/misc/
H A Dget_browser_basic.phpt51 ["version"]=>
123 ["version"]=>
195 ["version"]=>
267 ["version"]=>
337 ["version"]=>
409 ["version"]=>
483 ["version"]=>
553 ["version"]=>
625 ["version"]=>
697 ["version"]=>
[all …]
/PHP-5.5/ext/wddx/tests/
H A Dbug70741.phpt13 $wddx = "<?xml version='1.0'?>
14 <wddxPacket version='1.0'>
H A Dbug71335.phpt9 $x = "<?xml version='1.0'?>
10 <wddxPacket version='1.0'>
H A Dbug72340.phpt10 <?xml version='1.0' ?>
12 <wddxPacket version='1.0'>

Completed in 46 milliseconds

12345678910>>...49