Commit Graph

5738 Commits

Author SHA1 Message Date
Raghubansh Kumar
11178281fc new testcases for dir() function 2007-12-24 05:07:47 +00:00
Raghubansh Kumar
b90cab7ec7 fix tests 2007-12-24 04:29:26 +00:00
Dmitry Stogov
306a73677e Fixed test 2007-12-21 09:42:07 +00:00
Raghubansh Kumar
1444624663 fix tests 2007-12-20 17:25:06 +00:00
Robert Nicholson
c142564b00 new tests for array_map usage variations - string keys and references 2007-12-20 11:18:08 +00:00
Raghubansh Kumar
c4061cce23 fix test 2007-12-19 10:37:42 +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
Sara Golemon
74adb81f42 Add scoping braces for variable declaration 2007-12-17 05:16:40 +00:00
Antony Dovgal
8849402818 add workaround for glibc issue 2007-12-13 22:29:15 +00:00
Dmitry Stogov
96a21b31d6 Fixed test 2007-12-13 07:57:52 +00:00
Jani Taskinen
80518808e7 - Revert previous patch, it was correct to do this, error is logged if logging is enabled 2007-12-11 12:25:52 +00:00
Jani Taskinen
efc8a64eb3 - Fix error display (Stas: PG(display_errors) is handled by the php_error_docref() function :) 2007-12-11 11:28:43 +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
Ilia Alshanetsky
d963eaffcc MFB: Fixed bug #43522 (stream_get_line() eats additional characters) 2007-12-10 14:19:20 +00:00
Derick Rethans
5a14715596 - Fixed Bug #42272 (var_export() incorrectly escapes char(0)).
- Also fixed var_export() in unicode mode, as the function would actually
  generate non-parsable strings which defeats the purpose of var_export().
2007-12-09 16:54:30 +00:00
Raghubansh Kumar
775292518f new testcases for array_unique() function 2007-12-09 14:38:48 +00:00
Ilia Alshanetsky
2f39962f36 MFB: WS 2007-12-06 15:23:57 +00:00
Ilia Alshanetsky
40226917ab MFB: Fixed bug #43495 (array_merge_recursive() crashes with recursive
arrays)
2007-12-05 19:57:09 +00:00
Ilia Alshanetsky
678c532eee MFB: Fixed bug #43482 (array_pad() does not warn on very small pad
numbers).
2007-12-03 14:13:45 +00:00
Raghubansh Kumar
5b5211b0dc fix tests : better float values 2007-12-03 13:02:11 +00:00
Raghubansh Kumar
290076dffa fix tests: better float values 2007-12-03 12:04:26 +00:00
Raghubansh Kumar
00926c8535 New testcases for array_pad() function 2007-12-03 11:56:39 +00:00
Raghubansh Kumar
91ea43e411 New testcases for array_chunk() function 2007-12-03 03:52:06 +00:00
Derick Rethans
badfa1304d - Fixed a segfault when reading from an HTTP stream. 2007-11-29 12:27:49 +00:00
Ilia Alshanetsky
6d4f019433 MFB: Fixed tests 2007-11-28 14:50:03 +00:00
Raghubansh Kumar
c3e74e2d84 Marked with defect 2007-11-28 03:46:25 +00:00
Raghubansh Kumar
83cfd0ce0e New testcases for array_combine() function 2007-11-27 15:15:23 +00:00
Raghubansh Kumar
d08088df74 New testcases for array_sum() function 2007-11-27 14:57:55 +00:00
Ilia Alshanetsky
a204180d64 MFB : Fixed bug #43386 (array_globals not reset to 0 properly on init) 2007-11-25 15:56:58 +00:00
Derick Rethans
1e9fec2a49 - Fixed weights array, which was broken with:
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.80&r2=1.81
2007-11-22 10:18:30 +00:00
Jani Taskinen
d4664800ac - Added test for chown bug 2007-11-21 11:31:49 +00:00
Jani Taskinen
ba1e024895 - Fix crash when chown() 2nd parameter is something else than integer or string 2007-11-21 11:28:26 +00:00
Stanislav Malyshev
3c0869343f fix #42866, from Claudio Cherubino 2007-11-21 02:27:07 +00:00
Stanislav Malyshev
91701d34b0 test for 42866 2007-11-21 02:24:47 +00:00
Hannes Magnusson
1727c712b6 - Add support for optional values
- Add support for = as seperator
2007-11-20 22:42:47 +00:00
Johannes Schlüter
6e7ba5ba5f Add stream_supports_lock() function (Benjamin Schulz) 2007-11-20 22:16:20 +00:00
Dmitry Stogov
ab34cdc706 fixed SIGSEGV in chgrp() 2007-11-19 15:55:48 +00:00
Raghubansh Kumar
9c78f2c08b New testcases for sizeof() function 2007-11-16 17:52:26 +00:00
Raghubansh Kumar
7e84b55003 fix test for linux64 - choosing smaller float values 2007-11-16 17:35:38 +00:00
Raghubansh Kumar
87be9bfd14 fix tests: removed values that generate diff. output on Linux64 2007-11-16 17:11:01 +00:00
Antony Dovgal
c70b4662a5 fix test (thanks to Felipe Pena for noticing) 2007-11-15 22:14:04 +00:00
Hannes Magnusson
ebc540d2c9 - Allow numeric options
- Add tests
2007-11-15 13:11:48 +00:00
Raghubansh Kumar
185411fd0d New testcases for uasort() function 2007-11-14 17:21:09 +00:00
Derick Rethans
bf10f44aa2 - Add a testcase for chgrp() with a NULL as group name, which crashes ATM. 2007-11-14 15:51:35 +00:00