Home
last modified time | relevance | path

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

12345678910>>...49

/PHP-5.5/ext/soap/tests/soap12/
H A DT13.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
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 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 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"?>
H A DT14.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT38_1.phpt8 <?xml version='1.0' ?>
25 <?xml version="1.0" encoding="UTF-8"?>
H A DT38_2.phpt8 <?xml version='1.0' ?>
25 <?xml version="1.0" encoding="UTF-8"?>
H A DT74.phpt8 <?xml version='1.0' ?>
26 <?xml version="1.0" encoding="UTF-8"?>
/PHP-5.5/ext/wddx/tests/
H A Dbug70661.phpt17 <?xml version='1.0'?>
18 <wddxPacket version='1.0'>
/PHP-5.5/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-5.5/ext/xmlreader/tests/
H A D013.phpt11 <?xml version="1.0" encoding="UTF-8" ?>
34 <?xml version="1.0" encoding="UTF-8" ?>
/PHP-5.5/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-5.5/ext/dom/tests/
H A Dbug32615.phpt76 <?xml version="1.0"?>
79 <?xml version="1.0"?>
82 <?xml version="1.0"?>
/PHP-5.5/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)
/PHP-5.5/ext/mysql/tests/
H A Dmysql_field_flags.phpt45 $version = mysql_get_server_info($link);
46 if (!preg_match('@(\d+)\.(\d+)\.(\d+)@ism', $version, $matches))
47 printf("[009] Cannot get server version\n");
48 $version = ($matches[1] * 1000) + ($matches[2] * 100) + $matches[3];
53 'label' => array(($version < 5000) ? 'multiple_key' : 'unique_key')
89 if ($version < 5600) {
/PHP-5.5/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-5.5/ext/xmlwriter/tests/
H A Dbug39504.phpt32 <?xml version="1.0" encoding="UTF-8"?>
35 <?xml version="1.0" encoding="UTF-8"?>
/PHP-5.5/ext/soap/tests/interop/Round3/GroupF/
H A Dr3_groupF_ext_001w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
H A Dr3_groupF_headers_001w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
/PHP-5.5/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_002w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
H A Dr4_groupI_xsd_003w.phpt18 <?xml version="1.0" encoding="UTF-8"?>
20 <?xml version="1.0" encoding="UTF-8"?>

Completed in 72 milliseconds

12345678910>>...49