Home
last modified time | relevance | path

Searched refs:version (Results 151 – 175 of 1343) sorted by relevance

12345678910>>...54

/PHP-8.3/ext/soap/tests/bugs/
H A Dbug29839.phpt23 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
40 <?xml version="1.0" encoding="UTF-8"?>
42 <?xml version="1.0" encoding="UTF-8"?>
H A Dbug34453.phpt23 function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
40 <?xml version="1.0" encoding="UTF-8"?>
42 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.3/Zend/
H A DLICENSE24 of the license from time to time. Each version will be given a
25 distinguishing version number.
26 Once covered code has been published under a particular version
28 terms of that version. You may also choose to use such covered
29 code under the terms of any subsequent version of the license
/PHP-8.3/ext/soap/tests/
H A Dsetheaders.phpt27 <?xml version="1.0" encoding="UTF-8"?>
29 <?xml version="1.0" encoding="UTF-8"?>
31 <?xml version="1.0" encoding="UTF-8"?>
33 <?xml version="1.0" encoding="UTF-8"?>
35 <?xml version="1.0" encoding="UTF-8"?>
37 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_get_charset.phpt18 if (!$res = mysqli_query($link, 'SELECT version() AS server_version'))
22 $version = explode('.', $tmp['server_version']);
23 if (empty($version))
24 printf("[005] Cannot determine server version, need MySQL Server 4.1+ for the test!\n");
26 if ($version[0] <= 4 && $version[1] < 1)
H A Dmysqli_set_charset.phpt11 if (!($res = mysqli_query($link, 'SELECT version() AS server_version')) ||
14 die(sprintf("skip Cannot check server version, [%d] %s\n",
18 $version = explode('.', $tmp['server_version']);
19 if (empty($version)) {
21 die(sprintf("skip Cannot check server version, based on '%s'",
25 if ($version[0] <= 4 && $version[1] < 1) {
/PHP-8.3/
H A DLICENSE2 The PHP License, version 3.01
29 license from time to time. Each version will be given a
30 distinguishing version number.
31 Once covered code has been published under a particular version
33 of that version. You may also choose to use such covered code
34 under the terms of any subsequent version of the license
/PHP-8.3/ext/oci8/
H A DLICENSE2 The PHP License, version 3.01
29 license from time to time. Each version will be given a
30 distinguishing version number.
31 Once covered code has been published under a particular version
33 of that version. You may also choose to use such covered code
34 under the terms of any subsequent version of the license
/PHP-8.3/ext/libxml/tests/
H A Dbug76777.phpt13 <?xml version="1.0"?>
18 <?xml version="1.0"?>
/PHP-8.3/ext/xmlreader/tests/
H A Dexpand.phpt13 $basexml = '<?xml version="1.0" encoding="UTF-8"?>
16 $xmlstring = '<?xml version="1.0" encoding="UTF-8"?>
/PHP-8.3/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_doclit_004w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.3/ext/soap/tests/soap12/
H A DT03.phpt8 <?xml version='1.0' ?>
20 <?xml version="1.0" encoding="UTF-8"?>
H A DT30.phpt8 <?xml version='1.0' ?>
18 <?xml version="1.0" encoding="UTF-8"?>
H A DT40.phpt8 <?xml version='1.0' ?>
24 <?xml version="1.0" encoding="UTF-8"?>
H A DT01.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT02.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT04.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT26.phpt8 <?xml version='1.0' ?>
19 <?xml version="1.0" encoding="UTF-8"?>
H A DT33.phpt8 <?xml version='1.0' ?>
19 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.3/ext/pdo_mysql/tests/
H A Dbug_44707.phpt17 die(sprintf("skip Cannot determine MySQL Server version\n"));
19 $version = $matches[1] * 10000 + $matches[2] * 100 + $matches[3];
20 if ($version < 41000)
22 $matches[1], $matches[2], $matches[3], $version));
/PHP-8.3/ext/opcache/tests/jit/
H A Dreg_alloc_014.phpt22 Warning: Decrement on type null has no effect, this will change in the next major version of PHP in…
24 Warning: Decrement on type null has no effect, this will change in the next major version of PHP in…
/PHP-8.3/ext/gmp/
H A Dconfig.m410 AC_MSG_ERROR([GNU MP Library version 4.2 or greater required.])
21 AC_MSG_ERROR([GNU MP Library version 4.2 or greater required.])
/PHP-8.3/sapi/cli/
H A Dconfig.w323 ARG_ENABLE('cli', 'Build CLI version of PHP', 'yes');
4 ARG_ENABLE('cli-win32', 'Build console-less CLI version of PHP', 'no');
/PHP-8.3/ext/dom/tests/
H A Dbug47847.phpt11 <?xml version="1.0"?>
26 <?xml version="1.0"?>
/PHP-8.3/sapi/cli/tests/
H A D015.phpt16 echo `$php -n --version | grep built:`;
18 echo `$php -n --version foo bar baz | grep built:`;

Completed in 32 milliseconds

12345678910>>...54