Searched refs:version (Results 51 – 75 of 1277) sorted by relevance
12345678910>>...52
/PHP-5.6/ext/xmlrpc/tests/ |
H A D | bug50285.phpt | 27 <?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"?>
|
H A D | 003.phpt | 36 <?xml version="1.0" encoding="utf-8"?> 63 <?xml version="1.0" encoding="utf-8"?> 83 <?xml version="1.0" encoding="utf-8"?>
|
/PHP-5.6/ext/mcrypt/ |
H A D | config.m4 | 8 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.6/ext/wddx/tests/ |
H A D | bug72750.phpt | 13 <?xml version='1.0'?> 15 <wddxPacket version='1.0'>
|
H A D | bug68996.phpt | 14 <wddxPacket version='1.0'><header/><data><string></string></data></wddxPacket> 15 <wddxPacket version='1.0'><header/><data><struct><var name=''><string>foo</string></var></struct></…
|
H A D | bug72749.phpt | 12 <?xml version='1.0'?> 14 <wddxPacket version='1.0'>
|
H A D | bug70741.phpt | 13 $wddx = "<?xml version='1.0'?> 14 <wddxPacket version='1.0'>
|
H A D | bug71335.phpt | 9 $x = "<?xml version='1.0'?> 10 <wddxPacket version='1.0'>
|
H A D | bug72340.phpt | 10 <?xml version='1.0' ?> 12 <wddxPacket version='1.0'>
|
H A D | bug72790.phpt | 13 <?xml version='1.0' ?> 15 <wddxPacket version='1.0'>
|
/PHP-5.6/ext/standard/tests/misc/ |
H A D | get_browser_basic.phpt | 51 ["version"]=> 123 ["version"]=> 195 ["version"]=> 267 ["version"]=> 337 ["version"]=> 409 ["version"]=> 483 ["version"]=> 553 ["version"]=> 625 ["version"]=> 697 ["version"]=> [all …]
|
H A D | get_browser_variation1.phpt | 50 ["version"]=> 118 ["version"]=> 188 ["version"]=> 260 ["version"]=> 332 ["version"]=> 424 ["version"]=> 482 ["version"]=> 548 ["version"]=> 618 ["version"]=> 692 ["version"]=> [all …]
|
/PHP-5.6/ext/simplexml/tests/ |
H A D | bug41582.phpt | 8 $xml = new SimpleXMLElement('<?xml version="1.0" standalone="yes"?> 18 <?xml version="1.0" standalone="yes"?>
|
H A D | bug37386.phpt | 21 <?xml version="1.0"?> 24 <?xml version="1.0"?>
|
/PHP-5.6/ |
H A D | php5.spec.in | 1 %define version @VERSION@ 8 Version: %{version} 11 Source: http://www.php.net/get/php-%{version}.tar.gz/from/a/mirror 16 BuildRoot: /var/tmp/php-%{version}
|
/PHP-5.6/ext/dom/tests/ |
H A D | DOMCharacterData_data_basic_002.phpt | 24 <?xml version="1.0"?> 27 <?xml version="1.0"?>
|
H A D | DOMComment_replaceData_basic.phpt | 26 <?xml version="1.0"?> 28 <?xml version="1.0"?>
|
/PHP-5.6/ext/curl/tests/ |
H A D | bug65646_open_basedir_old.phpt | 8 if (version_compare(curl_version()['version'], '7.19.4', '>=')) exit("skip curl version is too new"…
|
/PHP-5.6/ext/phar/tests/ |
H A D | phpinfo_001.phpt | 27 Phar EXT version => %s 28 Phar API version => 1.1.1 49 Phar EXT version => %s 50 Phar API version => 1.1.1
|
/PHP-5.6/ext/pdo_mysql/tests/ |
H A D | bug_pecl_7976.phpt | 14 die(sprintf("skip Cannot determine MySQL Server version\n")); 16 $version = $matches[0] * 10000 + $matches[1] * 100 + $matches[2]; 17 if ($version < 50000) 19 $matches[0], $matches[1], $matches[2], $version));
|
H A D | bug_39858.phpt | 14 die(sprintf("skip Cannot determine MySQL Server version\n")); 16 $version = $matches[0] * 10000 + $matches[1] * 100 + $matches[2]; 17 if ($version < 50000) 19 $matches[0], $matches[1], $matches[2], $version));
|
/PHP-5.6/sapi/thttpd/ |
H A D | config.m4 | 17 if grep thttpd.2.21b $PHP_THTTPD/version.h >/dev/null; then 21 elif grep Premium $PHP_THTTPD/version.h >/dev/null; then 24 AC_MSG_ERROR([This version only supports thttpd-2.21b and Premium thttpd])
|
/PHP-5.6/ext/sqlite3/tests/ |
H A D | sqlite3_35_stmt_readonly.phpt | 5 $version = SQLite3::version(); 6 if ($version['versionNumber'] < 3007004) {
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_character_set.phpt | 27 if (!$res = mysqli_query($link, 'SELECT version() AS server_version')) 31 $version = explode('.', $tmp['server_version']); 32 if (empty($version)) 33 printf("[003] Cannot determine server version, need MySQL Server 4.1+ for the test!\n"); 35 if ($version[0] <= 4 && $version[1] < 1)
|
/PHP-5.6/ext/soap/tests/bugs/ |
H A D | bug36629.phpt | 18 <?xml version="1.0" encoding="ISO-8859-1"?> 33 <?xml version="1.0" encoding="ISO-8859-1"?> 49 <?xml version="1.0" encoding="UTF-8"?> 51 <?xml version="1.0" encoding="UTF-8"?>
|
Completed in 39 milliseconds
12345678910>>...52