summaryrefslogtreecommitdiff
path: root/tests/func
Commit message (Collapse)AuthorAgeFilesLines
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-092-0/+2
| | | | Closes GH-5958
* Display errors in shutdown function timeout testNikita Popov2020-05-121-4/+3
|
* Reindent phpt filesNikita Popov2020-02-034-21/+21
|
* Cleanup of remaining E_STRICT in testsGeorge Peter Banyard2019-07-232-4/+4
|
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-3/+3
|
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-154-4/+0
| | | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines in all *.phpt sections. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
* Trim trailing whitespace in testsGabriel Caruso2018-10-146-9/+9
|
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
| | | | EXPECTF logic in run-tests.php is considerable, so let's avoid it.
* Update stack size in tests/func/010.phptNikita Popov2014-02-261-1/+1
| | | | | Stack size is 16K nowadays. Now the test takes a more reasonable amount of time to run...
* Added XOR support for expressions in INI parserDejan Marjanovic2013-03-272-0/+20
|
* These are annoyingly slowHannes Magnusson2011-06-232-0/+8
|
* More tests from 2009 testfestZoe Slattery2009-08-302-31/+0
|
* Test from 2009 testfestZoe Slattery2009-08-262-0/+31
|
* Move tests to correct directoryandy wharmby2009-06-156-1186/+0
|
* New foreach tests. Tested on Windows, Linux and Linux 64 bit.andy wharmby2009-06-146-0/+1186
|
* - initial ciSebastian Schürmann2009-04-251-0/+19
| | | | | - basic test for ini_alter
* add new test to test function with many arguments (i.e. test the new stack ↵Nuno Lopes2008-02-081-0/+73
| | | | | | | implementation) this increases the converage of zend_execute.h by 18%
* Get rid of some yucky past, and reenable these testsZeev Suraski2004-02-113-22/+23
|
* MFB, removed unused GET/POST entriesfoobar2003-01-246-13/+0
|
* Added test for bug: #21513foobar2003-01-231-0/+30
|
* - Adjust tests for removed old_function() in Zend Engine 2Derick Rethans2002-11-233-6/+6
|
* Test result depends on these ini settingsMarcus Boerger2002-10-221-2/+5
|
* - Fix descriptionsDerick Rethans2002-10-032-2/+2
|
* - Add testsDerick Rethans2002-10-032-0/+36
|
* Improve test to show output bufferring bypass bug clearly.Yasuo Ohgaki2002-10-021-3/+5
|
* Fix the levels. (php.ini-dist has output_buffering OFF)foobar2002-08-011-1/+1
|
* Added ini_set()/ini_get()/ini_restore() testYasuo Ohgaki2002-04-031-0/+24
|
* - added basic output buffering testsJan Lehnardt2002-03-241-0/+21
|
* @PHP 3 regression testing framework re-born (Stig)Stig Bakken2000-08-275-0/+406
Took the old PHP 3 regression testing framework and rewrote it in PHP. Should work on both Windows and UNIX, however I have not tested it on Windows. See tests/README for how to write tests. Added the PHP 3 tests and converted most of them.