Commit Graph

5932 Commits

Author SHA1 Message Date
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
Hannes Magnusson
31aa5f545c MFB; Fix test 2007-11-14 15:22:45 +00:00
Hannes Magnusson
93850f2d70 MFB5.3: Fixed bug#43293 (Multiple segfaults in getopt()) 2007-11-14 14:55:44 +00:00
Dmitry Stogov
bc939dce43 Fixed bug #43248 (backward compatibility break in realpath()) 2007-11-13 09:47:19 +00:00
Raghubansh Kumar
d2ac4233b0 New testcases for ksort() function 2007-11-12 15:49:29 +00:00
Raghubansh Kumar
8ff0f5d766 new testcases for krsort() function 2007-11-12 15:44:47 +00:00
Jani Taskinen
ad9605a722 - Allow using full path to load modules using "extension" directive 2007-11-09 16:26:55 +00:00
Jani Taskinen
3025b4296d ws + cs 2007-11-09 13:49:06 +00:00
Raghubansh Kumar
f5c11b39b2 fix tests 2007-11-09 12:06:08 +00:00
Raghubansh Kumar
5d8097975c fix test : better float values 2007-11-09 08:49:28 +00:00
Raghubansh Kumar
6079ffd434 fix tests: better float values 2007-11-09 07:29:18 +00:00
Antony Dovgal
f7199024dc fix open tag 2007-11-08 13:34:35 +00:00
Dmitry Stogov
c49b08fe9a Fixed bug #43216 (stream_is_local() returns false on "file://") 2007-11-08 13:29:38 +00:00
Antony Dovgal
82d0dcd73c fix tests 2007-11-08 11:19:19 +00:00
Antony Dovgal
31699e093a fix test 2007-11-08 10:29:40 +00:00
Antony Dovgal
4cb29ab065 this error message may vary 2007-11-08 10:19:39 +00:00
Antony Dovgal
fcb4bfdcdf fix test 2007-11-08 10:13:18 +00:00
Antony Dovgal
39c5922c3c add missing 64bit version of the test 2007-11-08 10:06:52 +00:00
Antony Dovgal
c09a7e55b8 fix tests 2007-11-08 08:11:41 +00:00
Antony Dovgal
90da048857 fix tests 2007-11-07 12:05:55 +00:00
Dmitry Stogov
dfbabf37f4 Fixed compilation 2007-11-07 08:32:17 +00:00
Jani Taskinen
2162944156 Ws + cs + missing fix for MOPB-33-2007:PHP mail() Message ASCIIZ Byte Truncation 2007-11-06 17:58:41 +00:00
Jani Taskinen
a210bf4314 fix: #2 2007-11-06 13:44:04 +00:00
Jani Taskinen
a27600b42a - Fixed bug #43196 (array_intersect_assoc() crashes with non-array input)
# Note: Same problem was with array_diff_assoc()
2007-11-06 13:26:24 +00:00
Jani Taskinen
52cdef821b fix cleanup 2007-11-06 13:21:55 +00:00
Antony Dovgal
a579d09bb7 fix tests, add 64bit versions 2007-11-06 12:54:13 +00:00
Jani Taskinen
9679ba6a3d - nuke extra UEXPECTF 2007-11-06 12:09:12 +00:00
Jani Taskinen
8cfa05d59a ws + cs 2007-11-06 11:48:34 +00:00
Jani Taskinen
60ea051685 ws 2007-11-06 10:56:58 +00:00
Jani Taskinen
22e53ef3b2 - ws + cs 2007-11-06 10:52:54 +00:00
Ilia Alshanetsky
4f539c9a28 MFB: Fixed bug #43197 (array_intersect_assoc() does not emit warning
messages for error inputs)
2007-11-05 23:55:21 +00:00
Jani Taskinen
4e64d593b5 - Fix another wrong expected result (this is a bug!) 2007-11-05 17:28:58 +00:00
Jani Taskinen
393140df52 - Fix another wrong expected result 2007-11-05 17:24:00 +00:00
Jani Taskinen
bf83ffb3f2 - Fix expected result. This has hidden an obvious bug.. 2007-11-05 17:09:26 +00:00
Raghubansh Kumar
57076f08dd New testcases for asort() function 2007-11-05 16:34:54 +00:00
Jani Taskinen
1a0b4cfb37 ws 2007-11-05 16:29:04 +00:00
Raghubansh Kumar
6f39caa6f5 Fix test title 2007-11-05 16:19:55 +00:00
Jani Taskinen
b1447733b7 ws 2007-11-05 16:14:11 +00:00
Jani Taskinen
4674d13859 ws + cs + sync some fixes from PHP_5_3 branch 2007-11-05 16:12:55 +00:00
Jani Taskinen
d3b3149dbe ws + cs 2007-11-05 15:24:25 +00:00
Raghubansh Kumar
deb8a46c7b New testcases for sort() function 2007-11-05 15:17:10 +00:00
Jani Taskinen
07fcb8a21a ws + cs + missing PHPAPIs 2007-11-05 14:06:19 +00:00
Raghubansh Kumar
7374d094b8 New testcases for array_intersect_assoc() function 2007-11-05 13:50:33 +00:00
Jani Taskinen
c2fe547076 nuke compile warning 2007-11-05 13:42:16 +00:00
Jani Taskinen
32e04e4f7c ws 2007-11-05 13:40:36 +00:00
Jani Taskinen
f376208431 - ws 2007-11-05 13:09:31 +00:00
Jani Taskinen
7eb0f143c6 ws + cs 2007-11-05 12:44:47 +00:00
Jani Taskinen
647bdad42d ws + cs 2007-11-05 12:39:39 +00:00
Jani Taskinen
cb373cafb7 Update credits 2007-11-05 12:29:30 +00:00
Jani Taskinen
1c352c0cf4 ws + cs 2007-11-05 12:24:33 +00:00
Jani Taskinen
7eff073be1 - ws + cs + nuke a warning 2007-11-05 12:07:28 +00:00
Jani Taskinen
766c8a9d2b ws + cs 2007-11-05 11:52:18 +00:00
Sara Golemon
c1d3111749 Allow http fopen wrapper to fetch content on 'error' condition (David Zulke) 2007-11-05 00:47:21 +00:00
Jani Taskinen
6820ea643d - WS + CS and namespace protection 2007-11-02 16:19:31 +00:00
Jani Taskinen
532761442d fix test 2007-11-02 12:57:52 +00:00
Antony Dovgal
02188d66c4 fix typo and silence compile warning 2007-11-02 12:03:25 +00:00
Jani Taskinen
1c47fc23df - Fix the fix for bug #41686 2007-11-02 11:48:35 +00:00
Jani Taskinen
cc2dc92b1a ws + cs 2007-11-02 10:57:56 +00:00
Jani Taskinen
231fcedd03 MFB52: Fixed bug #41686 2007-11-02 10:50:33 +00:00
Jani Taskinen
006b676806 more ws 2007-11-02 09:43:04 +00:00
Jani Taskinen
ad53b1b8c7 ws 2007-11-02 09:15:55 +00:00
Jani Taskinen
ecc8c15c0f ws + cs + missing folding tags 2007-11-02 09:01:39 +00:00
Raghubansh Kumar
4025ace975 fix tests: proper temp file names 2007-11-02 03:57:48 +00:00
Raghubansh Kumar
bec1eaae7d fix tests: proper temp file names 2007-11-02 03:11:00 +00:00
Raghubansh Kumar
52f6591620 fix tests: better float values 2007-11-02 03:06:13 +00:00
Jani Taskinen
52e3ca0b32 fix test 2007-11-01 12:00:59 +00:00
Robert Nicholson
2f02142938 delete .project file 2007-11-01 10:32:28 +00:00
Robert Nicholson
8de1217c4d update min_error and max_error testcases to take into account bug fix for bug#43125 2007-11-01 08:43:12 +00:00
Jani Taskinen
7bd01cbce2 - Fix typo (bug #43125) 2007-10-31 13:39:00 +00:00
Jani Taskinen
eb1a26c8b2 - Fixed bug #43137 (rmdir() and rename() do not clear statcache) 2007-10-31 13:22:18 +00:00
Raghubansh Kumar
1fc0e6ddbe New testcases for shuffle() function 2007-10-27 12:24:06 +00:00
Raghubansh Kumar
0150849e42 New testcases for array_intersect() function 2007-10-27 12:13:05 +00:00
Robert Nicholson
dfda872d63 Remove unneeded INI sections 2007-10-26 16:10:16 +00:00
Raghubansh Kumar
2d8466b2af more testcases for array_unshift() function 2007-10-26 11:52:59 +00:00
Robert Nicholson
94c63b3442 new testcases for array_splice 2007-10-26 11:06:31 +00:00
Robert Nicholson
eea1a4458c new testcases for max and min 2007-10-26 10:57:59 +00:00
Raghubansh Kumar
ac26a3f893 more testcases for array_filter() function 2007-10-22 11:17:18 +00:00
Dmitry Stogov
29ee7ac05d Fixed move_uploaded_file() to always set file permissions of resulting file according to UMASK (Andrew Sitnikov) 2007-10-22 07:37:52 +00:00
Ilia Alshanetsky
ade493157b MFB: Fixed bug #42944 (test failing due to expectation that /etc/passwd has
0644 permissions).
2007-10-21 15:41:53 +00:00
Raghubansh Kumar
5a6c03eb73 New testcases for array_rand() function 2007-10-20 05:34:35 +00:00
Raghubansh Kumar
5d7aaf9798 New testcases for array_fill() function 2007-10-19 18:25:57 +00:00
Raghubansh Kumar
e9b634e0c4 New testcases for array_filter() function 2007-10-19 18:22:55 +00:00
Raghubansh Kumar
8b8d0541c2 New testcases for array_unshift() function 2007-10-19 09:19:57 +00:00
Dmitry Stogov
6fc398fba9 Fixed bug #42919 (Unserializing of namespaced class object fails) 2007-10-17 10:36:45 +00:00
Raghubansh Kumar
ee89cea00b New testcases for array_flip() function 2007-10-15 06:33:32 +00:00
Raghubansh Kumar
f36aae329a New testcases for array_reverse() function 2007-10-15 06:23:27 +00:00
Scott MacVicar
e2c76794d1 MFB: Added icon file format support to getimagesize 2007-10-13 18:05:20 +00:00
Raghubansh Kumar
84bf8ae506 fix test (temp. file name) 2007-10-11 11:50:10 +00:00
Raghubansh Kumar
8e47cdd59b fix test 2007-10-11 03:17:08 +00:00
Jani Taskinen
040cb2ca5d ret is still int 2007-10-10 12:51:06 +00:00
Jani Taskinen
b3c3c8a90f - Use correct definition 2007-10-10 12:44:29 +00:00
Jani Taskinen
16ceab9769 - Generated with more recent re2c version 2007-10-10 09:28:25 +00:00
Ilia Alshanetsky
c6b8a40181 MFB: Fixed bug #42869 (automatic session id insertion adds sessions id to
non-local forms)
2007-10-10 00:36:25 +00:00
Raghubansh Kumar
adda3af3cb New testcases for strip_tags() function 2007-10-09 12:42:47 +00:00
Raghubansh Kumar
60d71da435 added unicode output 2007-10-09 11:58:52 +00:00
Raghubansh Kumar
bb27fe1933 fix tests 2007-10-09 11:51:48 +00:00
Raghubansh Kumar
aaa68d2928 fix tests 2007-10-09 05:22:51 +00:00
Raghubansh Kumar
87ebc71b60 fix tests 2007-10-09 04:52:47 +00:00
Raghubansh Kumar
28d292e580 New testcases for strtr() function 2007-10-08 15:31:06 +00:00
Raghubansh Kumar
7aab680f0a New testcases for get_html_translation_table() function 2007-10-08 15:30:38 +00:00
Raghubansh Kumar
e383670a5d fix tests 2007-10-08 06:24:57 +00:00
Yiduo (David) Wang
95da0dc570 Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +00:00
Antony Dovgal
6549f5b422 fix ws and avoid freeing integer vars 2007-10-06 21:15:46 +00:00
Raghubansh Kumar
dd24301ac6 New testcases for setlocale() function 2007-10-05 19:35:45 +00:00
Raghubansh Kumar
e379d3e914 New testcases for nl2br() function 2007-10-05 18:47:47 +00:00
Raghubansh Kumar
703626aa98 New testcases for strrpos() function 2007-10-05 18:35:49 +00:00
Raghubansh Kumar
0513f160c9 New testcases for str_split() function 2007-10-05 18:20:57 +00:00
Raghubansh Kumar
871cae6d64 New testcases for vsprintf() function 2007-10-05 18:12:36 +00:00
Jani Taskinen
5051719bd6 MFB:-r1.139.2.2 Export symbols that will allow building WDDX as shared object 2007-10-05 15:19:47 +00:00
Jani Taskinen
d386401a1d fix test 2007-10-05 14:57:18 +00:00
David Soria Parra
ab38cc8d89 - Add an escape parameter to fgetcsv to satisfy rfc4180 and bug #40501. 2007-10-03 10:31:04 +00:00
Stanislav Malyshev
e920066a14 MFB unicode test 2007-10-03 05:08:47 +00:00
Stanislav Malyshev
cbe036de9b MFB do not accept partial multibyte sequences in html* functions 2007-10-03 05:07:31 +00:00
Antony Dovgal
8b2cf00c41 fix tests 2007-10-02 11:35:39 +00:00
Antony Dovgal
da50804c67 make strcspn() behave the same way in both Unicode and native mode (bug #42731) 2007-10-02 11:35:26 +00:00
Antony Dovgal
b50ed5df9c MF5_2: improved recursion detection in array_walk()
fixes #42752, though the leaks are still there
2007-10-02 10:06:15 +00:00
Jani Taskinen
5569fd3005 MFB: fix test 2007-10-01 13:55:58 +00:00
Jani Taskinen
59580f57d4 MFB: fix bug #42142 and cs+ws 2007-10-01 13:41:57 +00:00
Jani Taskinen
44cbb46246 - Added common getopt implementation to core.
- Added long-option feature to getopt().
- Made getopt() available on win32 systems.
Patch by: David Soria Parra <dsp@php.net>
[DOC]: These changes will be available from 5.3+
2007-10-01 12:32:39 +00:00
Jani Taskinen
d762757ee5 - Fixed bug #42789 (join() warning messages are not proper & different
return value on php5/6)
# For consistency between 5/6 also made the return value be NULL like it
# has been for ages when invalid stuff is passed.
2007-10-01 12:04:09 +00:00
Jani Taskinen
50b34c8099 - Added unicode result 2007-10-01 12:01:28 +00:00
Jani Taskinen
e237da1572 - Nuked ending dots in error messages 2007-09-30 05:43:28 +00:00
Jani Taskinen
30230074ba - ws+cs (prepare syncing some parts to PHP_5_3) 2007-09-30 05:15:35 +00:00
Raghubansh Kumar
413064b576 New testcases for sprintf() function 2007-09-29 14:15:53 +00:00
Raghubansh Kumar
fa61cf8a31 New testcases for chunk_split() function 2007-09-29 12:57:06 +00:00
Nuno Lopes
b514dc1070 MFB: fix compiler warnings 2007-09-29 11:26:51 +00:00
Raghubansh Kumar
272cedd5d2 New testcases for strrchr() function 2007-09-29 09:24:27 +00:00
Raghubansh Kumar
46700e7a47 New testcases for stripos() function 2007-09-29 09:22:42 +00:00
Raghubansh Kumar
03d6500fb0 New testcases for join() function 2007-09-29 09:08:24 +00:00
Raghubansh Kumar
a40e2c843c New testcases for htmlspecialchars_decode() function 2007-09-29 09:03:22 +00:00
Jani Taskinen
fa0734a520 - Fix copy and paste typo 2007-09-28 23:34:31 +00:00
Nuno Lopes
f044c95b3c fix expected output 2007-09-28 22:40:23 +00:00
Jani Taskinen
356799933a nuke unsued variable 2007-09-28 13:06:22 +00:00
Jani Taskinen
425222060f ws + cs 2007-09-28 11:52:49 +00:00
Jani Taskinen
f964370a35 - Added ".htaccess" style user-defined php.ini files support for
CGI/FastCGI.
- Added support for special [PATH=/opt/httpd/www.example.com/] sections
  in php.ini. All directives set in these sections will not be able to be
  overridden in user-defined ini-files or during runtime in the specified
  path.

- Improved php.ini handling:
  . Added better error reporting for syntax errors in php.ini files
  . Allowed "ini-variables" to be used almost everywhere ini php.ini files
  . Allowed using alphanumeric/variable indexes in "array" ini options
  . Fixed get_cfg_var() to be able to return "array" ini options

- Fixed bug #27372 (parse error loading browscap.ini at apache startup)
- Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric
  characters)

@DOC Pierre promised to handle the manual part of this :D
2007-09-28 02:04:28 +00:00
Dmitry Stogov
8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
Jani Taskinen
9bb7a2fcc7 MFB52: cs+ws (and synced the folding wrap style!) 2007-09-27 13:16:09 +00:00
Raghubansh Kumar
ed72c6c50b new testcases for strrev() function 2007-09-26 14:42:15 +00:00
Raghubansh Kumar
38d1ab072f New testcases for crc32() function 2007-09-26 06:11:28 +00:00
Ilia Alshanetsky
17f9597ba3 MFB: Fixed memory leak inside pack() (coverity issues #398,#399,#400) 2007-09-22 15:26:51 +00:00
Raghubansh Kumar
360f022c1a New testcases for strspn() function 2007-09-22 10:49:49 +00:00
Raghubansh Kumar
8a44a00593 New testcases for strcspn() function 2007-09-22 10:37:46 +00:00
Raghubansh Kumar
53569976d4 New testcases for strtok() function 2007-09-22 07:41:14 +00:00
Raghubansh Kumar
db756ffc96 replaced by array_search_variation1.phpt, hence removed. 2007-09-22 06:57:42 +00:00
Raghubansh Kumar
1c35a6365e update and split of testcases for functions array_search() and in_array() 2007-09-22 06:55:59 +00:00
Antony Dovgal
fba42a8530 check the return value of getgroups() for -1 (coverity issue #390) 2007-09-21 14:05:01 +00:00
Antony Dovgal
cd519f058c plug leak on error (coverity issue #405) 2007-09-21 13:50:47 +00:00
Dmitry Stogov
f5ee0dc18e Improved speed of array_diff_key(), array_diff_assoc() and array_udiff_assoc(). 2007-09-21 13:11:16 +00:00
Antony Dovgal
691de1aa72 fix invalid read when opendir over FTP fails (coverity issue #462) 2007-09-21 12:57:23 +00:00
Stanislav Malyshev
3a5dc95ae4 add test for dl() with long name 2007-09-20 18:45:03 +00:00
Jani Taskinen
b11587f988 - Fix test descriptions to be in sync 2007-09-20 13:39:04 +00:00
Ilia Alshanetsky
c55bf5fc80 MFB: Fixed test for glob() affected by previous patch 2007-09-20 13:29:22 +00:00
Dmitry Stogov
d5473d816e Improved speed of array_intersect_key(), array_intersect_assoc() and array_uintersect_assoc(). (100 times faster on arrays with 100000 elements) 2007-09-20 09:23:11 +00:00
Ilia Alshanetsky
3d1534d185 MFB: Fixed regression in glob() when enforcing safe_mode/open_basedir checks
on paths containing '*'
2007-09-19 22:40:02 +00:00
Johannes Schlüter
eaab9fc9c4 - Fix build (filename is a zval * here, not a zval** like in 5_2) 2007-09-19 01:08:38 +00:00
Stanislav Malyshev
0cf2068b3b use right variable name 2007-09-19 00:06:05 +00:00
Stanislav Malyshev
a8f965bf80 limit dl() argument length (patch by Christian Hoffmann) 2007-09-18 20:21:04 +00:00
Raghubansh Kumar
adb9c195f5 better output matching/fixes 2007-09-15 07:32:16 +00:00
Raghubansh Kumar
59d3bd8544 New testcase for strncasecmp() 2007-09-14 19:17:08 +00:00
Raghubansh Kumar
78fdb30718 New testcases for chop() 2007-09-14 19:14:52 +00:00
Raghubansh Kumar
35405b401a Removing from file dir as it was wrongly committed to this dir 2007-09-14 19:10:04 +00:00
Raghubansh Kumar
3aae429b88 New testcases for wordwrap() 2007-09-14 19:09:11 +00:00
Zoe Slattery
05da39cb03 Changing to use %a to match recent run-tests.php patch 2007-09-14 16:56:34 +00:00
Nuno Lopes
db5f5d6bd7 MFB: change run-tests.php to add %a 2007-09-14 15:36:29 +00:00
Nuno Lopes
619ddc2679 MFB: fix expected output 2007-09-14 15:04:46 +00:00
Raghubansh Kumar
c0a64e0cba better comments 2007-09-14 14:28:42 +00:00
Raghubansh Kumar
0bbb0489ec New testcases for wordwrap() 2007-09-14 14:17:22 +00:00
Raghubansh Kumar
798aa19de7 fix test 2007-09-14 09:44:02 +00:00
Nuno Lopes
bd6f705895 MFB 2007-09-13 19:52:45 +00:00
Nuno Lopes
fbd1076132 MFB: fix expected output 2007-09-13 18:56:21 +00:00
Nuno Lopes
7ee5d8c6c9 MFB: fix skip reasons 2007-09-13 18:26:12 +00:00
Ilia Alshanetsky
7877150f49 MFB: Added a note indicating that the tests may fail to due libc
implementation
2007-09-13 15:36:50 +00:00
Jani Taskinen
4e3f872eb1 cs/ws fix 2007-09-13 07:41:59 +00:00
Stanislav Malyshev
45a25008bd MFB: docs say dl() parameter can be filename only - enforce it 2007-09-13 01:16:24 +00:00
Nuno Lopes
08e3aa71a4 MFB: fix #39651 2007-09-12 11:46:08 +00:00
Raghubansh Kumar
9aaf21fc0f marked with Bug #42038 2007-09-12 09:49:25 +00:00
Raghubansh Kumar
5a69a2341e marked with bug#42638 2007-09-12 08:29:34 +00:00
Raghubansh Kumar
957f3ddd71 fix test 2007-09-11 05:23:45 +00:00
Antony Dovgal
1d42952da9 fix tests 2007-09-10 10:33:00 +00:00
Antony Dovgal
2c354acaf7 remove the original 2007-09-09 22:47:47 +00:00
Antony Dovgal
b9faefee14 MFB: split test 2007-09-09 22:47:23 +00:00
Raghubansh Kumar
fdf0a9e6a1 New testcases for ucwords() function 2007-09-07 14:43:24 +00:00
Raghubansh Kumar
e47194d4dc New testcases for strncmp() function 2007-09-07 14:22:56 +00:00
Raghubansh Kumar
aecb1354e3 New testcases for stripslashes() function 2007-09-07 14:03:33 +00:00
Zoe Slattery
1c99d1b141 made equivalent (to php5 test) changes to the expected output. Although this test did originally have the right EXP section 2007-09-07 11:06:48 +00:00
Ilia Alshanetsky
b9071080f8 Added missing safety checks for 2nd parameter of setlocale() function 2007-09-07 02:28:26 +00:00
Derick Rethans
8d57a9f689 - Add a comment why not ~0 or -1. 2007-09-06 13:27:31 +00:00
Raghubansh Kumar
87632ef25c New testcases for addslashes() function 2007-09-06 04:02:56 +00:00
Ilia Alshanetsky
4ed9af35cd MFB: Fixed possible buffer overflows inside the fnmatch() and glob()
functions
2007-09-05 12:55:36 +00:00
Zoe Slattery
8e59bf05cb Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh. 2007-09-04 11:18:35 +00:00
Raghubansh Kumar
81313aed39 fix tests 2007-09-04 08:39:40 +00:00
Jani Taskinen
ea2d704953 MFB: Fixed bug #42468 (Write lock on file_get_contents fails when using a compression stream) 2007-09-03 11:53:43 +00:00
Hannes Magnusson
16737ee566 MFB: Fixed bug #42072 (No warning message for clearstatcache() with arguments). 2007-09-02 11:53:51 +00:00
Derick Rethans
773fe3adc7 - Fixed bug #42512 (ip2long('255.255.255.255') should return 4294967295 on
64-bit PHP).
2007-09-01 18:37:27 +00:00
Jani Taskinen
9f785ac30b ws 2007-08-31 10:45:54 +00:00
Jani Taskinen
e873b05288 - Include php_ini.h (needed in future, does not break anything) 2007-08-31 07:41:46 +00:00
Raghubansh Kumar
668d2d59c2 fix tests: do not run when noatime set 2007-08-30 04:02:57 +00:00
Derick Rethans
6810f84761 - Put the PHPAPI php_u_str_to_str() function in the .h, just like the rest. 2007-08-29 14:11:30 +00:00
Raghubansh Kumar
57bc6ad6bb fix tests: do not run on MACOS 2007-08-29 10:13:25 +00:00
Raghubansh Kumar
ae2808fdb8 fix test, do not run on macos 2007-08-29 04:37:17 +00:00
Zoe Slattery
b2c5bdfd98 adding check for rc1 to version-compare test 2007-08-24 14:46:34 +00:00
Dmitry Stogov
611abb17fc Namespace constants 2007-08-24 13:50:52 +00:00
Derick Rethans
947b50b30f - Make version_compare() also understand the lower case variant of "RC". 2007-08-23 11:36:14 +00:00
Raghubansh Kumar
6ff029a37d fix tests 2007-08-23 09:34:15 +00:00
Jani Taskinen
8fd677763a - Fixed bug #42365 (glob() crashes with invalid flags) 2007-08-22 14:58:30 +00:00
Raghubansh Kumar
1419d23f6a fix test: skip if user is root 2007-08-20 04:08:15 +00:00
Raghubansh Kumar
66fe5012a2 fix tests 2007-08-20 03:40:41 +00:00