Home
last modified time | relevance | path

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

12345678910>>...46

/PHP-5.3/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.3/ext/soap/tests/soap12/
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 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 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"?>
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 DT35.phpt8 <?xml version='1.0' ?>
23 <?xml version="1.0" encoding="UTF-8"?>
H A DT66.phpt8 <?xml version='1.0' encoding='UTF8'?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT67.phpt8 <?xml version='1.0' standalone='yes'?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT78.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT80.phpt8 <?xml version="1.0"?>
18 <?xml version="1.0" encoding="UTF-8"?>
H A DT25.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT31.phpt8 <?xml version='1.0' ?>
19 <?xml version="1.0" encoding="UTF-8"?>
/PHP-5.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-5.3/ext/xmlrpc/tests/
H A Dbug37057.phpt7 $response='<?xml version="1.0"?>
28 $response='<?xml version="1.0"?>
/PHP-5.3/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.3/ext/dom/tests/
H A Dbug54601.phpt8 <?xml version='1.0' encoding='utf-8' ?>
27 <?xml version="1.0" encoding="utf-8"?>
/PHP-5.3/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 return (bool)preg_match('/Client API version.*mysqlnd/', $tmp);
/PHP-5.3/ext/mysqli/tests/
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)

Completed in 57 milliseconds

12345678910>>...46