/PHP-5.3/ |
H A D | .gitattributes | 20 run-tests.php ident 26 /ext/bz2/tests/005.phpt -crlf 27 /ext/dom/tests/dom005.phpt -crlf 29 /ext/ereg/tests/009.phpt -crlf 35 /ext/phar/tests/005.phpt -crlf 137 /ext/tidy/tests/010.phpt -crlf 138 /ext/tidy/tests/012.phpt -crlf 139 /ext/tidy/tests/025.phpt -crlf 140 /ext/tidy/tests/030.phpt -crlf 159 /ext/zlib/tests/005.phpt -crlf [all …]
|
H A D | .gitignore | 112 tests/*/*.diff 113 tests/*/*.out 114 tests/*/*.php 115 tests/*/*.exp 116 tests/*/*.log 117 tests/*/*.sh 119 */tests/*.out 120 */tests/*.php 121 */tests/*.exp 122 */tests/*.log [all …]
|
H A D | README.TESTING2 | 4 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 D | README.TESTING | 3 Failed tests usualy indicate a problem with your local system setup 20 "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 87 ext/myext/tests/myext.exp - expected output (E) [all …]
|
/PHP-5.3/ext/mbstring/libmbfl/ |
H A D | configure.in | 44 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.3/ext/standard/tests/math/ |
H A D | number_format_basic.phpt | 18 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 D | log_basic.phpt | 20 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 D | abs.phpt | 2 Simple math tests 11 $tests = <<<TESTS 21 include(dirname(__FILE__) . '/../../../../tests/quicktester.inc');
|
/PHP-5.3/ext/ereg/regex/ |
H A D | split.c | 214 } 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.3/ext/mbstring/libmbfl/tests/ |
H A D | Makefile.am | 1 SUBDIRS=conv_encoding.tests conv_kana.tests strwidth.tests strcut.tests
|
/PHP-5.3/ext/standard/tests/strings/ |
H A D | number_format_basic.phpt | 26 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 D | strnatcmp_basic.phpt | 21 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.3/ext/standard/tests/file/ |
H A D | realpath_variation-win32.phpt | 19 $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 D | readlink_realpath_variation2.phpt | 21 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 D | readlink_realpath_variation1.phpt | 20 $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.3/ext/soap/tests/soap12/ |
H A D | T38_1.phpt | 11 <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 D | T38_2.phpt | 11 <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.3/ext/gmp/tests/ |
H A D | 001.phpt | 9 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.3/tests/ |
H A D | quicktester.inc | 3 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.3/ext/openssl/tests/ |
H A D | 011.phpt | 2 openssl_encrypt() and openssl_decrypt() tests 7 $data = "openssl_encrypt() and openssl_decrypt() tests"; 24 string(45) "openssl_encrypt() and openssl_decrypt() tests" 25 string(45) "openssl_encrypt() and openssl_decrypt() tests"
|
/PHP-5.3/ext/imap/tests/ |
H A D | README | 2 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.3/tests/strings/ |
H A D | 001.phpt | 71 $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-5.3/ext/date/tests/ |
H A D | DateTime_compare_basic1.phpt | 27 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.3/ext/pdo_oci/tests/ |
H A D | bug41996.phpt | 7 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.3/ext/skeleton/tests/ |
H A D | 001.phpt | 9 you can add regression tests for your extension here 12 text in the --EXPECT-- section below for the tests 17 writing regression tests
|