Home
last modified time | relevance | path

Searched refs:version (Results 76 – 100 of 1203) sorted by relevance

12345678910>>...49

/PHP-5.5/ext/soap/tests/soap12/
H A DT29.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT34.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT11.phpt8 <?xml version='1.0' ?>
22 <?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 DT19.phpt8 <?xml version='1.0' ?>
22 <?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 DT03.phpt8 <?xml version='1.0' ?>
20 <?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-5.5/ext/dom/tests/
H A DDOMDocument_loadXML_error4.phpt4 This test verifies the method detects an unsupported xml version
22 Warning: DOMDocument::load%r(XML){0,1}%r(): Unsupported version '3.1' %s
H A DDOMDocument_load_error4.phpt4 This test verifies the method detects an unsupported xml version
22 Warning: DOMDocument::load%r(XML){0,1}%r(): Unsupported version '3.1' %s
H A Dbug54601.phpt8 <?xml version='1.0' encoding='utf-8' ?>
27 <?xml version="1.0" encoding="utf-8"?>
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_query_stored_proc.phpt12 die(sprintf('skip Needs MySQL 5.0+, found version %d.', mysqli_get_server_version($link)));
99 if (!mysqli_query($link, 'CALL p(@version)'))
102 if (!mysqli_query($link, "SET @version = 'unknown'"))
105 if (!mysqli_query($link, 'CALL p(@version)'))
108 if (!$res = mysqli_query($link, 'SELECT @version as _vers'))
127 if (!mysqli_query($link, "CALL p('myversion', @version)"))
130 if (!mysqli_query($link, "SET @version = 'unknown'"))
133 if (!mysqli_query($link, "CALL p('myversion', @version)"))
136 if (!$res = mysqli_query($link, 'SELECT @version as _vers'))
H A Dmysqli_get_charset.phpt29 if (!$res = mysqli_query($link, 'SELECT version() AS server_version'))
33 $version = explode('.', $tmp['server_version']);
34 if (empty($version))
35 printf("[005] Cannot determine server version, need MySQL Server 4.1+ for the test!\n");
37 if ($version[0] <= 4 && $version[1] < 1)
/PHP-5.5/ext/simplexml/tests/
H A Dbug43221.phpt7 $xml = simplexml_load_string('<?xml version="1.0" encoding="utf-8"?><root />');
17 <?xml version="1.0" encoding="utf-8"?>
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug54911.phpt8 function __doRequest($request, $location, $action, $version, $one_way=false) {
19 #1 [internal function]: XSoapClient->__doRequest('<?xml version="...', '', '#', 1, 0)
/PHP-5.5/ext/wddx/tests/
H A Dbug71587.phpt11 <?xml version='1.0' ?>
13 <wddxPacket version='1.0'>
/PHP-5.5/sapi/cli/
H A Dconfig.w324 ARG_ENABLE('cli', 'Build CLI version of PHP', 'yes');
6 ARG_ENABLE('cli-win32', 'Build console-less CLI version of PHP', 'no');
/PHP-5.5/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-5.5/ext/xmlrpc/tests/
H A Dbug37057.phpt7 $response='<?xml version="1.0"?>
28 $response='<?xml version="1.0"?>
H A Dbug68027.phpt14 $obj = xmlrpc_decode("<?xml version=\"1.0\"?><methodResponse><params><param><value><dateTime.iso860…
18 $obj = xmlrpc_decode("<?xml version=\"1.0\"?><methodResponse><params><param><value><dateTime.iso860…
/PHP-5.5/sapi/cli/tests/
H A D015.phpt16 echo `"$php" -n --version | grep built:`;
18 echo `"$php" -n --version foo bar baz | grep built:`;
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_44707.phpt16 die(sprintf("skip Cannot determine MySQL Server version\n"));
18 $version = $matches[0] * 10000 + $matches[1] * 100 + $matches[2];
19 if ($version < 41000)
21 $matches[0], $matches[1], $matches[2], $version));
H A Dmysql_pdo_test.inc93 We're a bit in trouble: PDO_MYSQL returns version strings.
113 $version = (int)$parts[0] * 10000;
114 $version+= (int)$parts[1] * 100;
115 $version+= (int)$parts[2];
117 return $version;
166 preg_match('/Client API version.*mysqlnd/', $tmp));
/PHP-5.5/
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.:
131 given version.
135 4. Update ``web/php.git/include/version.inc`` (x=major version number)
168 6. Check ./sapi/cli/php -v output for version matching.
208 2. Edit ``phpweb/include/version.inc`` and change (X=major release number):
210 a. ``$PHP_X_VERSION`` to the correct version
232 5. Update the ChangeLog file for the given major version
276 Re-releasing the same version (or -pl)
[all …]

Completed in 59 milliseconds

12345678910>>...49