Home
last modified time | relevance | path

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

12345678910>>...49

/PHP-7.4/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)
H A Dmysqli_options.phpt65 if (!$res = mysqli_query($link2, 'SELECT version() AS server_version'))
69 $version = explode('.', $tmp['server_version']);
70 if (empty($version))
71 printf("[008] Cannot determine server version, need MySQL Server 4.1+ for the test!\n");
73 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-7.4/ext/soap/tests/soap12/
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 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 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 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"?>
H A DT14.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"?>
/PHP-7.4/ext/simplexml/tests/
H A Dbug62639.phpt15 <?xml version="1.0"?>
32 <?xml version="1.0"?>
/PHP-7.4/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-7.4/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-7.4/ext/reflection/tests/
H A Dbug47254.phpt27 Deprecated: Methods with the same name as their class will not be constructors in a future version
29 Deprecated: Methods with the same name as their class will not be constructors in a future version
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug42086.phpt10 <?xml version="1.0" encoding="UTF-8"?>
30 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.4/sapi/cli/
H A Dconfig.w323 ARG_ENABLE('cli', 'Build CLI version of PHP', 'yes');
5 ARG_ENABLE('cli-win32', 'Build console-less CLI version of PHP', 'no');
/PHP-7.4/ext/xmlreader/tests/
H A D013.phpt10 <?xml version="1.0" encoding="UTF-8" ?>
33 <?xml version="1.0" encoding="UTF-8" ?>
/PHP-7.4/ext/soap/tests/
H A Dbug69668.phpt10 public function __doRequest($request, $location, $action, $version, $one_way = 0) {
25 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.4/tests/classes/
H A Dinheritance_002.phpt58 Deprecated: Methods with the same name as their class will not be constructors in a future version
60 Deprecated: Methods with the same name as their class will not be constructors in a future version
62 Deprecated: Methods with the same name as their class will not be constructors in a future version
/PHP-7.4/ext/pdo_dblib/tests/
H A Dstringify_uniqueidentifier.phpt7 …PDO::DBLIB_ATTR_TDS_VERSION), ['4.2', '4.6'])) die('skip feature unsupported by this TDS version');
50 // ! With TDS protocol version <7.0 binary will be returned and the test will fail !
52 // to get TDS version and skip this test in this case.

Completed in 29 milliseconds

12345678910>>...49