Home
last modified time | relevance | path

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

12345678910>>...39

/PHP-7.0/
H A D.appveyor.yml27 # ext and env setup for tests
H A D.gitattributes19 run-tests.php ident
30 /ext/dom/tests/bug40836.phpt -crlf
31 /ext/dom/tests/domelement.phpt -crlf
32 /ext/iconv/tests/iconv004.phpt -crlf
39 /ext/phar/tests/security.phpt -crlf
139 /ext/tidy/tests/009.phpt -crlf
140 /ext/tidy/tests/013.phpt -crlf
141 /ext/tidy/tests/021.phpt -crlf
161 /ext/zlib/tests/008.phpt -crlf
167 /sapi/cli/tests/006.phpt -crlf
[all …]
H A D.gitignore119 tests/*/*.diff
120 tests/*/*.out
121 tests/*/*.php
122 tests/*/*.exp
123 tests/*/*.log
124 tests/*/*.sh
132 */tests/*.out
133 */tests/*.php
134 */tests/*.exp
135 */tests/*.log
[all …]
H A D.travis.yml59 # Run PHPs run-tests.php
61 …- ./sapi/cli/php run-tests.php -p `pwd`/sapi/cli/php $(if [ $ENABLE_DEBUG == 1 ]; then echo "-d op…
H A DCODING_STANDARDS234 1. Extensions should be well tested using *.phpt tests. Read about that
H A DCONTRIBUTING.md11 PHP welcomes pull requests to [add tests](#writing-tests), fix bugs and to
12 implement RFCs. Please be sure to include tests as appropriate!
44 ## Writing tests
46 We love getting new tests! PHP is a huge project and improving code coverage is
H A DMakefile.global104 …$(PHP_EXECUTABLE) -n -c $(top_builddir)/tmp-php.ini $(PHP_TEST_SETTINGS) $(top_srcdir)/run-tests.p…
H A DNEWS201 . Fixed bug #75042 (run-tests.php issues with EXTENSION block). (John Boehr)
1818 . Fixed bug #71659 (segmentation fault in pcre running twig tests).
2029 . Fixed bug #70781 (Extension tests fail on dynamic ext dependency).
2200 . Fixed bug #70249 (Segmentation fault while running PHPUnit tests on
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
162 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
144 important for the stability and maintainability of PHP that tests are
165 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-7.0/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

Completed in 107 milliseconds

12345678910>>...39