/PHP-5.6/ |
H A D | .gitattributes | 20 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 | .gitignore | 118 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 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 | 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 86 ext/myext/tests/myext.log - log of test execution (L) 87 ext/myext/tests/myext.exp - expected output (E) [all …]
|
/PHP-5.6/ext/openssl/tests/ |
H A D | bug54992.phpt | 15 $ openssl genrsa -out ./ext/openssl/tests/bug54992-ca.key 4096 19 -out ext/openssl/tests/bug54992-ca.pem \ 24 $ openssl rsa -in ext/openssl/tests/bug54992.pem > ext/openssl/tests/bug54992.key 27 …ssl x509 -x509toreq -in ext/openssl/tests/bug54992.pem -out ext/openssl/tests/bug54992.csr -signke… 30 $ openssl x509 -CA ext/openssl/tests/bug54992-ca.pem \ 32 -CAkey ./ext/openssl/tests/bug54992-ca.key \ 34 -in ext/openssl/tests/bug54992.csr \ 37 -out ./ext/openssl/tests/bug54992.pem 40 $ cat ext/openssl/tests/bug54992.key >> ext/openssl/tests/bug54992.pem\ 45 1. ext/openssl/tests/bug65538_003.phpt [all …]
|
H A D | openssl_decrypt_basic.phpt | 2 openssl_decrypt() tests dependent on openssl_encrypt 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.6/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.6/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 | number_format_multichar.phpt | 18 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 D | pow-operator.phpt | 2 Various pow() tests 9 $tests = <<<TESTS 18 include(dirname(__FILE__) . '/../../../../tests/quicktester.inc');
|
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.6/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.6/ext/mbstring/libmbfl/tests/ |
H A D | Makefile.am | 1 SUBDIRS=conv_encoding.tests conv_kana.tests strwidth.tests strcut.tests
|
/PHP-5.6/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.6/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.6/ext/soap/tests/soap12/ |
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:…
|
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:…
|
/PHP-5.6/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.6/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.6/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.6/ext/ |
H A D | ext_skel | 128 dnl Write more examples of tests here... 220 run-tests.php 221 tests/*/*.diff 222 tests/*/*.out 223 tests/*/*.php 224 tests/*/*.exp 225 tests/*/*.log 226 tests/*/*.sh 277 mkdir tests || givup "Cannot create tests directory" 278 chmod 755 tests [all …]
|