Commit Graph

575 Commits

Author SHA1 Message Date
Felipe Pena
0d4b0f20f9 - Fixed bug #46238 (Segmentation fault on static call with empty string method) 2008-10-06 00:35:20 +00:00
Dmitry Stogov
a28485ccf5 Fixed bug #46106 (Memory leaks when using global statement) 2008-09-17 15:11:40 +00:00
Dmitry Stogov
d083b068ce Fixed possible crash because of overriden error handler 2008-09-17 13:10:08 +00:00
Dmitry Stogov
f9f69a5373 Fixed bug #43053 (Regression: some numbers shown in scientific notation). (int-e at gmx dot de)
some 64bit test files may need to be fixed
2008-09-15 11:47:27 +00:00
Felipe Pena
558f8cda51 - New test 2008-08-25 19:55:36 +00:00
Felipe Pena
5fb9a8e794 - New tests 2008-08-25 19:35:10 +00:00
Felipe Pena
1819b9dbea - New tests 2008-08-22 13:38:57 +00:00
Felipe Pena
65cc4f2e86 - Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and 'private' variables)
- Added some tests
2008-08-22 00:54:00 +00:00
Felipe Pena
c013b39009 - New tests 2008-08-18 17:45:19 +00:00
Felipe Pena
3efdd8b69b - Fixed bug #45743 (property_exists fails to find static protected member in child class)
In general, now property_exists() behave like method_exists() (ie. independs of context/visibibility)
2008-08-18 17:40:14 +00:00
Jani Taskinen
9f2e4ea6f7 add skipif (yes, reflection CAN be disabled still..) 2008-08-14 22:51:15 +00:00
Felipe Pena
7670379aec - Fixed crash (reported by Lupus Michaelis) 2008-08-14 19:11:42 +00:00
Dmitry Stogov
f83076cf4b Fixed bug #45805 (Crach on throwing exception from error handler) 2008-08-13 07:22:40 +00:00
Marcus Boerger
5506e024d4 - Add new test 2008-08-12 11:51:34 +00:00
Marcus Boerger
aa87beaded - Add new test 2008-08-12 11:23:40 +00:00
Dmitry Stogov
5564a4c90f - Made closures implementation reflection friendly (Christian)
- Changed E_ERROR(s) into E_RECOVERABLE_ERROR(s) (Marcus)
2008-08-11 08:49:14 +00:00
Antony Dovgal
a270199067 fix bug reported by Henrique
add test
2008-08-10 21:23:21 +00:00
Antony Dovgal
07d8c7dfa0 fix tests 2008-08-10 21:20:05 +00:00
Felipe Pena
255f027443 - Fixed tests 2008-08-10 00:34:42 +00:00
Dmitry Stogov
d24ecd1458 Fixed bug #45744 (Case sensitive callback behaviour) 2008-08-07 12:03:51 +00:00
Dmitry Stogov
a3d8718b9a Fixed bug #45742 (Wrong class array inpretetion using constant indexes) 2008-08-07 11:45:00 +00:00
Dmitry Stogov
d93a86b4d2 Fixed bug #44100 (Inconsistent handling of static array declarations with duplicate keys). 2008-08-01 14:21:46 +00:00
Dmitry Stogov
bc8defa547 Removed Closure::__toString() 2008-07-31 07:10:43 +00:00
Felipe Pena
0ce37b0584 - New test 2008-07-30 12:26:37 +00:00
Dmitry Stogov
ebbd4f094f Fixed constant substitution (Matt) 2008-07-28 14:13:12 +00:00
Felipe Pena
de758769d3 - New tests 2008-07-28 14:09:00 +00:00
Felipe Pena
fa71adbbb1 - Fixed tests 2008-07-27 17:37:07 +00:00
Dmitry Stogov
1e355b4173 Fixed bug #44660 (Indexed and reference assignment to propery of non-object don't trigger warning) 2008-07-26 18:00:18 +00:00
Dmitry Stogov
ef5f3cfdf2 . Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt)
. Improved syntax highlighting and consistency for variables in double-quoted strings and literal text in HEREDOCs and backticks. (Matt)
. Optimized interpolated strings to use one less opcode. (Matt)
2008-07-26 15:31:38 +00:00
Dmitry Stogov
2d49dc63e6 Fixed bug #45608 (closures don't work in static methods) 2008-07-26 14:15:44 +00:00
Dmitry Stogov
bdf7981e28 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:56 +00:00
Dmitry Stogov
fd2c7c2105 Fixed bug #45178 (memory corruption on assignment result of "new" by reference) 2008-07-24 11:48:30 +00:00
Dmitry Stogov
72dfe66661 LSB parent/self forwarding 2008-07-24 10:14:01 +00:00
Dmitry Stogov
0255d8d5f4 Closure object cannot have properties 2008-07-22 07:29:14 +00:00
Derick Rethans
b9dd7dc722 - This test works fine (patch by Lars Strojny) 2008-07-22 07:21:40 +00:00
Felipe Pena
52d1de927a - Fixed tests (patch by Lars Strojny) 2008-07-21 23:55:27 +00:00
Hannes Magnusson
5919165375 Add E_USER_DEPRECATED (patch by Lars Strojny) 2008-07-21 09:36:21 +00:00
Felipe Pena
8e4029512a - New tests 2008-07-14 13:39:32 +00:00
Felipe Pena
ae22f8a5d9 - Fixed test titles 2008-07-14 12:35:51 +00:00
Dmitry Stogov
84625f5e7e Fixed is_callable() to support closures and return appropriate function name 2008-07-14 12:17:16 +00:00
Marcus Boerger
33adcdf0cc - Fix/add tests 2008-07-13 21:37:27 +00:00
Antony Dovgal
102ab5c862 fix test 2008-07-13 09:37:19 +00:00
Dmitry Stogov
e3b14a49bb Removed SKIPIF sections 2008-07-10 07:57:34 +00:00
Dmitry Stogov
4d58b64a89 Fixed unicode support 2008-07-10 07:55:48 +00:00
Dmitry Stogov
36ec3480cf Closure::__invoke() is fixed to support references 2008-07-08 16:15:08 +00:00
Dmitry Stogov
0ab4c933e7 Fixed bug #45434 (circular reference causes segfault in gc_collect_cycles()) 2008-07-08 08:16:18 +00:00
Dmitry Stogov
8d2e0a7e0f Added closures support 2008-07-08 07:05:04 +00:00
Felipe Pena
23a350b7a5 - Fixed tests 2008-06-25 22:51:53 +00:00
Dmitry Stogov
ecf108e681 Allowed to override internal classaes with "use" 2008-06-20 17:17:19 +00:00
Felipe Pena
61f82b7b2f - New test 2008-06-11 22:40:56 +00:00