Home
last modified time | relevance | path

Searched refs:version (Results 126 – 150 of 1339) sorted by relevance

12345678910>>...54

/PHP-8.3/ext/dom/tests/
H A DDOMComment_replaceData_basic.phpt26 <?xml version="1.0"?>
28 <?xml version="1.0"?>
H A DDOMDocument_loadXML_error4.phpt4 This test verifies the method detects an unsupported xml version
20 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
20 Warning: DOMDocument::load%r(XML){0,1}%r(): Unsupported version '3.1' %s
H A DDOMDocument_relaxNGValidateSource_basic.phpt10 <?xml version="1.0" encoding="UTF-8"?>
24 <?xml version="1.0"?>
H A Dbug80927.phpt73 <?xml version="1.0"?>
77 <?xml version="1.0"?>
81 <?xml version="1.0"?>
86 <?xml version="1.0"?>
H A Dbug54601.phpt8 <?xml version='1.0' encoding='utf-8' ?>
25 <?xml version="1.0" encoding="utf-8"?>
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_character_set.phpt19 if (!$res = mysqli_query($link, 'SELECT version() AS server_version'))
23 $version = explode('.', $tmp['server_version']);
24 if (empty($version))
25 printf("[003] Cannot determine server version, need MySQL Server 4.1+ for the test!\n");
27 if ($version[0] <= 4 && $version[1] < 1)
H A Dmysqli_options.phpt32 if (!$res = mysqli_query($link2, 'SELECT version() AS server_version')) {
37 $version = explode('.', $tmp['server_version']);
38 if (empty($version)) {
39 printf("[008] Cannot determine server version, need MySQL Server 4.1+ for the test!\n");
42 if ($version[0] <= 4 && $version[1] < 1) {
H A Dmysqli_query_stored_proc.phpt12 die(sprintf('skip Needs MySQL 5.0+, found version %d.', mysqli_get_server_version($link)));
98 if (!mysqli_query($link, 'CALL p(@version)'))
101 if (!mysqli_query($link, "SET @version = 'unknown'"))
104 if (!mysqli_query($link, 'CALL p(@version)'))
107 if (!$res = mysqli_query($link, 'SELECT @version as _vers'))
126 if (!mysqli_query($link, "CALL p('myversion', @version)"))
129 if (!mysqli_query($link, "SET @version = 'unknown'"))
132 if (!mysqli_query($link, "CALL p('myversion', @version)"))
135 if (!$res = mysqli_query($link, 'SELECT @version as _vers'))
/PHP-8.3/ext/soap/tests/soap12/
H A DT05.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT10.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT15.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT29.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT37.phpt8 <?xml version='1.0' ?>
21 <?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 DT19.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT34.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.3/ext/soap/tests/
H A Dbug77410.phpt12 public function __doRequest($request, $location, $action, $version, $one_way = 0): ?string {
24 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.3/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"?>
H A Dbug54911.phpt8 function __doRequest($request, $location, $action, $version, $one_way=false): ?string {
18 #0 [internal function]: XSoapClient->__doRequest('<?xml version="...', '', '#', 1, false)
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"?>
/PHP-8.3/Zend/tests/in-de-crement/
H A Dincdec_undef.phpt18 Decrement on type null has no effect, this will change in the next major version of PHP
23 Decrement on type null has no effect, this will change in the next major version of PHP
/PHP-8.3/ext/simplexml/tests/
H A Dbug43221.phpt7 $xml = simplexml_load_string('<?xml version="1.0" encoding="utf-8"?><root />');
16 <?xml version="1.0" encoding="utf-8"?>
/PHP-8.3/ext/date/tests/
H A Dbug75035.phpt7 var_dump('PHP version', PHP_VERSION);
28 string(11) "PHP version"
/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Dnamespace_definition_crash_in_attribute.phpt41 <?xml version="1.0"?>
43 <?xml version="1.0"?>
53 <?xml version="1.0"?>

Completed in 38 milliseconds

12345678910>>...54