Commit Graph

644 Commits

Author SHA1 Message Date
Jani Taskinen
a5531c13fc - Fix bad section names (extra - in the end..) 2009-11-09 17:08:48 +00:00
Felipe Pena
1a750aabc0 - Fixed tests 2009-10-10 00:31:18 +00:00
Zoe Slattery
d4ba889aa4 More tests from 2009 testfest 2009-08-30 09:30:13 +00:00
Zoe Slattery
7effcd5f6c Test from 2009 testfest 2009-08-26 17:17:58 +00:00
Antony Dovgal
79e440aad1 fix test 2009-08-04 10:22:18 +00:00
Felipe Pena
0dccab1fa0 - Fixed bug #49042 (Patch for fixing tests/basic/022.phpt and 023.phpt)
patch by: mats dot lindh at gmail dot com
2009-07-24 00:36:58 +00:00
Zoe Slattery
ec97c3c3e3 Remove empty sections. Fix bad use of --SKIP-- 2009-07-21 14:02:24 +00:00
Zoe Slattery
199a181a2c Removing unnecessary SKIPIF sections 2009-07-18 13:44:15 +00:00
andy wharmby
46a0a90400 New lang tests. 2009-06-21 17:42:13 +00:00
andy wharmby
677b5edcdd New test for standard object compare handler. Tested on Windows, Linux and Linux 64 2009-06-17 19:15:18 +00:00
andy wharmby
e10b7e7553 New foreach tests. Tested on Windows, Linux and Linux 64 bit. 2009-06-17 19:07:15 +00:00
Robin Fernandes
eb9f2006cc Additional class related tests. 2009-06-17 10:38:24 +00:00
andy wharmby
d438cfd683 New test for bitwise operators. Tested on Linux 64 bit 2009-06-15 17:38:50 +00:00
andy wharmby
525416a241 New foreach tests. Tested on Windows, Linux and Linux 64 bit. 2009-06-14 14:17:46 +00:00
Robert Nicholson
d2a84e6b22 New tests for operators. These tests were auto generated to verify correctness for a number of significant values. The work was done by Dave Kelsey. 2009-06-08 11:53:55 +00:00
Robert Nicholson
d46dab70e8 New tests for foreach loops. These were written by another member of the Projectzero team. 2009-06-07 21:01:51 +00:00
Matt Wilmas
b412586e4f Changed error messages to use "cannot" instead of "can not" (meaning "also can") 2009-06-07 15:45:46 +00:00
Zoe Slattery
2e7fa6df39 Engine execution order tests 2009-06-01 13:00:43 +00:00
Etienne Kneuss
7c198fbb63 Add test for the timeout inside shutdown function 2009-05-31 21:32:20 +00:00
Zoe Slattery
533c6473f0 Engine execution order tests 2009-05-29 07:51:42 +00:00
Robert Nicholson
3cb550d1cd Language Tests: returnByReference 2009-05-27 22:33:25 +00:00
Jani Taskinen
c98a7f9a14 - Missed one line 2009-05-07 13:47:34 +00:00
Jani Taskinen
2a1fc332b5 - Fix test to actually test for the bug 2009-05-07 13:43:48 +00:00
Felipe Pena
f64b28702b - Fix test 2009-04-28 23:48:33 +00:00
Arnaud Le Blanc
34bb7e7112 Fixed tests (mostly MFB) 2009-04-25 21:12:23 +00:00
Sebastian Schürmann
ce8b1130a3 Initial commit 2009-04-25 18:50:52 +00:00
Sebastian Schürmann
ce35cb375a Initial commit 2009-04-25 18:42:13 +00:00
Robin Fernandes
6262bb4c3d Revert fix to bug #46903 as per http://marc.info/?l=php-internals&m=123476465621346&w=2 . 2009-02-18 16:42:56 +00:00
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