summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array
Commit message (Expand)AuthorAgeFilesLines
* Deprecate each()Nikita Popov2017-02-038-5/+19
* Deprecate create_function()Nikita Popov2017-02-036-27/+47
* Remove zend_version() checks from testsNikita Popov2017-01-302-440/+4
* Add test for buf #65251Nikita Popov2017-01-081-0/+10
* Remove more PHP 6 leftovers from testsNikita Popov2016-11-2411-97/+97
* Remove the b prefix from literals on unrelated testsPedro Magalhães2016-11-202-2/+2
* Add expectations for invalid count() warningsCraig Duncan2016-11-176-81/+423
* Add tests for invalid count() operationsCraig Duncan2016-11-171-0/+42
* Convert numeric keys in object/array castsAndrea Faulds2016-11-141-2/+2
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-10-201-0/+31
|\
| * Fix bug #71241: array_replace_recursive mutates ref paramsAdam Saponara2016-10-201-0/+31
* | add extra test to protected behavior of compact and array string key orderMárcio Almada2016-09-011-0/+25
* | fix unintentional bc break with compact('this') behaviorMárcio Almada2016-09-012-0/+71
* | Fix memory unsafety in array_walk()Nikita Popov2016-07-306-4/+126
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-07-291-0/+38
|\ \ | |/
| * Fix ref handling in array_merge/replace_recursive()Nikita Popov2016-07-291-0/+38
* | Merge branch 'PHP-7.0'Xinchen Hui2016-07-201-0/+34
|\ \ | |/
| * Fixed bug #72622 (array_walk + array_replace_recursive create references from...Xinchen Hui2016-07-201-0/+34
* | Improve array_rand distributionLeigh2016-07-061-1/+3
* | Use zend_sort in array_multisort (tests change is expected)Xinchen Hui2016-06-233-30/+28
* | Implemented RFC: Replace "Missing argument" warning with "Too few arguments" ...Dmitry Stogov2016-06-1613-195/+134
|/
* Fixed bug #72369 (array_merge() produces references in PHP7)Dmitry Stogov2016-06-091-0/+16
* Resolve bug #72017Thomas Punt2016-05-161-0/+17
* Fixed bug #72116 (7.0.6 array_fill optimization breaks implementation)Bob Weinand2016-04-281-0/+18
* Use symtable lookup for arrays in array_columnNikita Popov2016-04-161-0/+23
* Respect property visibility in array_columnNikita Popov2016-04-161-0/+27
* Fixed bug #72031Nikita Popov2016-04-161-0/+48
* Fix bug #71334Nikita Popov2016-03-303-6/+86
* Fixed #71837 (Wrong arrays behaviour)Xinchen Hui2016-03-171-0/+27
* Fixed bug #71660 (array_column behaves incorrectly after foreach by reference)Xinchen Hui2016-02-251-0/+18
* Fixed bug #71603 (compact() maintains references in php7)Xinchen Hui2016-02-161-0/+15
* re-apply patch for github PR #1695Thomas Punt2016-01-122-0/+18
* Revert "patch for github PR #1695"Anatol Belski2016-01-112-18/+0
* patch for github PR #1695Thomas Punt2016-01-112-0/+18
* Fixed test (extract is no affected)Xinchen Hui2015-12-251-1/+1
* Fixed bug #71220 (Null pointer deref (segfault) in compact via ob_start)Xinchen Hui2015-12-251-0/+10
* Add test for bug (count on symbol table)Xinchen Hui2015-11-231-0/+22
* Fixed bug #70910 (extract() breaks variable references)Xinchen Hui2015-11-131-0/+13
* Fixed bug #70808 (array_merge_recursive corrupts memory of unset items)Xinchen Hui2015-10-291-0/+23
* Fixed bug #70668 (array_keys() doesn't respect references when $strict is true)Dmitry Stogov2015-10-081-0/+63
* Revert "Merge branch 'array_keys_strict_refs' of https://github.com/tony2001/...Dmitry Stogov2015-10-063-239/+0
* Merge branch 'array_keys_strict_refs' of https://github.com/tony2001/php-srcBob Weinand2015-10-053-0/+239
* Fixed tests on 32-bit systemsDmitry Stogov2015-08-172-2/+2
* add range() testsAnatol Belski2015-08-144-0/+42
* Fixed bug #70250 (extract() turns array elements to references)Xinchen Hui2015-08-131-0/+21
* Merge branch 'zval_dump_consistent' of https://github.com/laruence/php-srcXinchen Hui2015-07-303-142/+142
|\
| * Make debug_val_dump and var_dump prints int and float the sameXinchen Hui2015-07-233-142/+142
* | Fixed bug #69674 (SIGSEGV array.c:953)Xinchen Hui2015-07-291-0/+8
|/
* Feature: Enhanced array_column() to also work with object elements.Tjerk Meesters2015-06-271-0/+165
* Merge branch 'pull-request/1284'Anatol Belski2015-06-172-2/+2
|\