Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 25 of 936) sorted by path

12345678910>>...38

/PHP-5.6/
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 D.travis.yml56 # Run PHPs run-tests.php
58 …- ./sapi/cli/php run-tests.php -p `pwd`/sapi/cli/php -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --offline…
59 - ./sapi/cli/php sapi/phpdbg/tests/run-tests.php -diff2stdout --phpdbg sapi/phpdbg/phpdbg
H A DCODING_STANDARDS232 1. Extensions should be well tested using *.phpt tests. Read about that
H A DMakefile.global104 …$(PHP_EXECUTABLE) -n -c $(top_builddir)/tmp-php.ini $(PHP_TEST_SETTINGS) $(top_srcdir)/run-tests.p…
H A DNEWS4173 . Added --offline option for tests. (Remi)
4527 . Fixed bug #61617 (Libxml tests failed(ht is already destroyed)).
4862 . Fixed bug #60825 (Segfault when running symfony 2 tests).
5072 . Introducing unit tests for extension with ~full coverage.
5219 . Fixed bug #60825 (Segfault when running symfony 2 tests).
5254 . Fixed bug #61617 (Libxml tests failed(ht is already destroyed)).
6257 . Fixed bug #51008 (Zend/tests/bug45877.phpt fails). (Dmitry)
7708 - Fixed bug #47816 (pcntl tests failing on NetBSD). (Matteo)
11073 strtotime() / date() tests). (Derick)
H A DREADME.RELEASE_PROCESS14 3. Ensure that the tests on Travis CI are green.
61 2. Check the tests at https://travis-ci.org/php/php-src/builds
159 3. Commit those changes. Ensure the tests at https://travis-ci.org/php/php-src/builds are
H A DREADME.SUBMITTING_PATCH8 build, debug and begin submitting PHP or PECL code, tests or
143 important for the stability and maintainability of PHP that tests are
164 running your PHP tests.
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 …]
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 …]
/PHP-5.6/Zend/tests/
H A D001.phpt2 func_num_args() tests
H A D002.phpt2 func_get_arg() tests
H A D003.phpt2 func_get_args() tests
H A D004.phpt2 strncmp() tests
H A D005.phpt2 strcasecmp() tests
H A D006.phpt2 strncasecmp() tests
H A D007.phpt2 each() tests
H A D008.phpt2 define() tests
H A D009.phpt2 get_class() tests
H A D010.phpt2 get_parent_class() tests
H A D011.phpt2 property_exists() tests
H A D012.phpt2 class_exists() tests
H A D013.phpt2 interface_exists() tests
H A D014.phpt2 get_included_files() tests
H A D015.phpt2 trigger_error() tests

Completed in 66 milliseconds

12345678910>>...38