summaryrefslogtreecommitdiff
path: root/tests/basic
Commit message (Collapse)AuthorAgeFilesLines
* Ensure timeout tests wait for the entire specified durationSteven Hilder2015-09-291-2/+2
|
* Fix Typos: exteption -> exceptionNiklas Keller2015-08-262-2/+2
|
* Merge context sensitive lexer RFCBob Weinand2015-05-252-32/+0
|\
| * add tests for semi reserved words and remove obsolete onesMárcio Almada2015-04-302-32/+0
| |
* | Tweak uncaught exception message displayNikita Popov2015-05-171-1/+1
|/ | | | | | | | | | | | | This implements a reduced variant of #1226 with just the following change: -Fatal error: Uncaught exception 'EngineException' with message 'Call to private method foo::bar() from context ''' in %s:%d +Fatal error: Uncaught EngineException: Call to private method foo::bar() from context '' in %s:%d The '' wrapper around messages is very weird if the exception message itself contains ''. Futhermore having the message wrapped in '' doesn't work for the "and defined" suffix of TypeExceptions.
* use default test timeoutAnatol Belski2015-03-1611-11/+0
|
* test fixes + added skipif for slow testsAnatol Belski2015-03-1612-26/+63
|
* use busy sleep instead of sleep() for timeout testsAnatol Belski2015-03-1612-12/+44
|
* test timeout with shutdown function, variationAnatol Belski2015-03-161-0/+21
|
* test timeout with shutdown functionAnatol Belski2015-03-161-0/+21
|
* test timeout with foreach loopAnatol Belski2015-03-161-0/+18
|
* test timeout with for loopAnatol Belski2015-03-161-0/+18
|
* test timeout with exception variationAnatol Belski2015-03-161-0/+24
|
* test timeout with exceptionAnatol Belski2015-03-161-0/+20
|
* fix timeout with cal_user_funcAnatol Belski2015-03-161-0/+21
|
* test timeout within eval()Anatol Belski2015-03-161-0/+20
|
* test timeout with array_walkAnatol Belski2015-03-161-0/+22
|
* test timeout within functionAnatol Belski2015-03-161-0/+21
|
* test timeout within while loopAnatol Belski2015-03-161-0/+18
|
* Merge branch 'PHP-5.6'Yasuo Ohgaki2015-02-032-7/+34
|\ | | | | | | | | | | | | | | | | * PHP-5.6: Fixed Bug #67988 htmlspecialchars() does not respect default_charset specified by ini_set. Conflicts: main/main.c tests/basic/encoding.phpt
| * Fixed Bug #67988 htmlspecialchars() does not respect default_charset ↵Yasuo Ohgaki2015-02-032-7/+34
| | | | | | | | specified by ini_set.
| * The test output is dependent on expose_php iniRasmus Lerdorf2014-07-141-0/+1
| |
| * XFAIL-- for bug #67198Michael Wallner2014-05-061-2/+0
| |
* | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-211-1/+1
| |
* | The test output is dependent on expose_php iniRasmus Lerdorf2014-07-111-0/+1
| |
* | XFAIL-- for bug #67198Michael Wallner2014-05-061-2/+0
| |
* | Merge branch 'PHP-5.6'Ferenc Kovacs2014-05-051-0/+44
|\ \ | |/ | | | | | | * PHP-5.6: test for bug #67198
| * test for bug #67198Ferenc Kovacs2014-05-051-0/+44
| |
* | Merge branch 'PHP-5.6'Yasuo Ohgaki2014-02-131-0/+39
|\ \ | |/ | | | | | | * PHP-5.6: Implement RFC https://wiki.php.net/rfc/default_encoding
| * Implement RFC https://wiki.php.net/rfc/default_encodingYasuo Ohgaki2014-02-131-0/+39
| |
| * Add E_DEPRECATED when populating $HTTP_RAW_POST_DATAMichael Wallner2013-12-302-0/+6
| |
| * fix type; add tests for -1Michael Wallner2013-12-302-0/+45
| |
| * re-introduce always_populate_raw_post_dataMichael Wallner2013-12-302-0/+43
|/
* testsMichael Wallner2013-09-106-0/+310
|
* slim post dataMichael Wallner2013-08-272-43/+0
|
* typo fixesVeres Lajos2013-07-151-1/+1
|
* Adding sys_get_temp_dir() test specific for Windows.Matt Ficken2013-04-252-0/+19
| | | | | | | | | | sys_get_temp_dir() returns a Windows-style path (\\ instead of /) on Windows. This is why a Windows specific test is required. Skipping req60524.phpt on Windows. Adding -win32 fork for use only on Windows. Fixes test bug #64396.
* Implemented Feature #60524 (sys_temp_dir)ALeX Kazik2013-01-281-0/+8
| | | | | | | | | | | | Added a new configuration directive which allows it to change the temporary directory, the default behavior is unchanged. This is a useful option if you use all/some hosts inside of one .ini file with sections and want to change the temp dir per user (maybe it's not allowed to write outside the users home directory). Since the TMPDIR variable affects the whole php that way can not be used for this scenario. (see https://bugs.php.net/bug.php?id=60524)
* Merge branch 'PHP-5.4'Xinchen Hui2012-10-101-0/+0
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
| |\
| | * Remove executable permission on phptXinchen Hui2012-10-101-0/+0
| | |
| | * Fix bug #62109 tests\basic\bug46313-win.phpt failsAnatoliy Belsky2012-05-221-7/+8
| | |
* | | Removed Logo GUIDs and replaced with Data URIs and div hidden with JSAndrew Faulds2012-07-144-48/+0
|/ / | | | | | | | | | | | | | | | | | | | | - removed php_logo_guid() - removed php_egg_logo_guid() - removed php_real_logo_guid() - removed zend_logo_guid() - removed logo GUID handling - removed logo GUIDs from source - added logo data URIs instead for phpinfo() - added credits to phpinfo() page, but hidden by default
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-161-0/+1
|\ \ | |/ | | | | | | * PHP-5.3: Fix bug 61716 tests\basic\021.phpt fails
| * Fix bug 61716 tests\basic\021.phpt failsAnatoliy Belsky2012-04-161-0/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-161-1/+2
|\ \ | |/ | | | | | | * PHP-5.3: Fix bug 61683 tests\basic\bug20539.phpt fails
| * Fix bug 61683 tests\basic\bug20539.phpt failsAnatoliy Belsky2012-04-161-1/+2
| |
| * Fixed bug #61043: Regression in magic_quotes_gpc fix (CVE-2012-0831)Gustavo André dos Santos Lopes2012-03-211-0/+11
| |\ | | | | | | | | | | | | | | | Merge commit 'refs/pull/12/head' of git://github.com/php/php-src into 5.3 Signed-off-by: Gustavo André dos Santos Lopes <cataphract@php.net>
| | * Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831)Ondřej Surý2012-03-211-0/+10
| | |
| * | - add test for bug #55000 and #54374Pierre Joye2012-03-211-0/+68
| |/