php-src/ext/standard/tests
Arnaud Le Blanc f1917e104b MFH:
Do not expand $target in symlink(). This made it impossible to symlink to a
symlink. This also caused the target to be wrongly expanded relatively to
the CWD when target was not an absolute path.
2008-08-10 11:54:41 +00:00
..
array Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B" 2008-07-26 13:14:04 +00:00
assert - MFH: New parameter parsing API 2008-07-23 19:34:35 +00:00
class_object - Fixed tests 2008-06-26 11:15:48 +00:00
dir - MFH: New parameter parsing API 2008-07-24 12:49:11 +00:00
file MFH: 2008-08-10 11:54:41 +00:00
filters Basic and error tests for stream_filter_remove() 2008-08-07 22:31:10 +00:00
general_functions Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B" 2008-07-26 13:14:04 +00:00
image Commited for Sanjay, reviewed by Pierre. Testfest task 117. 2008-06-13 15:20:04 +00:00
math MFH: fix bug #45712 ($something == NaN returns true with 5.3, false with 5.2.*) 2008-08-07 08:36:24 +00:00
network MFH: Fix test: use canonical name to avoid problems with domain search path 2008-07-23 08:27:17 +00:00
serialize - New parameter parsing API 2008-06-20 14:53:57 +00:00
streams - New parameter parsing API 2008-06-20 14:53:57 +00:00
strings fix memnstr bug, by Laurent Gaffie 2008-08-05 20:14:27 +00:00
time Fixed tests (win32) 2007-04-18 14:51:29 +00:00
url Fix test parse_url_variation_002.phpt for 64bit platforms. 2008-04-11 14:35:06 +00:00
versioning adding check for rc1 to version-compare test 2007-08-24 14:47:50 +00:00
array_intersect_ukey_error.phpt array_intersect_ukey tests by Sanjay Mantoor 2008-07-23 20:37:23 +00:00
array_intersect_ukey_variation1.phpt array_intersect_ukey tests by Sanjay Mantoor 2008-07-23 20:37:23 +00:00
array_intersect_ukey_variation2.phpt array_intersect_ukey tests by Sanjay Mantoor 2008-07-23 20:37:23 +00:00
array_intersect_ukey_variation3.phpt array_intersect_ukey tests by Sanjay Mantoor 2008-07-23 20:37:23 +00:00
array_intersect_ukey_variation4.phpt array_intersect_ukey tests by Sanjay Mantoor 2008-07-23 20:37:23 +00:00
array_intersect_ukey_variation5.phpt array_intersect_ukey tests by Sanjay Mantoor 2008-07-23 20:37:23 +00:00
array_intersect_ukey_variation6.phpt array_intersect_ukey tests by Sanjay Mantoor 2008-07-23 20:37:23 +00:00
array_intersect_ukey_variation7.phpt array_intersect_ukey tests by Sanjay Mantoor 2008-07-23 20:37:23 +00:00
array_intersect_ukey_variation8.phpt array_intersect_ukey tests by Sanjay Mantoor 2008-07-23 20:37:23 +00:00
array_intersect_ukey_variation9.phpt array_intersect_ukey tests by Sanjay Mantoor 2008-07-23 20:37:23 +00:00
array_replace.phpt MFH (DOC] Add array_replace/array_replace_recursive (Mett Wilmas) 2008-07-31 20:18:17 +00:00