Home
last modified time | relevance | path

Searched refs:version (Results 101 – 125 of 1131) sorted by relevance

12345678910>>...46

/PHP-5.3/ext/soap/tests/soap12/
H A DT32.phpt8 <?xml version='1.0' ?>
23 <?xml version="1.0" encoding="UTF-8"?>
H A DT39.phpt8 <?xml version='1.0' ?>
21 <?xml version="1.0" encoding="UTF-8"?>
H A DT69.phpt8 <?xml version='1.0' ?>
18 <?xml version="1.0" encoding="UTF-8"?>
H A DT12.phpt8 <?xml version='1.0' ?>
22 <?xml version="1.0" encoding="UTF-8"?>
H A DT13.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 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 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"?>
/PHP-5.3/ext/xmlreader/tests/
H A Dexpand.phpt12 $basexml = '<?xml version="1.0" encoding="UTF-8"?>
15 $xmlstring = '<?xml version="1.0" encoding="UTF-8"?>
H A D013.phpt11 <?xml version="1.0" encoding="UTF-8" ?>
34 <?xml version="1.0" encoding="UTF-8" ?>
/PHP-5.3/ext/dom/tests/
H A DDOMDocument_relaxNGValidateSource_error1.phpt12 <?xml version="1.0" encoding="UTF-8"?>
26 <?xml version="1.0"?>
H A DDOMDocument_relaxNGValidateSource_error2.phpt12 <?xml version="1.0" encoding="UTF-8"?>
23 <?xml version="1.0"?>
H A Dbug32615.phpt76 <?xml version="1.0"?>
79 <?xml version="1.0"?>
82 <?xml version="1.0"?>
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_options.phpt66 if (!$res = mysqli_query($link2, 'SELECT version() AS server_version'))
70 $version = explode('.', $tmp['server_version']);
71 if (empty($version))
72 printf("[008] Cannot determine server version, need MySQL Server 4.1+ for the test!\n");
74 if ($version[0] <= 4 && $version[1] < 1)
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.3/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_001w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
H A Dr4_groupI_xsd_005w.phpt17 <?xml version="1.0" encoding="UTF-8"?>
19 <?xml version="1.0" encoding="UTF-8"?>
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug42086.phpt10 <?xml version="1.0" encoding="UTF-8"?>
30 <?xml version="1.0" encoding="UTF-8"?>
H A Dbug47273.phpt11 <?xml version="1.0" encoding="UTF-8"?>
15 <?xml version="1.0" encoding="UTF-8"?>
49 <?xml version="1.0" encoding="UTF-8"?>
51 <?xml version="1.0" encoding="UTF-8"?>
/PHP-5.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-5.3/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] * 100) + ($matches[2] * 10) + $matches[3];
53 'label' => array(($version < 500) ? 'multiple_key' : 'unique_key')
89 if ($version < 560) {

Completed in 40 milliseconds

12345678910>>...46