Home
last modified time | relevance | path

Searched refs:version (Results 26 – 50 of 1215) sorted by relevance

12345678910>>...49

/PHP-7.4/ext/xmlrpc/tests/
H A D005.phpt20 <?xml version="1.0" encoding="utf-8"?>
28 <?xml version="1.0" encoding="utf-8"?>
36 <?xml version="1.0" encoding="utf-8"?>
H A D001.phpt16 string(174) "<?xml version="1.0" encoding="iso-8859-1"?>
28 string(160) "<?xml version="1.0" encoding="iso-8859-1"?>
43 string(175) "<?xml version="1.0" encoding="iso-8859-1"?>
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_17_version.phpt2 SQLite3::version()
7 print_r(SQLite3::version());
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_61411.phpt14 die(sprintf("skip Cannot determine MySQL Server version\n"));
16 $version = $matches[1] * 10000 + $matches[2] * 100 + $matches[3];
17 if ($version < 40106)
19 $matches[1], $matches[2], $matches[3], $version));
H A Dbug_41125.phpt13 die(sprintf("skip Cannot determine MySQL Server version\n"));
15 $version = $matches[1] * 10000 + $matches[2] * 100 + $matches[3];
16 die("skip $version");
17 if ($version < 40100)
19 $matches[1], $matches[2], $matches[3], $version));
H A Dbug_41997.phpt15 die(sprintf("skip Cannot determine MySQL Server version\n"));
17 $version = $matches[1] * 10000 + $matches[2] * 100 + $matches[3];
18 if ($version < 50000)
20 $matches[1], $matches[2], $matches[3], $version));
/PHP-7.4/Zend/tests/
H A Dbug43344_1.phpt22 …fined constant bar - assumed 'bar' (this will throw an Error in a future version of PHP) in %sbug4…
25 …fined constant bar - assumed 'bar' (this will throw an Error in a future version of PHP) in %sbug4…
28 …fined constant bar - assumed 'bar' (this will throw an Error in a future version of PHP) in %sbug4…
31 …fined constant bar - assumed 'bar' (this will throw an Error in a future version of PHP) in %sbug4…
H A Dbug52051.phpt26 Deprecated: Methods with the same name as their class will not be constructors in a future version
28 Deprecated: Methods with the same name as their class will not be constructors in a future version
30 Deprecated: Methods with the same name as their class will not be constructors in a future version
32 Deprecated: Methods with the same name as their class will not be constructors in a future version
H A Dlist_keyed.phpt28 7 => "the best PHP version",
62 string(20) "the best PHP version"
70 string(20) "the best PHP version"
H A Dns_076.phpt14 …nstant unknown - assumed 'unknown' (this will throw an Error in a future version of PHP) in %sns_0…
16 …nstant unknown - assumed 'unknown' (this will throw an Error in a future version of PHP) in %sns_0…
18 …nstant unknown - assumed 'unknown' (this will throw an Error in a future version of PHP) in %sns_0…
/PHP-7.4/ext/soap/tests/soap12/
H A DT24.phpt8 <?xml version='1.0' ?>
9 <env:Envelope xmlns:env="http://wrong-version/">
20 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.4/ext/simplexml/tests/
H A D012.phpt11 <?xml version="1.0" encoding="ISO-8859-1" ?>
34 <?xml version="1.0" encoding="ISO-8859-1"?>
36 <?xml version="1.0" encoding="ISO-8859-1"?>
H A Dbug35785.phpt22 <?xml version="1.0"?>
25 <?xml version="1.0"?>
27 <?xml version="1.0"?>
H A Dbug41582.phpt8 $xml = new SimpleXMLElement('<?xml version="1.0" standalone="yes"?>
18 <?xml version="1.0" standalone="yes"?>
H A Dbug76712.phpt20 <?xml version="1.0"?>
22 <?xml version="1.0"?>
/PHP-7.4/ext/dom/tests/
H A DDOMNode_insertBefore.phpt27 <?xml version="1.0"?>
30 <?xml version="1.0"?>
33 <?xml version="1.0"?>
H A Dbug46185.phpt8 $aDOM->loadXML('<?xml version="1.0"?>
13 $ok->loadXML('<?xml version="1.0"?>
22 <?xml version="1.0"?>
/PHP-7.4/ext/oci8/tests/
H A Derror3.phpt7 // Assume runtime client version is >= compile time client version
10 die("skip test works only with Oracle 11.2.0.3 or greater version of Oracle client libraries");
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_character_set_name_oo.phpt24 if (!$res = $mysqli->query('SELECT version() AS server_version'))
28 $version = explode('.', $tmp['server_version']);
29 if (empty($version))
30 printf("[006] Cannot determine server version, need MySQL Server 4.1+ for the test!\n");
32 if ($version[0] <= 4 && $version[1] < 1)
H A Dmysqli_character_set_name.phpt30 if (!$res = mysqli_query($link, 'SELECT version() AS server_version'))
34 $version = explode('.', $tmp['server_version']);
35 if (empty($version))
36 printf("[006] Cannot determine server version, need MySQL Server 4.1+ for the test!\n");
38 if ($version[0] <= 4 && $version[1] < 1)
/PHP-7.4/ext/xsl/tests/
H A Dbug33853.phpt17 $xsl->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?>
18 <xsl:stylesheet version="1.0"
26 $inputdom->loadXML('<?xml version="1.0" encoding="iso-8859-1" ?>
/PHP-7.4/ext/odbc/
H A Dconfig.w324 ARG_WITH("odbcver", "Force support for the passed ODBC version. A hex number is expected, default 0…
13 AC_DEFINE("ODBCVER", "0x0350", "The highest supported ODBC version", false);
15 AC_DEFINE("ODBCVER", PHP_ODBCVER, "The highest supported ODBC version", false);
/PHP-7.4/ext/soap/tests/
H A Dbug68996.phpt21 <?xml version="1.0" encoding="UTF-8"?>
32 <?xml version="1.0" encoding="UTF-8"?>
42 <?xml version="1.0" encoding="UTF-8"?>
44 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug47049.phpt12 $software_list = array(array('name' => 'package', 'version' => '1.2.3', 'state' => 'installed'));
18 <?xml version="1.0" encoding="UTF-8"?>
19 …:software"><name xsi:type="xsd:string">package</name><version xsi:type="xsd:string">1.2.3</version
/PHP-7.4/ext/curl/tests/
H A Dcurl_version_error_001.phpt14 Deprecated: curl_version(): the $version parameter is deprecated in %s on line %d
16 Warning: curl_version(): $version argument ignored in %s on line %d

Completed in 66 milliseconds

12345678910>>...49