Home
last modified time | relevance | path

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

12345678910>>...53

/PHP-7.3/ext/pgsql/tests/
H A Dskipif.inc20 function skip_server_version($version, $op = '<')
23 if (version_compare($pg, $version, $op)) {
24 die("skip Server version {$pg} is {$op} {$version}\n");
/PHP-7.3/ext/wddx/tests/
H A Dbug72564.phpt14 string(84) "<wddxPacket version='1.0'><header/><data><boolean value='true'/></data></wddxPacket>"
16 string(85) "<wddxPacket version='1.0'><header/><data><boolean value='false'/></data></wddxPacket>"
18 string(68) "<wddxPacket version='1.0'><header/><data><null/></data></wddxPacket>"
/PHP-7.3/ext/xmlrpc/tests/
H A D005.phpt20 <?xml version="1.0" encoding="utf-8"?>
28 <?xml version="1.0" encoding="utf-8"?>
36 <?xml version="1.0" encoding="utf-8"?>
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"?>
/PHP-7.3/ext/pdo_mysql/tests/
H A Dbug_61411.phpt14 die(sprintf("skip Cannot determine MySQL Server version\n"));
16 $version = $matches[0] * 10000 + $matches[1] * 100 + $matches[2];
17 if ($version < 40106)
19 $matches[0], $matches[1], $matches[2], $version));
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-7.3/ext/sqlite3/tests/
H A Dsqlite3_17_version.phpt2 SQLite3::version()
7 print_r(SQLite3::version());
/PHP-7.3/ext/mbstring/libmbfl/
H A DNEWS1 version 1.3.2 August 20, 2011
9 version 1.3.1 August 5, 2011
13 version 1.3.0 August 1, 2011
24 version 1.1.0 March 02, 2010
/PHP-7.3/Zend/tests/
H A Dbug43344_1.phpt22 …fined constant bar - assumed 'bar' (this will throw an Error in a future version of PHP) in %sbug4…
25 …fined constant bar - assumed 'bar' (this will throw an Error in a future version of PHP) in %sbug4…
28 …fined constant bar - assumed 'bar' (this will throw an Error in a future version of PHP) in %sbug4…
31 …fined constant bar - assumed 'bar' (this will throw an Error in a future version of PHP) in %sbug4…
H A Dbug52051.phpt26 Deprecated: Methods with the same name as their class will not be constructors in a future version
28 Deprecated: Methods with the same name as their class will not be constructors in a future version
30 Deprecated: Methods with the same name as their class will not be constructors in a future version
32 Deprecated: Methods with the same name as their class will not be constructors in a future version
/PHP-7.3/ext/simplexml/tests/
H A D012.phpt11 <?xml version="1.0" encoding="ISO-8859-1" ?>
34 <?xml version="1.0" encoding="ISO-8859-1"?>
36 <?xml version="1.0" encoding="ISO-8859-1"?>
H A Dbug35785.phpt22 <?xml version="1.0"?>
25 <?xml version="1.0"?>
27 <?xml version="1.0"?>
/PHP-7.3/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-7.3/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"?>
/PHP-7.3/ext/pdo_dblib/
H A DREADME20 to test across all supported versions. You can specify a version using a version
22 values. Some tests check version-specific behavior by parsing this string, so
23 it's best to use the DSN (rather than freetds.conf, etc.) to set the version.
/PHP-7.3/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_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-7.3/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-7.3/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-7.3/ext/soap/tests/
H A Dbug68996.phpt21 <?xml version="1.0" encoding="UTF-8"?>
32 <?xml version="1.0" encoding="UTF-8"?>
42 <?xml version="1.0" encoding="UTF-8"?>
44 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.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-7.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-7.3/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.

Completed in 35 milliseconds

12345678910>>...53