Ilia Alshanetsky
|
d2127c143a
|
Added test case for bug #44827
|
2010-01-25 13:08:43 +00:00 |
|
Felipe Pena
|
d5e1c1718b
|
- New tests
|
2009-12-20 22:04:55 +00:00 |
|
Stanislav Malyshev
|
7f775864d1
|
fix regression bug #50394: Reference argument converted to value in __call
|
2009-12-18 19:12:11 +00:00 |
|
Dmitry Stogov
|
d61f88b61f
|
Fixed urldecode() and rawurldecode() to accept ASCII-Unicode strings
|
2009-12-14 13:46:46 +00:00 |
|
Dmitry Stogov
|
ee04ea7935
|
Fixed bug #49866 (Making reference on string offsets crashes PHP)
|
2009-12-07 08:47:18 +00:00 |
|
Felipe Pena
|
e6444b9899
|
- Fixed bug #49472 (Constants defined in Interfaces can be overridden)
|
2009-12-03 12:34:50 +00:00 |
|
Felipe Pena
|
1d71e14007
|
- Fixed bug #50255 (isset() and empty() silently casts array to object)
|
2009-11-24 21:54:12 +00:00 |
|
Felipe Pena
|
2ccf2dc514
|
- Added test for bug #50261
|
2009-11-23 23:07:07 +00:00 |
|
Felipe Pena
|
adfc96335a
|
- Fixed bug #50174 (Incorrectly matched docComment)
|
2009-11-14 19:17:22 +00:00 |
|
Felipe Pena
|
11ee48ed76
|
- Fixed bug #50005 (Throwing through Reflection modified Exception object makes segmentation fault)
|
2009-11-12 00:10:00 +00:00 |
|
Felipe Pena
|
fc9c17690d
|
- Fixed bug #50146 (property_exists: Closure object cannot have properties)
|
2009-11-11 18:59:37 +00:00 |
|
Jani Taskinen
|
a5531c13fc
|
- Fix bad section names (extra - in the end..)
|
2009-11-09 17:08:48 +00:00 |
|
Felipe Pena
|
480f5c4e90
|
- Fixed bug #49908 (throwing exception in __autoload crashes when interface is not defined)
|
2009-11-01 21:26:03 +00:00 |
|
Zoe Slattery
|
7effcd5f6c
|
Test from 2009 testfest
|
2009-08-26 17:17:58 +00:00 |
|
Stanislav Malyshev
|
deb7825601
|
fix crash when unexpectedly passed by-ref parameter is modified
|
2009-08-18 20:51:49 +00:00 |
|
Dmitry Stogov
|
8f523cb33b
|
Fixed bug #49269 (Ternary operator fails on Iterator object when used inside foreach declaration). (Etienne, Dmitry)
|
2009-08-17 07:41:22 +00:00 |
|
Etienne Kneuss
|
ef045590dc
|
Fix endless recursion of var_dump() over self-referencing closures
|
2009-08-10 15:18:13 +00:00 |
|
Dmitry Stogov
|
f560d4ea84
|
Fixed bug #49037 (@list( $b ) = $a; causes a crash)
|
2009-07-28 13:01:40 +00:00 |
|
Dmitry Stogov
|
5753d36230
|
Fixed bug #48912 (Namespace causes unexpected strict behaviour with extract())
|
2009-07-28 12:36:08 +00:00 |
|
Zoe Slattery
|
ec97c3c3e3
|
Remove empty sections. Fix bad use of --SKIP--
|
2009-07-21 14:02:24 +00:00 |
|
Felipe Pena
|
3cf7638cf2
|
- New tests
|
2009-07-19 16:31:43 +00:00 |
|
Felipe Pena
|
6ff8222d0e
|
- New test
|
2009-07-19 03:36:46 +00:00 |
|
Felipe Pena
|
f1be9ef385
|
- Tests related to bug #48770
|
2009-07-19 03:25:49 +00:00 |
|
Zoe Slattery
|
199a181a2c
|
Removing unnecessary SKIPIF sections
|
2009-07-18 13:44:15 +00:00 |
|
Zoe Slattery
|
a8fbe048a6
|
fix tests
|
2009-07-17 08:20:04 +00:00 |
|
Felipe Pena
|
dd6e75c230
|
- Fixed bug #48899 (is_callable returns true even if method does not exist in parent class)
|
2009-07-15 01:08:15 +00:00 |
|
David Soria Parra
|
646cce06e6
|
Adjust tests. The order in which notices appear is platform dependend as the function call ordering in parameter lists is not defined in C.
|
2009-07-07 11:52:43 +00:00 |
|
andy wharmby
|
9f62b4467a
|
Fix test
|
2009-07-06 19:34:58 +00:00 |
|
Felipe Pena
|
e2e5c765f8
|
- Fixed bug #48693 (Double declaration of __lambda_func when lambda wrongly formatted)
|
2009-06-28 01:14:28 +00:00 |
|
andy wharmby
|
fada257def
|
Basic tests for function_exists() and get_defined_functions(). Tested on Windows, Linux and Linux 64 bit.
|
2009-06-14 13:49:18 +00:00 |
|
Felipe Pena
|
8c782591dc
|
- Fixed bug #48533 (__callStatic is not invoked for private/protected methods)
|
2009-06-12 01:00:30 +00:00 |
|
Matt Wilmas
|
756d134c45
|
Fixed bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX index value)
Also simplified related array_push() test
|
2009-06-07 19:28:02 +00:00 |
|
Matt Wilmas
|
b412586e4f
|
Changed error messages to use "cannot" instead of "can not" (meaning "also can")
|
2009-06-07 15:45:46 +00:00 |
|
Matt Wilmas
|
9061bf39bd
|
Updated tests after double->long conversion change (basically to match 5.2)
# Let me know about other failing tests I missed
|
2009-06-04 18:24:09 +00:00 |
|
Jani Taskinen
|
db4dcd9f4d
|
fix test
|
2009-06-02 08:02:21 +00:00 |
|
Arnaud Le Blanc
|
a2412a68cd
|
New tests
# These tests were failing on different configurations, so adding them
# all to get more chances of seeing one failing in case of problem.
|
2009-06-01 16:10:13 +00:00 |
|
Pierre Joye
|
2e41430516
|
- MFB: #42143, the constant NAN is reported as 0 on Windows
|
2009-05-29 08:18:42 +00:00 |
|
Arnaud Le Blanc
|
4399c7670f
|
Use zend_get_property_info() in get_class_vars() (fixes #46812)
|
2009-05-22 11:18:57 +00:00 |
|
Felipe Pena
|
7ff880405f
|
- Fixed bug #48248 (SIGSEGV when access to private property via &__get)
|
2009-05-12 22:50:56 +00:00 |
|
Felipe Pena
|
6f52819a75
|
- Fix code && new test
|
2009-05-11 14:59:37 +00:00 |
|
Felipe Pena
|
f350831de6
|
- Missing title
|
2009-05-07 12:15:48 +00:00 |
|
Arnaud Le Blanc
|
778baeb1b2
|
Fix tests
|
2009-04-24 15:52:38 +00:00 |
|
Dmitry Stogov
|
d4f6ab748d
|
Fixed bug #48004 (Error handler prevents creation of default object)
|
2009-04-21 08:12:23 +00:00 |
|
Hannes Magnusson
|
a563e4224d
|
Fixed bug#47981 (error handler not called regardless)
|
2009-04-16 13:47:25 +00:00 |
|
Felipe Pena
|
2582b6ca24
|
- Added test
|
2009-04-08 00:29:55 +00:00 |
|
Dmitry Stogov
|
78d2e0b924
|
Bug #47880 (crashes in call_user_func_array())
|
2009-04-06 11:10:50 +00:00 |
|
Felipe Pena
|
e595ebf5e5
|
- Synced old changes
|
2009-04-04 17:19:29 +00:00 |
|
Dmitry Stogov
|
2771eb928e
|
Fixed bug #47596 (Bus error on parsing file)
|
2009-03-26 17:29:01 +00:00 |
|
Dmitry Stogov
|
3b8a7eaff8
|
Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in double quote)
|
2009-03-26 12:38:38 +00:00 |
|
Dmitry Stogov
|
f1a231d2e6
|
Fixed bug #47714 (autoloading classes inside exception_handler leads to crashes)
|
2009-03-26 10:56:25 +00:00 |
|