/PHP-5.6/ext/mbstring/libmbfl/ |
H A D | NEWS | 2 version 1.3.2 August 20, 2011 10 version 1.3.1 August 5, 2011 14 version 1.3.0 August 1, 2011 25 version 1.1.0 March 02, 2010
|
/PHP-5.6/ext/simplexml/tests/ |
H A D | 012.phpt | 11 <?xml version="1.0" encoding="ISO-8859-1" ?> 35 <?xml version="1.0" encoding="ISO-8859-1"?> 37 <?xml version="1.0" encoding="ISO-8859-1"?>
|
H A D | bug35785.phpt | 23 <?xml version="1.0"?> 26 <?xml version="1.0"?> 28 <?xml version="1.0"?>
|
/PHP-5.6/ext/dom/tests/ |
H A D | DOMNode_insertBefore.phpt | 27 <?xml version="1.0"?> 30 <?xml version="1.0"?> 33 <?xml version="1.0"?>
|
H A D | bug46185.phpt | 8 $aDOM->loadXML('<?xml version="1.0"?> 13 $ok->loadXML('<?xml version="1.0"?> 22 <?xml version="1.0"?>
|
H A D | DOMNode_replaceChild_basic.phpt | 11 $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.6/ext/xmlrpc/tests/ |
H A D | 001.phpt | 16 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-5.6/ext/soap/tests/soap12/ |
H A D | T24.phpt | 8 <?xml version='1.0' ?> 9 <env:Envelope xmlns:env="http://wrong-version/"> 20 <?xml version="1.0" encoding="UTF-8"?>
|
/PHP-5.6/ext/sqlite3/tests/ |
H A D | sqlite3_17_version.phpt | 2 SQLite3::version() 7 print_r(SQLite3::version());
|
/PHP-5.6/ext/pdo_mysql/tests/ |
H A D | bug_41125.phpt | 13 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 D | bug_41997.phpt | 15 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.6/ext/mysqli/tests/ |
H A D | mysqli_character_set_name_oo.phpt | 24 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 D | mysqli_fetch_field_flags.phpt | 152 $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 D | mysqli_character_set_name.phpt | 30 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.6/ext/oci8/tests/ |
H A D | error3.phpt | 7 // 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.6/ext/xsl/tests/ |
H A D | bug33853.phpt | 14 $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.6/ext/soap/tests/ |
H A D | bug68996.phpt | 21 <?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-5.6/ext/soap/tests/bugs/ |
H A D | bug47049.phpt | 12 $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.6/ext/odbc/ |
H A D | config.w32 | 5 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.6/sapi/cgi/tests/ |
H A D | include.inc | 11 $version = `$php -n -v`; 12 if (strstr($version, "(cli)")) { 15 } else if (strpos($version, "(cgi")) {
|
/PHP-5.6/ext/wddx/tests/ |
H A D | bug73631.phpt | 8 <?xml version="1.0" ?> 9 <wddxPacket version="1.0">
|
H A D | bug72860.phpt | 13 <?xml version='1.0'?> 15 <wddxPacket version='1.0'>
|
H A D | bug72799.phpt | 13 <?xml version='1.0'?> 15 <wddxPacket version="1.0">
|
/PHP-5.6/ext/bcmath/libbcmath/ |
H A D | ChangeLog | 3 * configure.in and many others: version number now at 0.2. 9 * Initial setup of bcmath library., calling it version 0.1.
|
/PHP-5.6/ext/soap/tests/interop/Round4/GroupH/ |
H A D | r4_groupH_soapfault_003w.phpt | 2 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"?>
|