Home
last modified time | relevance | path

Searched refs:tests (Results 26 – 50 of 948) sorted by relevance

12345678910>>...38

/PHP-7.3/ext/snmp/tests/
H A DREADME4 To enable these tests, you must have :
16 SNMP_COMMUNITY_WRITE : community used for write tests (snmpset()).
21 > make -C ../../.. test TESTS="`cd ../../..; /bin/ls -1 ext/snmp/tests/*.phpt | xargs echo`"
22 Running run-tests.php directly will clear your environment and therefore
23 tests will fail if your SNMP configuration does not fit into default values
36 Delete it if exists. Ingoring to to so will fail SNMPv3 tests.
/PHP-7.3/tests/strings/
H A D001.phpt71 $tests = $ok = 0;
73 $tests++; if (substr($string, 2, 10) == "ring12345") { $ok++; }
74 $tests++; if (substr($string, 4, 7) == "ng12345") { $ok++; }
75 $tests++; if (substr($string, 4) == "ng12345") { $ok++; }
76 $tests++; if (substr($string, 10, 2) == "5") { $ok++; }
77 $tests++; if (substr($string, 6, 0) == "") { $ok++; }
78 $tests++; if (substr($string, -2, 2) == "45") { $ok++; }
79 $tests++; if (substr($string, 1, -1) == "tring1234") { $ok++; }
80 $tests++; if (substr($string, -1, -2) == "") { $ok++; }
81 $tests++; if (substr($string, -3, -2) == "3") { $ok++; }
[all …]
/PHP-7.3/ext/pdo_oci/tests/
H A Dbug_33707.phpt6 require dirname(__FILE__).'/../../pdo/tests/pdo_test.inc';
11 require 'ext/pdo/tests/pdo_test.inc';
12 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
H A Dbug44301.phpt6 require dirname(__FILE__).'/../../pdo/tests/pdo_test.inc';
12 require 'ext/pdo/tests/pdo_test.inc';
13 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
H A Dbug54379.phpt7 require dirname(__FILE__).'/../../pdo/tests/pdo_test.inc';
14 require 'ext/pdo/tests/pdo_test.inc';
15 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
H A Dpdo_oci_attr_drivername.phpt6 require(dirname(__FILE__).'/../../pdo/tests/pdo_test.inc');
12 require dirname(__FILE__) . '/../../pdo/tests/pdo_test.inc';
/PHP-7.3/ext/session/tests/
H A Drfc1867_disabled_2.phpt22 PHPSESSID=rfc1867-tests
24 PHPSESSID=rfc1867-tests-get
30 rfc1867-tests-post
49 string(%d) "rfc1867-tests"
H A Drfc1867_disabled.phpt22 PHPSESSID=rfc1867-tests
24 PHPSESSID=rfc1867-tests-get
30 rfc1867-tests-post
49 string(%d) "rfc1867-tests"
H A Drfc1867_no_name.phpt22 PHPSESSID=rfc1867-tests
24 PHPSESSID=rfc1867-tests-get
30 rfc1867-tests-post
49 string(%d) "rfc1867-tests"
H A Drfc1867_cleanup.phpt23 PHPSESSID=rfc1867-tests
25 PHPSESSID=rfc1867-tests-get
31 rfc1867-tests-post
55 string(%d) "rfc1867-tests"
/PHP-7.3/ext/soap/tests/soap12/
H A DT26.phpt10 <?xml-stylesheet href="http://example.org/ts-tests/sub.xsl" type = "text/xsl"?>
12 <test:echoOk xmlns:test="http://example.org/ts-tests">foo</test:echoOk>
20 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests"><env:Body><ns1:re…
H A DT02.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
12 env:role="http://example.org/ts-tests/C">foo</test:echoOk>
22 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests"><env:Header><ns1:…
H A DT32.phpt11 <test:requiredHeader xmlns:test="http://example.org/ts-tests"
15 <test:echoHeader xmlns:test="http://example.org/ts-tests">
24 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests"><env:Body><ns1:ec…
H A DT22.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
15 <test:echoOk xmlns:test="http://example.org/ts-tests">foo</test:echoOk>
23 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests"><env:Header><ns1:…
H A DT74.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
13 <test:Unknown xmlns:test="http://example.org/ts-tests">
27 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests"><env:Header><ns1:…
/PHP-7.3/ext/standard/tests/math/
H A Dround.phpt2 Simple math tests
11 $tests = <<<TESTS
34 include(dirname(__FILE__) . '/../../../../tests/quicktester.inc');
/PHP-7.3/ext/date/tests/
H A DDateTimeZone_compare_basic1.phpt29 echo "\n-- All the following tests should compare equal --\n";
31 echo "\n-- All the following tests should compare NOT equal --\n";
44 -- All the following tests should compare equal --
47 -- All the following tests should compare NOT equal --
H A Dbug34676.phpt7 $tests = array(
11 foreach ($tests as $test) {
/PHP-7.3/ext/standard/tests/file/
H A Dbug24482.phpt12 // run this test in ext/standard/tests (see bug #64714)
13 chdir(__DIR__); // ensure in ext/standard/tests/file
14 chdir('..'); // move up to ext/standard/tests
/PHP-7.3/ext/standard/tests/strings/
H A Dstr_rot13_basic.phpt11 echo "\nBasic tests\n";
12 var_dump(str_rot13("str_rot13() tests starting"));
30 $str = "str_rot13() tests starting";
43 Basic tests
H A Dhtmlentities17.phpt5 $tests = array(
18 foreach ($tests as $test) {
22 foreach ($tests as $test) {
H A Dhtmlspecialchars_decode_variation7.phpt5 $tests = array(
16 foreach ($tests as $t) {
27 foreach ($tests as $t) {
38 foreach ($tests as $t) {
49 foreach ($tests as $t) {
60 foreach ($tests as $t) {
71 foreach ($tests as $t) {
H A Dbug69144.phpt5 $tests = array('bar' => '', 'foo' => 'o', 'foobar' => '', 'hello' => 'hello');
7 foreach ($tests as $input => $expected) {
H A Dbug49687.phpt6 $tests = array(
11 foreach ($tests as $t) {
/PHP-7.3/ext/mbstring/tests/
H A Dcasefolding.phpt8 $tests = [
23 foreach ($tests as list($a, $b)) {

Completed in 32 milliseconds

12345678910>>...38