1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00
Commit Graph

616 Commits

Author SHA1 Message Date
Dave Kelsey a6de366518 fixed subtle bugs regarding attempting to chdir, plus cleanup issues. improved tempnam test, removed hardcoded line number. tested on windows, linux and linux 64bit. 2009-01-22 07:57:04 +00:00
Antony Dovgal eeffb5ee30 fix test 2009-01-07 22:12:02 +00:00
Felipe Pena d23d2f358c - Fixed tests 2009-01-05 17:53:53 +00:00
Robin Fernandes 7c8f0cf3d8 Fix bugs #46900 and #46903. 2008-12-28 19:50:58 +00:00
Robin Fernandes 1355a8f433 Additional output buffering tests. 2008-12-18 15:20:47 +00:00
Johannes Schlüter 1095c62869 Fix tests 2008-12-12 21:20:44 +00:00
Arnaud Le Blanc 8fcb0ad2a1 fixed test 2008-12-09 22:53:25 +00:00
Jani Taskinen d91b923c7d - Better descriptions for these tests 2008-12-09 16:05:33 +00:00
Jani Taskinen 0b5a2208b6 - Fix tests (apparently whoever wrote this crap never tested these properly) 2008-12-09 15:44:09 +00:00
Jani Taskinen 14ee304dae - fix tests 2008-12-09 15:18:04 +00:00
Robin Fernandes 5e33549e0d Add some class related tests, fix hard-coded object ID in serialize_001.phpt. 2008-12-05 22:12:04 +00:00
Ant Phillips 54fe780817 Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:42:21 +00:00
Sean Coates b2e1b180eb (MFB because I'm a bad person) test to ensure that ArrayObject can act as an array 2008-11-10 19:22:11 +00:00
Hannes Magnusson c51de0e7c5 Improve test and remove the temporary session file created by the skipif
check
2008-10-27 14:25:18 +00:00
Arnaud Le Blanc afa5475020 Fix test 2008-09-10 11:12:12 +00:00
Arnaud Le Blanc c6ad8c3079 Added tests for rfc1867 post handler 2008-09-08 09:24:45 +00:00
Johannes Schlüter c868694dee - The exact error message might differ (it's "Not owner" on Solaris) 2008-09-07 22:33:38 +00:00
Dmitry Stogov e8894b43e6 Fixed Bug #43958 (class name added into the error message) 2008-09-02 09:46:00 +00:00
Arnaud Le Blanc 9881ae9834 Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit). 2008-08-18 04:07:54 +00:00
Jani Taskinen 6e7c08b75e - Fix test to use same path as test is as session.save_path to prevent
permission errors.
2008-08-14 21:53:53 +00:00
Arnaud Le Blanc 0ea8978235 Check the relevant path for open_basedir in symlink() 2008-08-11 15:29:06 +00:00
Dmitry Stogov ef5f3cfdf2 . Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt)
. Improved syntax highlighting and consistency for variables in double-quoted strings and literal text in HEREDOCs and backticks. (Matt)
. Optimized interpolated strings to use one less opcode. (Matt)
2008-07-26 15:31:38 +00:00
Lars Strojny 817546a99f Fixing tests broken by the introduction E_USER_DEPRECATED 2008-07-21 22:06:01 +00:00
Lars Strojny bc58c00c00 Merging from 5_3 2008-07-15 08:47:23 +00:00
Nuno Lopes 7f33da9ea5 add new tests 2008-07-08 14:39:13 +00:00
Nuno Lopes 66e5e7f498 uhm, forgot to commit this one 2008-07-06 16:43:36 +00:00
Nuno Lopes 3ba96e04ed add 2008-07-06 15:40:39 +00:00
Antony Dovgal ecbecbc60b remove 8 years old tests (not used anyway) 2008-06-11 22:36:05 +00:00
Antony Dovgal e96cce5eca fix test 2008-06-09 09:25:56 +00:00
Rob Richards 493ae2ea9d fix test 2008-06-05 08:29:09 +00:00
Felipe Pena 15ec44e0bd - Fixed bug #44769 (declaring private magic methods should throw error) 2008-06-03 13:55:47 +00:00
Steph Fox 10c04aca38 - killed off UEXPECT 2008-05-26 15:52:06 +00:00
Ant Phillips b6c0148fc0 Collect all the open_basedir security tests into one place 2008-05-09 08:44:44 +00:00
Steve Seear da3c0d3904 Adding language tests. 2008-03-19 18:06:22 +00:00
Steve Seear 07fb7b6377 Added some class tests; Replaced some hardcoded instance ids with %d. 2008-03-19 17:56:08 +00:00
Antony Dovgal 147967fd66 fix test 2008-03-19 14:00:47 +00:00
Antony Dovgal 42120518c1 fix tests 2008-03-17 14:59:16 +00:00
David Coallier 6f041a57b9 - MFB. Ok to fail on OSX. Patch from scoates 2008-03-08 19:05:48 +00:00
Felipe Pena 40af7d8db4 Fix tests (removed space on error message "Undefined index: ...") 2008-03-08 13:01:41 +00:00
Robin Fernandes f0acfb157d Add new tests for class/object functions and features. 2008-03-06 11:07:29 +00:00
Dmitry Stogov 5a2e02b084 Fixed wrong result of cascading assignment to string offset 2008-03-04 10:07:28 +00:00
Robin Fernandes 0188a097cc Remove inconsistent behaviour when a protected static prop is overridden by public static prop (details: http://turl.ca/phhhf ). 2008-03-03 14:24:11 +00:00
Felipe Pena 2e057d7013 Fixed tests 2008-02-26 16:52:10 +00:00
Felipe Pena 8c3f599f32 Fix the fix 2008-02-24 14:22:44 +00:00
Felipe Pena 9694b3476e Fix test 2008-02-24 14:18:35 +00:00
Felipe Pena ecd1fe0b39 Fixed tests (new error message - E_DEPRECATED) 2008-02-24 13:10:33 +00:00
Felipe Pena 2e893877af Fixed tests 2008-02-24 12:42:16 +00:00
Marcus Boerger 6b58678c63 - Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus) 2008-02-23 17:03:53 +00:00
Nuno Lopes 1b7f72e555 MFB: add new test 2008-02-08 13:49:53 +00:00
Felipe Pena 5b335a2ff0 Fix tests (new error message) 2008-02-04 13:56:50 +00:00