Home
last modified time | relevance | path

Searched refs:version (Results 51 – 75 of 1318) sorted by relevance

12345678910>>...53

/PHP-7.1/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-7.1/ext/wddx/tests/
H A Dbug72749.phpt12 <?xml version='1.0'?>
14 <wddxPacket version='1.0'>
H A Dbug72750.phpt13 <?xml version='1.0'?>
15 <wddxPacket version='1.0'>
H A Dbug68996.phpt14 <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 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'>
H A Dbug72790.phpt13 <?xml version='1.0' ?>
15 <wddxPacket version='1.0'>
H A Dbug73831.phpt8 <?xml version="1.0" ?>
9 <wddxPacket version="1.0">
H A Dbug70741.phpt14 $wddx = "<?xml version='1.0'?>
15 <wddxPacket version='1.0'>
/PHP-7.1/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 …]
H A Dget_browser_variation1.phpt50 ["version"]=>
118 ["version"]=>
188 ["version"]=>
260 ["version"]=>
332 ["version"]=>
424 ["version"]=>
482 ["version"]=>
548 ["version"]=>
618 ["version"]=>
692 ["version"]=>
[all …]
/PHP-7.1/ext/simplexml/tests/
H A Dbug41582.phpt8 $xml = new SimpleXMLElement('<?xml version="1.0" standalone="yes"?>
18 <?xml version="1.0" standalone="yes"?>
H A Dbug37386.phpt21 <?xml version="1.0"?>
24 <?xml version="1.0"?>
/PHP-7.1/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-7.1/
H A Dphp7.spec.in1 %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-7.1/ext/dom/tests/
H A DDOMCharacterData_data_basic_002.phpt24 <?xml version="1.0"?>
27 <?xml version="1.0"?>
/PHP-7.1/sapi/cgi/tests/
H A Dinclude.inc11 $version = `$php -n -v`;
12 if (strstr($version, "(cli)")) {
15 } else if (strpos($version, "(cgi")) {
/PHP-7.1/ext/curl/tests/
H A Dbug65646_open_basedir_old.phpt8 if (version_compare(curl_version()['version'], '7.19.4', '>=')) exit("skip curl version is too new"…
/PHP-7.1/ext/phar/tests/
H A Dphpinfo_001.phpt27 Phar EXT version => %s
28 Phar API version => 1.1.1
49 Phar EXT version => %s
50 Phar API version => 1.1.1
/PHP-7.1/ext/pdo_mysql/tests/
H A Dbug_pecl_7976.phpt14 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 Dbug_39858.phpt14 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-7.1/ext/xmlrpc/tests/
H A D003.phpt35 <?xml version="1.0" encoding="utf-8"?>
62 <?xml version="1.0" encoding="utf-8"?>
82 <?xml version="1.0" encoding="utf-8"?>
/PHP-7.1/ext/sqlite3/tests/
H A Dsqlite3_35_stmt_readonly.phpt5 $version = SQLite3::version();
6 if ($version['versionNumber'] < 3007004) {
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_character_set.phpt24 if (!$res = mysqli_query($link, 'SELECT version() AS server_version'))
28 $version = explode('.', $tmp['server_version']);
29 if (empty($version))
30 printf("[003] Cannot determine server version, need MySQL Server 4.1+ for the test!\n");
32 if ($version[0] <= 4 && $version[1] < 1)
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug36629.phpt18 <?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 100 milliseconds

12345678910>>...53