Home
last modified time | relevance | path

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

12345678910>>...53

/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_fetch_field_flags.phpt155 $version = mysqli_get_server_version($link);
156 if ((($version > 50122) && ($version < 60000) && ($version != 50200)) ||
157 ($version >= 60004)) {
168 $version = mysqli_get_server_version($link);
169 if ($version < 50000) {
170 // TODO - check exact version!
176 $version = mysqli_get_server_version($link);
177 if (($version <= 50114 && $version > 50100) || ($version == 50200)) {
178 // TODO - check exact version!
H A Dmysqli_character_set.phpt23 if (!$res = mysqli_query($link, 'SELECT version() AS server_version'))
27 $version = explode('.', $tmp['server_version']);
28 if (empty($version))
29 printf("[003] Cannot determine server version, need MySQL Server 4.1+ for the test!\n");
31 if ($version[0] <= 4 && $version[1] < 1)
/PHP-7.3/ext/wddx/tests/
H A Dbug72860.phpt13 <?xml version='1.0'?>
15 <wddxPacket version='1.0'>
H A Dbug73631.phpt10 <?xml version="1.0" ?>
11 <wddxPacket version="1.0">
H A Dbug72799.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 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 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">
/PHP-7.3/Zend/tests/
H A Dlist_keyed.phpt28 7 => "the best PHP version",
62 string(20) "the best PHP version"
70 string(20) "the best PHP version"
H A Dns_076.phpt14 …nstant unknown - assumed 'unknown' (this will throw an Error in a future version of PHP) in %sns_0…
16 …nstant unknown - assumed 'unknown' (this will throw an Error in a future version of PHP) in %sns_0…
18 …nstant unknown - assumed 'unknown' (this will throw an Error in a future version of PHP) in %sns_0…
/PHP-7.3/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.3/ext/sodium/
H A Dconfig.m421 if $PKG_CONFIG libsodium --atleast-version=1.0.8; then
24 AC_MSG_RESULT(version $LIBSODIUM_VERSION found using pkg-config)
28 AC_MSG_ERROR([Libsodium $LIBSODIUM_VERSION is too old, version >= 1.0.8 required])
56 AC_MSG_ERROR([wrong libsodium lib version (< 1.0.8) or lib not found])
/PHP-7.3/ext/xmlrpc/tests/
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-7.3/ext/dom/tests/
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"?>
H A DDOMCharacterData_data_basic_002.phpt24 <?xml version="1.0"?>
27 <?xml version="1.0"?>
/PHP-7.3/ext/opcache/tests/
H A Dbug71843.phpt16 Warning: Use of undefined constant E - assumed 'E' (this will throw an Error in a future version of…
20 Warning: Use of undefined constant R - assumed 'R' (this will throw an Error in a future version of…
24 …fined constant See - assumed 'See' (this will throw an Error in a future version of PHP) in %sbug7…
/PHP-7.3/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 Dbug76712.phpt20 <?xml version="1.0"?>
22 <?xml version="1.0"?>
/PHP-7.3/
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.3/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));
/PHP-7.3/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 …]

Completed in 28 milliseconds

12345678910>>...53