Home
last modified time | relevance | path

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

12345678910>>...39

/PHP-7.4/
H A D.appveyor.yml28 # ext and env setup for tests
H A D.gitattributes8 /run-tests.php ident
H A D.gitignore175 /ext/*/run-tests.php
221 # Generated by `./run-tests.php` upon failure
222 **/tests/**/*.diff
223 **/tests/**/*.out*
224 **/tests/**/*.php
225 **/tests/**/*.exp
226 **/tests/**/*.log
227 **/tests/**/*.sh
230 **/tests/**/*.db
233 /ext/pdo_odbc/tests/*.mdb
[all …]
H A D.travis.yml93 # Run PHPs run-tests.php
97 …- ./sapi/cli/php run-tests.php -P -d extension=`pwd`/modules/zend_test.so $(if [ $ENABLE_DEBUG == …
H A DCODING_STANDARDS.md272 1. Extensions should be well tested using `*.phpt` tests. Read about that at
H A DCONTRIBUTING.md9 PHP or PECL code, tests or documentation. Once you've followed this guide and
17 * [Writing tests](#writing-tests)
31 PHP welcomes pull requests to [add tests](#writing-tests), fix bugs and to
32 implement RFCs. Please be sure to include tests as appropriate!
86 ## Writing tests
88 We love getting new tests! PHP is a huge project and improving code coverage is
94 It is important for the stability and maintainability of PHP that tests are
99 extensively tested, and additional tests only complicate future modifications.
101 For newly created tests, a `--CREDITS--` section should no longer be included,
219 ├─ tests/ # Core features tests
[all …]
H A DNEWS910 . Fixed bug #79336 (ext/exif/tests/bug79046.phpt fails on Big endian arch).
2806 . Implemented FR #62055 (Make run-tests.php support --CGI-- sections). (cmb)
H A DREADME.md65 It is possible to run tests using multiple cores by setting `-jN` in
/PHP-7.4/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
H A D017.phpt2 builtin functions tests
H A D018.phpt2 constant() tests

Completed in 38 milliseconds

12345678910>>...39