1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00
Commit Graph

311 Commits

Author SHA1 Message Date
Josie Messa c5d7128a34 - changed UEXPECTF section 2008-02-19 09:37:50 +00:00
Felipe Pena b62f4b4684 Fix test 2008-02-17 01:21:15 +00:00
Felipe Pena 74b3151540 Fix tests 2008-02-15 16:55:11 +00:00
Josie Messa 5c62735f17 - New tests for rsort() function 2008-02-15 16:04:35 +00:00
Antony Dovgal 82df944f6a more cosmetics 2008-02-15 09:35:47 +00:00
Josie Messa c1e7564369 - New tests for count() function 2008-02-14 16:48:27 +00:00
Ilia Alshanetsky a2e7675cb4 MFB: Fixed test on 64bit machines 2008-02-14 16:30:10 +00:00
Josie Messa 67a7756d86 - New variation test for array_values() 2008-02-14 16:09:18 +00:00
Josie Messa c1e188bb80 - New tests for array_values() function 2008-02-14 14:20:51 +00:00
Felipe Pena 3531b3ff5f New test 2008-02-14 13:51:15 +00:00
Josie Messa fab35b7748 - New tests for array_slice() function 2008-02-14 11:13:56 +00:00
Josie Messa e100d53bff - New tests for array_shift() function 2008-02-13 16:40:42 +00:00
Josie Messa af9f6b3938 - New tests for array_push() function 2008-02-13 16:14:02 +00:00
Josie Messa 54731fea32 - committing tests for array_merge() function 2008-02-13 14:19:37 +00:00
Josie Messa b12ed7908d - committig tests for array_key_exists() function 2008-02-13 13:12:06 +00:00
Josie Messa 3d0c36cc39 - committing array_change_key_case variation tests 2008-02-12 17:45:47 +00:00
Felipe Pena 1573f8c01c New test 2008-02-12 01:21:29 +00:00
Ilia Alshanetsky 95cd0deab0 MFB:Fixed test on 64bit machines 2008-02-11 16:23:25 +00:00
Felipe Pena 8b4f61cf00 Fix test (UEXPECTF) 2008-02-11 15:46:51 +00:00
Marcus Boerger 4ad89748c3 - Fix missing check and tests 2008-02-06 20:39:54 +00:00
Robert Nicholson 8f6de4aada - fix arsort_variation3.phpt which was missing its EXPECT section 2008-02-05 11:20:28 +00:00
Felipe Pena 421295b52e Fix tests 2008-02-04 15:43:09 +00:00
Felipe Pena ac99835507 Fix tests (new error message) 2008-02-04 15:22:08 +00:00
Felipe Pena 1348f95d20 Fix tests (new error message) 2008-02-04 13:08:27 +00:00
Felipe Pena 76dab1562f Fix tests (new error message) 2008-02-04 12:37:15 +00:00
Robert Nicholson caea756765 - added some new tests for arsort 2008-02-04 00:06:54 +00:00
Marcus Boerger 0034d47f09 - Fix tests 2008-02-02 13:33:21 +00:00
Dmitry Stogov 5d1e742056 Fixed bug #43505 (Assign by reference bug) 2008-01-29 10:45:19 +00:00
Robert Nicholson 566fa19dec - update compact_variation1.phpt to take into account fix for bug #29044 2008-01-29 08:49:11 +00:00
Robert Nicholson 4726a6f2bc - Add a basic test for array_shuffle() 2008-01-25 00:33:00 +00:00
Robert Nicholson 38c322d3db - add some basic tests for array diff and intersection functions 2008-01-25 00:17:34 +00:00
Robert Nicholson 0cf88073f0 - New tests for compact()
# compact_variation1.phpt will fail until bug #29044 is fixed
2008-01-24 14:50:18 +00:00
Antony Dovgal 346867aaf8 fix test 2008-01-23 11:38:31 +00:00
Brian Shire e643a40051 Fix bug #42850 array_walk_recursive() leaves references, refix bug #34982 2008-01-14 22:08:00 +00:00
Raghubansh Kumar acf19e9265 New testcases for array_diff_assoc() function 2008-01-04 13:59:44 +00:00
Raghubansh Kumar 9e3069cea5 New testcases for array_diff() function 2008-01-04 13:59:18 +00:00
Raghubansh Kumar aa337c4bfc this testcase has been split into many smaller testcases and committed. 2008-01-03 09:38:43 +00:00
Raghubansh Kumar 7a038912b0 New smaller testcases for array_map() function 2008-01-03 09:35:11 +00:00
Dmitry Stogov 306a73677e Fixed test 2007-12-21 09:42:07 +00:00
Robert Nicholson c142564b00 new tests for array_map usage variations - string keys and references 2007-12-20 11:18:08 +00:00
Derick Rethans b5629cb468 - Fixed var_export() for array keys
- Fixed broken explode() test
2007-12-18 10:53:25 +00:00
Raghubansh Kumar 73c041ee8c fix tests 2007-12-17 13:00:52 +00:00
Dmitry Stogov 9c024a30a5 Fixed bug #42868 (Floats cast to integer droduce unpredicatable results). (Zoe Slattery) 2007-12-17 11:06:43 +00:00
Dmitry Stogov 96a21b31d6 Fixed test 2007-12-13 07:57:52 +00:00
Raghubansh Kumar 65cf3fc3e1 New testcases for array_walk_recursive() function 2007-12-11 10:43:28 +00:00
Raghubansh Kumar 2e4deb0422 delete because there are two smaller testcases for this 2007-12-11 10:42:56 +00:00
Raghubansh Kumar 9193d93440 New testcases for array_walk() function 2007-12-11 10:40:23 +00:00
Raghubansh Kumar c958bf2b10 New testcases for array_merge_recursive() function 2007-12-11 09:04:49 +00:00
Jani Taskinen b6a2755df3 - Fixed bug #43541 (array_slice() length parameter messed up) 2007-12-11 08:30:46 +00:00
Raghubansh Kumar 775292518f new testcases for array_unique() function 2007-12-09 14:38:48 +00:00