Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 25 of 888) sorted by relevance

12345678910>>...36

/PHP-5.5/
H A D.gitattributes20 run-tests.php ident
33 /ext/dom/tests/bug40836.phpt -crlf
34 /ext/dom/tests/domelement.phpt -crlf
36 /ext/iconv/tests/iconv004.phpt -crlf
43 /ext/phar/tests/security.phpt -crlf
144 /ext/tidy/tests/009.phpt -crlf
145 /ext/tidy/tests/013.phpt -crlf
146 /ext/tidy/tests/021.phpt -crlf
166 /ext/zlib/tests/008.phpt -crlf
172 /sapi/cli/tests/006.phpt -crlf
[all …]
H A D.gitignore118 tests/*/*.diff
119 tests/*/*.out
120 tests/*/*.php
121 tests/*/*.exp
122 tests/*/*.log
123 tests/*/*.sh
125 */tests/*.out
126 */tests/*.php
127 */tests/*.exp
128 */tests/*.log
[all …]
H A DREADME.TESTING24 specific to server-tests.php.
6 server-tests.php is backward compatible with tests developed for
7 the original run-tests.php script. server-tests is *not* used by
21 see server-tests-config.php for details.
32 When running tests over http, tests that require ini settings different that what
41 1. run tests from the php source directory
44 2. run tests using cgi emulation
53 5. run tests using configuration file
54 php server-tests.php -c /path/to/server-tests-config.php
58 php server-tests.php -c /path/to/server-tests-config.php -w -t 3 -d /path/to/testdir
[all …]
H A DREADME.TESTING20 "tests" directory under source root directory.
25 "make test" basically executes "run-tests.php" script
30 sapi/cli/php [-c /path/to/php.ini] run-tests.php [ext/foo/tests/GLOB]
42 you must build PHP with CGI SAPI to perform all tests.
46 executing "run-tests.php" script, you may get errors.
74 ./sapi/cli/php run-tests.php ext/mbstring/*
75 ./sapi/cli/php run-tests.php ext/mbstring/020.phpt
85 ext/myext/tests/myext.php - actual test file executed
86 ext/myext/tests/myext.log - log of test execution (L)
87 ext/myext/tests/myext.exp - expected output (E)
[all …]
/PHP-5.5/ext/mbstring/libmbfl/
H A Dconfigure.in44 tests/Makefile
45 tests/conv_encoding.tests/Makefile
46 tests/conv_kana.tests/Makefile
47 tests/strwidth.tests/Makefile
48 tests/strcut.tests/Makefile])
/PHP-5.5/ext/standard/tests/math/
H A Dnumber_format_basic.phpt18 echo "\n number_format tests.....default\n";
24 echo "\n number_format tests.....with two dp\n";
30 echo "\n number_format tests.....English format\n";
36 echo "\n number_format tests.....French format\n";
43 number_format tests.....default
57 number_format tests.....with two dp
71 number_format tests.....English format
85 number_format tests.....French format
H A Dnumber_format_multichar.phpt18 echo " number_format tests.....multiple character decimal point\n";
24 echo "\n number_format tests.....multiple character thousand separator\n";
30 echo "\n number_format tests.....multiple character decimal and thousep\n";
37 number_format tests.....multiple character decimal point
51 number_format tests.....multiple character thousand separator
65 number_format tests.....multiple character decimal and thousep
H A Dlog_basic.phpt20 echo "\n LOG tests...no base\n";
26 echo "\n LOG tests...base\n";
34 LOG tests...no base
48 LOG tests...base
H A Dabs.phpt2 Simple math tests
11 $tests = <<<TESTS
21 include(dirname(__FILE__) . '/../../../../tests/quicktester.inc');
/PHP-5.5/ext/ereg/regex/
H A Dsplit.c214 } tests[] = { variable
287 for (n = 0; tests[n].str != NULL; n++) { in regress()
288 (void) strcpy(buf, tests[n].str); in regress()
290 nf = split(buf, fields, RNF, tests[n].seps); in regress()
292 if (nf != tests[n].nf) { in regress()
294 tests[n].str, tests[n].seps, nf, tests[n].nf); in regress()
304 if (strcmp(f, tests[n].fi[i]) != 0) { in regress()
306 tests[n].str, tests[n].seps, in regress()
307 i, fields[i], tests[n].fi[i]); in regress()
/PHP-5.5/ext/mbstring/libmbfl/tests/
H A DMakefile.am1 SUBDIRS=conv_encoding.tests conv_kana.tests strwidth.tests strcut.tests
/PHP-5.5/ext/standard/tests/strings/
H A Dnumber_format_basic.phpt26 echo "\n-- number_format tests.....default --\n";
32 echo "\n-- number_format tests.....with two dp --\n";
38 echo "\n-- number_format tests.....English format --\n";
44 echo "\n-- number_format tests.....French format --\n";
54 -- number_format tests.....default --
68 -- number_format tests.....with two dp --
82 -- number_format tests.....English format --
96 -- number_format tests.....French format --
H A Dstrnatcmp_basic.phpt21 echo "Less than tests\n";
35 echo "Equal too tests\n";
39 echo "Greater than tests\n";
55 Less than tests
66 Equal too tests
69 Greater than tests
/PHP-5.5/ext/standard/tests/file/
H A Drealpath_variation-win32.phpt19 $filename = "$name_prefix/realpath_variation/home/tests/realpath_variation.tmp";
20 mkdir("$name_prefix/realpath_variation/home/tests/", 0777, true);
34 $obj1 = new object_temp("$name_prefix/realpath_variation/../././realpath_variation/home/tests/realp…
42 "$name_prefix////realpath_variation/home/tests/realpath_variation.tmp",
43 "$name_prefix/./realpath_variation/home/../home//tests//..//..//..//home//realpath_variation.tmp/"
73 unlink("$name_prefix/home/tests/realpath_variation.tmp");
74 rmdir("$name_prefix/home/tests/");
82 string(%d) "%s\realpath_variation\home\tests\realpath_variation.tmp"
86 string(%d) "%s\realpath_variation\home\tests\realpath_variation.tmp"
H A Dreadlink_realpath_variation2.phpt21 mkdir("$name_prefix/readlink_realpath_variation2/home/tests/link/", 0777, true);
23 $filename = "$name_prefix/readlink_realpath_variation2/home/tests/link/readlink_realpath_variation2…
29 …"$name_prefix////readlink_realpath_variation2/home/tests/link/readlink_realpath_variation2_link.tm…
30 …"$name_prefix/./readlink_realpath_variation2/home/../home//tests//..//..//..//home//readlink_realp…
64 unlink("$name_prefix/home/tests/link/readlink_realpath_variation2.tmp");
65 rmdir("$name_prefix/home/tests/link/");
66 rmdir("$name_prefix/home/tests/");
77 string(%d) "%s/readlink_realpath_variation2/home/tests/link/readlink_realpath_variation2.tmp"
78 string(%d) "%s/readlink_realpath_variation2/home/tests/link/readlink_realpath_variation2.tmp"
87 Warning: unlink(%s/./readlink_realpath_variation2/home/../home//tests//..//..//..//home//readlink_r…
[all …]
H A Dreadlink_realpath_variation1.phpt20 $filename = "$name_prefix/readlink_realpath_variation1/home/tests/link/readlink_realpath_variation1…
21 mkdir("$name_prefix/readlink_realpath_variation1/home/tests/link/", 0777, true);
69 unlink("$name_prefix/home/tests/link/readlink_realpath_variation1.tmp");
70 rmdir("$name_prefix/home/tests/link/");
71 rmdir("$name_prefix/home/tests/");
82 string(%d) "%s/readlink_realpath_variation1/home/tests/link/readlink_realpath_variation1.tmp"
83 string(%d) "%s/readlink_realpath_variation1/home/tests/link/readlink_realpath_variation1.tmp"
85 string(%d) "%s/readlink_realpath_variation1/home/tests/link/readlink_realpath_variation1.tmp"
86 string(%d) "%s/readlink_realpath_variation1/home/tests/link/readlink_realpath_variation1.tmp"
/PHP-5.5/ext/openssl/tests/
H A D011.phpt2 openssl_encrypt() and openssl_decrypt() tests
7 $data = "openssl_encrypt() and openssl_decrypt() tests";
29 string(45) "openssl_encrypt() and openssl_decrypt() tests"
30 string(45) "openssl_encrypt() and openssl_decrypt() tests"
31 string(45) "openssl_encrypt() and openssl_decrypt() tests"
/PHP-5.5/ext/soap/tests/soap12/
H A DT38_1.phpt11 <test:Unknown xmlns:test="http://example.org/ts-tests"
13 env:role="http://example.org/ts-tests/C">foo</test:Unknown>
14 <test:echoOk xmlns:test="http://example.org/ts-tests"
16 env:role="http://example.org/ts-tests/C">foo</test:echoOk>
26 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests"><env:Header><ns1:…
H A DT38_2.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
13 env:role="http://example.org/ts-tests/C">foo</test:echoOk>
14 <test:echoOk xmlns:test="http://example.org/ts-tests"
16 env:role="http://example.org/ts-tests/C">bar</test:echoOk>
26 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests"><env:Header><ns1:…
/PHP-5.5/ext/gmp/tests/
H A D001.phpt9 you can add regression tests for your extension here
12 text in the --EXPECT-- section below for the tests
16 see php5/tests/README for further information on
17 writing regression tests
/PHP-5.5/tests/
H A Dquicktester.inc3 Helper for simple tests to check return-value. Usage:
5 $tests = <<<TESTS
11 include( 'tests/quicktester.inc' );
19 $tests = explode("\n",$tests);
21 foreach ($tests as $n=>$test)
/PHP-5.5/ext/imap/tests/
H A DREADME2 Many of the tests in this directory require a mail server to be running, if there is no mail server…
4 To make the tests run parameters in the skipif.inc and imap_include.inc file will need to be change…
7 The tests have been checked using dovecot (on Linux 32 and 64 bit systems) and hMailServer on Windo…
9 …he tests can be run without modification with a fairly minimal dovecot installation. For informati…
/PHP-5.5/ext/date/tests/
H A DDateTime_compare_basic1.phpt27 echo "\n-- All the following tests should compare equal --\n";
39 echo "\n-- All the following tests should now compare NOT equal --\n";
44 echo "\n-- All the following tests should again compare equal --\n";
56 -- All the following tests should compare equal --
68 -- All the following tests should now compare NOT equal --
73 -- All the following tests should again compare equal --
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug41996.phpt7 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');
/PHP-5.5/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 …]

Completed in 44 milliseconds

12345678910>>...36