Home
last modified time | relevance | path

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

12345678910>>...53

/PHP-7.3/ext/soap/tests/soap12/
H A DT22.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT28.phpt8 <?xml version='1.0' ?>
20 <?xml version="1.0" encoding="UTF-8"?>
H A DT36.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT65.phpt8 <?xml version='1.0' ?>
25 <?xml version="1.0" encoding="UTF-8"?>
H A DT70.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT71.phpt8 <?xml version='1.0' ?>
23 <?xml version="1.0" encoding="UTF-8"?>
H A DT72.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT14.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT23.phpt8 <?xml version='1.0' ?>
23 <?xml version="1.0" encoding="UTF-8"?>
H A DT64.phpt8 <?xml version='1.0' ?>
23 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.3/ext/reflection/tests/
H A Dbug47254.phpt27 Deprecated: Methods with the same name as their class will not be constructors in a future version
29 Deprecated: Methods with the same name as their class will not be constructors in a future version
/PHP-7.3/ext/xmlrpc/tests/
H A Dbug42736.phpt16 $Myrequest = '<?xml version="1.0" encoding="UTF-8"?><methodCall><methodName>GetProducts</methodName…
32 string(402) "<?xml version="1.0" encoding="iso-8859-1"?>
/PHP-7.3/ext/wddx/tests/
H A Dbug70661.phpt17 <?xml version='1.0'?>
18 <wddxPacket version='1.0'>
/PHP-7.3/ext/xmlreader/tests/
H A D013.phpt10 <?xml version="1.0" encoding="UTF-8" ?>
33 <?xml version="1.0" encoding="UTF-8" ?>
/PHP-7.3/sapi/cli/
H A Dconfig.w323 ARG_ENABLE('cli', 'Build CLI version of PHP', 'yes');
5 ARG_ENABLE('cli-win32', 'Build console-less CLI version of PHP', 'no');
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_change_user_set_names.phpt12 if (!$res = mysqli_query($link, 'SELECT version() AS server_version'))
17 $version = explode('.', $tmp['server_version']);
18 if (empty($version))
19 die(sprintf("skip Cannot determine server version, we need MySQL Server 4.1+ for the test!"));
21 if ($version[0] <= 4 && $version[1] < 1)
H A Dmysqli_options.phpt65 if (!$res = mysqli_query($link2, 'SELECT version() AS server_version'))
69 $version = explode('.', $tmp['server_version']);
70 if (empty($version))
71 printf("[008] Cannot determine server version, need MySQL Server 4.1+ for the test!\n");
73 if ($version[0] <= 4 && $version[1] < 1)
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug47273.phpt8 <?xml version="1.0" encoding="UTF-8"?>
12 <?xml version="1.0" encoding="UTF-8"?>
46 <?xml version="1.0" encoding="UTF-8"?>
48 <?xml version="1.0" encoding="UTF-8"?>
H A Dbug34449.phpt8 function __doRequest($request, $location, $action, $version, $one_way = 0) {
19 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.3/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_doclitparams_004w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.3/ext/sqlite3/tests/
H A Dsqlite3_defensive.phpt6 if (SQLite3::version()['versionNumber'] < 3026000) {
7 die("skip: sqlite3 library version < 3.26: no support for defensive mode");
/PHP-7.3/ext/xmlwriter/tests/
H A Dbug39504.phpt32 <?xml version="1.0" encoding="UTF-8"?>
35 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.3/
H A D.appveyor.yml1 version: "{branch}.build.{build}"
38 # the setup scripts have to be touched, once some other db version is used
H A DREADME.RELEASE_PROCESS72 6. Compile and make test, with and without ZTS, using the right Bison version
75 7. Check ./sapi/cli/php -v output for version matching.
79 9. Tag the repository release branch with the version, e.g.:
118 given version.
122 2. Update ``web/php.git/include/version.inc`` (x=major version number)
179 6. Check ./sapi/cli/php -v output for version matching.
224 2. Edit ``phpweb/include/version.inc`` and change (X=major release number):
226 a. ``$PHP_X_VERSION`` to the correct version
248 5. Update the ChangeLog file for the given major version
294 Re-releasing the same version (or -pl)
[all …]
/PHP-7.3/ext/dom/tests/
H A Dbug32615.phpt75 <?xml version="1.0"?>
78 <?xml version="1.0"?>
81 <?xml version="1.0"?>

Completed in 36 milliseconds

12345678910>>...53