php-src/ext/standard/tests
Felipe Pena a69b38f7e9 - Removed the undocumented object support in the leftover array functions [DOC]
(natcasesort, natsort, array_walk, array_walk_recursive, array_unique, array_key_exists)
- Changed HASH_OF() to Z_ARRVAL_P()
- Fixed bug #45937 (array_walk and array_walk_recursive can alter private/protected object variable)
2008-08-29 02:48:28 +00:00
..
array - Removed the undocumented object support in the leftover array functions [DOC] 2008-08-29 02:48:28 +00:00
assert - New parameter parsing API 2008-07-23 19:33:58 +00:00
class_object - MFB: New parameter parsing API 2008-08-19 02:51:28 +00:00
dir Fix tests (closes #45841) 2008-08-18 04:45:25 +00:00
file - make it portable 2008-08-21 09:43:38 +00:00
filters MFB: Basic and error tests for stream_filter_remove(). 2008-08-07 22:32:43 +00:00
general_functions - New test 2008-08-25 19:38:18 +00:00
image Commited for Sanjay, reviewed by Pierre. Testfest task 117. 2008-06-13 15:22:42 +00:00
math fix bug #45712 ($something == NaN returns true with 5.3, false with 5.2.*) 2008-08-07 08:36:15 +00:00
network - [DOC] fix test, chr uses codepoint as input 2008-08-21 23:28:21 +00:00
serialize - killed off UEXPECT 2008-05-27 07:46:51 +00:00
streams Fixed possible infinity loop in tests 2008-08-15 09:27:14 +00:00
strings - Fixed tests 2008-08-25 13:44:33 +00:00
time - use date.timezone ini setting instead of ENV 2008-08-21 18:33:06 +00:00
url - killed off UEXPECT 2008-05-27 10:50:48 +00:00
versioning - killed off UEXPECT 2008-05-27 10:50:48 +00:00
array_intersect_ukey_error.phpt array_intersect_ukey tests by Sanjay Mantoor 2008-07-23 20:38:10 +00:00
array_intersect_ukey_variation1.phpt array_intersect_ukey tests by Sanjay Mantoor 2008-07-23 20:38:10 +00:00
array_intersect_ukey_variation2.phpt array_intersect_ukey tests by Sanjay Mantoor 2008-07-23 20:38:10 +00:00
array_intersect_ukey_variation3.phpt array_intersect_ukey tests by Sanjay Mantoor 2008-07-23 20:38:10 +00:00
array_intersect_ukey_variation4.phpt array_intersect_ukey tests by Sanjay Mantoor 2008-07-23 20:38:10 +00:00
array_intersect_ukey_variation5.phpt array_intersect_ukey tests by Sanjay Mantoor 2008-07-23 20:38:10 +00:00
array_intersect_ukey_variation6.phpt array_intersect_ukey tests by Sanjay Mantoor 2008-07-23 20:38:10 +00:00
array_intersect_ukey_variation7.phpt array_intersect_ukey tests by Sanjay Mantoor 2008-07-23 20:38:10 +00:00
array_intersect_ukey_variation8.phpt array_intersect_ukey tests by Sanjay Mantoor 2008-07-23 20:38:10 +00:00
array_intersect_ukey_variation9.phpt array_intersect_ukey tests by Sanjay Mantoor 2008-07-23 20:38:10 +00:00
array_replace.phpt - Add array_replace/array_replace_recursive (Mett Wilmas) 2008-07-31 20:17:07 +00:00