summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory ↵Dmitry Stogov2010-06-111-0/+23
| | | | issues)
* - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection)Felipe Pena2010-04-024-133/+11
|
* proper fix for bug #50006Stanislav Malyshev2009-11-292-0/+58
| | | | | add modify protection to all user array sorts
* - Fixed bug #50006 (Segfault caused by uksort()) [5_2 only]Felipe Pena2009-11-011-0/+29
|
* More tests from 2009 testfestZoe Slattery2009-08-281-0/+23
|
* Test from 2009 testfestZoe Slattery2009-08-263-0/+102
|
* fix crash when unexpectedly passed by-ref parameter is modifiedStanislav Malyshev2009-08-181-0/+21
|
* Fix bug #49003 by tweaking the fix to bug #44929 slightly. Rasmus Lerdorf2009-07-211-2/+6
| | | | | | A 0 followed by any punctuation is now significant instead of just 0's in front of a period.
* Remove empty sections. Fix bad use of --SKIP--Zoe Slattery2009-07-211-1/+0
|
* fix tests corrupted by svn's eol-style=nativeAlexey Zakhlestin2009-07-1516-126/+63
|
* Basic test for max() on 64 bit platforms. Tested on Linux 64 bitandy wharmby2009-06-292-0/+70
|
* MFH: Fixed bug #47836 (array operator [] inconsistency when the array has ↵Matt Wilmas2009-06-071-24/+5
| | | | | | | PHP_INT_MAX index value) Also simplified related array_push() test
* MFH: New array_multisort() test (Simon Westcott)Christopher Jones2009-05-151-0/+21
|
* Add test for #48224Etienne Kneuss2009-05-101-0/+15
|
* - Fix test cleanupJani Taskinen2009-04-261-6/+8
|
* Don't strip leading zeros on floating point numbersRasmus Lerdorf2009-04-091-2/+2
| | | | | And fix the test case
* Fixed bug #44929 - Better handling of leading zerosRasmus Lerdorf2009-04-081-0/+31
|
* splitting array_chunk into smaller testsZoe Slattery2009-02-1426-5312/+5544
|
* MFH: fix testAntony Dovgal2009-01-071-0/+2
|
* Revert to the previous version for these tests as they were overwritten by ↵Ant Phillips2008-12-304-230/+62
| | | | mistake (checked on Windows but not on Linux... so the six skipped tests may not work correctly... but they should be ok and I'll watch the test results).
* MFH: Fixed bug #46873 (extract($foo) crashes if $foo['foo'] exists)Arnaud Le Blanc2008-12-271-0/+12
|
* - Errr, that is 32bit. and cosmeticFelipe Pena2008-12-252-2/+4
|
* - Fix tests for different platformsFelipe Pena2008-12-252-1/+13
|
* - Fix testFelipe Pena2008-12-251-49/+48
|
* MFHAndrei Zmievski2008-12-135-55/+56
|
* Remove duff comment produced by the test generator toolAnt Phillips2008-12-051-4/+0
|
* Array tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 ↵Ant Phillips2008-12-02166-215/+19255
| | | | bit).
* Adding tests for array_multisortIain Lewis2008-12-0113-0/+1195
|
* MFH: Fixed bugs #44181 & #44182 (extract() and references)Arnaud Le Blanc2008-11-262-0/+26
| | | | | (robin_fernandes at uk dot ibm dot com)
* Adding some tests for array_productIain Lewis2008-11-206-0/+425
|
* MFH: fix testsJani Taskinen2008-08-142-12/+8
|
* Fixed bug #45312 (Segmentation fault on second request for array functions).Dmitry Stogov2008-06-191-0/+40
|
* Fixed tests on WindowsMatt Wilmas2008-05-291-1/+1
|
* fixed more titlesAntony Dovgal2008-05-141-1/+1
|
* - Fixed testsFelipe Pena2008-04-032-5/+9
|
* Fixed test (removed leaks becaue of cyrcular references)Dmitry Stogov2008-03-251-0/+1
|
* Add SKIPIF (32bit platform only)Felipe Pena2008-03-143-3/+15
|
* Fixed bug #42177 (Warning "array_merge_recursive(): recursion detected" ↵Felipe Pena2008-03-121-0/+34
| | | | comes again...)
* Countable requires SPLZoe Slattery2008-03-081-0/+2
|
* MF53: Fix testsJani Taskinen2008-03-057-7/+21
|
* MFB: Fixed bug #43559 (array_merge_recursive() doesn't behave as expected ↵Felipe Pena2008-02-271-1/+3
| | | | with duplicate NULL values)
* - New tests for reset() functionJosie Messa2008-02-225-0/+393
|
* Fixed testDmitry Stogov2008-02-221-0/+1
|
* - New tests for end() and next() functionJosie Messa2008-02-219-0/+727
|
* - New tests for key() functionJosie Messa2008-02-216-0/+567
|
* Fixed testDmitry Stogov2008-02-211-0/+1
|
* - New tests for current() functionJosie Messa2008-02-206-0/+557
|
* - New tests for each() functionJosie Messa2008-02-198-0/+1074
|
* Fixed testDmitry Stogov2008-02-191-1/+3
|
* - New tests for natcasesort() functionJosie Messa2008-02-1915-0/+1600
|