Felipe Pena
|
8172c388b0
|
- Fix some arginfos (thanks Philip)
- Added arginfo info. for void params
|
2009-10-03 20:45:29 +00:00 |
|
Sebastian Bergmann
|
ceaf590530
|
Merge ReflectionMethod::setAccessible() to PHP 5.3.2, approved by Johannes.
|
2009-09-16 17:24:46 +00:00 |
|
Sebastian Bergmann
|
853c6de65b
|
Make invokeArgs() error messages consistent with invoke().
|
2009-09-03 14:02:51 +00:00 |
|
Zoe Slattery
|
4cc35aeaaf
|
The last of the 2009 testfest tests
|
2009-08-30 18:18:50 +00:00 |
|
Zoe Slattery
|
6a22ec3eda
|
More tests from 2009 testfest
|
2009-08-30 09:30:13 +00:00 |
|
Zoe Slattery
|
1c98e49afd
|
Test from 2009 testfest
|
2009-08-26 17:17:58 +00:00 |
|
Felipe Pena
|
c75f162165
|
- Fixed ReflectionClass::getStaticProperties() to do not return the private properties from parent class;
behavior already adopted in ReflectionClass::getDefaultProperties() and ReflectionClass::getProperties().
|
2009-08-01 20:44:00 +00:00 |
|
Jani Taskinen
|
adf8f72f14
|
- Fixed bug #49092 (ReflectionFunction fails to work with functions in fully qualified namespaces)
|
2009-08-01 01:45:22 +00:00 |
|
Jani Taskinen
|
0b03346bf8
|
- Added test for bug #49074
|
2009-08-01 01:01:43 +00:00 |
|
Kalle Sommer Nielsen
|
21d61978dc
|
MFH: Fixed bug #48757 (ReflectionFunction::invoke() parameter issues)
|
2009-07-01 17:38:03 +00:00 |
|
andy wharmby
|
54ba44da0a
|
Fix tests
|
2009-06-29 07:45:11 +00:00 |
|
Arnaud Le Blanc
|
5c5dcf5e7a
|
MFH: Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does not
work with redeclared property)
(patch by Markus dot Lidel at shadowconnect dot com)
|
2009-05-21 16:01:37 +00:00 |
|
Felipe Pena
|
9fa1e2d8a8
|
- MFH: Fixed bug #47254 (Wrong Reflection for extends class)
|
2009-04-27 19:48:45 +00:00 |
|
Sebastian Bergmann
|
03b1d4f876
|
MFH: Rename reflection*.phpt to Reflection*.phpt for consistency.
|
2009-04-08 16:09:16 +00:00 |
|
Sebastian Bergmann
|
03e48b1535
|
MFH: Fix issue reported by Roman Borschel.
|
2009-04-04 14:36:23 +00:00 |
|
Christian Seiler
|
c6d89bd4a8
|
[DOC] Remove $this support in closures for PHP 5.3 beta 1
- Implementation notes here:
http://wiki.php.net/rfc/closures/removal-of-this
|
2009-01-26 22:54:34 +00:00 |
|
Felipe Pena
|
15851cd771
|
MFH:
- New parameter parsing
- Removed METHOD_NOTSTATIC_NUMPARAMS
|
2009-01-07 22:40:17 +00:00 |
|
Marcus Boerger
|
7c8c0414e1
|
- MFH Minor corrections and a new test
|
2009-01-03 20:41:01 +00:00 |
|
Sebastian Bergmann
|
2f49305bc8
|
MFH: Fix #46718: ReflectionProperty::setValue() and ReflectionProperty::setAccessible().
|
2008-11-29 15:58:54 +00:00 |
|
Ant Phillips
|
4126370491
|
Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
|
2008-11-18 15:36:48 +00:00 |
|
Ant Phillips
|
0b79202140
|
Commit tests for ext/reflection
|
2008-11-17 12:26:43 +00:00 |
|
Felipe Pena
|
39b1f65aab
|
- Fixed tests
|
2008-11-13 01:49:51 +00:00 |
|
Marcus Boerger
|
7126de4912
|
- Next step in namespaces, using / as namespace separator.
|
2008-11-04 15:58:55 +00:00 |
|
Felipe Pena
|
b9c03aa4a5
|
- MFH: Fixed bug #46064 (Exception when creating ReflectionProperty object on dynamicly created property)
|
2008-10-29 12:56:29 +00:00 |
|
Dmitry Stogov
|
f656c6fc70
|
Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown)
|
2008-10-01 07:30:31 +00:00 |
|
Felipe Pena
|
c89c62047c
|
- Fixed test
|
2008-08-18 19:49:33 +00:00 |
|
Christian Seiler
|
066ea4f66c
|
MFH: Fixed segfaults (tests added)
|
2008-08-11 22:31:22 +00:00 |
|
Felipe Pena
|
038373244b
|
- MFH: New tests
|
2008-08-11 14:00:02 +00:00 |
|
Marcus Boerger
|
05d896cce9
|
- MFH Closure/Reflection integration (original idea by Christian Seiler)
|
2008-08-11 12:43:21 +00:00 |
|
Felipe Pena
|
18d07065c0
|
- MFH: Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause an error)
|
2008-08-11 00:47:45 +00:00 |
|
Felix De Vliegher
|
3b2da467e7
|
Tests for ReflectionMethod::getClosure() and ReflectionFunction::getClosure()
|
2008-08-08 12:39:16 +00:00 |
|
Felipe Pena
|
a83e976857
|
- Fixed bug #45571 (ReflectionClass::export() shows superclasses' private static methods.)
patch by Robin Fernandes
|
2008-07-20 16:51:28 +00:00 |
|
Antony Dovgal
|
04c8373b6a
|
MFH
|
2008-07-11 12:44:02 +00:00 |
|
Dmitry Stogov
|
216909ced7
|
Added support for namespaces
|
2008-06-25 12:33:46 +00:00 |
|
Felipe Pena
|
bee6c52437
|
- New parameter parsing API
|
2008-06-21 02:41:27 +00:00 |
|
Lars Strojny
|
709ac7c21f
|
Testfest: various tests for ReflectionParameter
|
2008-06-12 21:41:21 +00:00 |
|
Lars Strojny
|
f2326fbed0
|
Testfest test cases for ReflectionExtension
|
2008-06-12 21:25:08 +00:00 |
|
Lars Strojny
|
5a241ddfe0
|
Testfest: ReflectionExtension tests by Gerrit te Sligte and Leon Luijkx
|
2008-06-12 20:55:38 +00:00 |
|
Lars Strojny
|
c26c072cba
|
Testfest: ReflectionExtension::info()-test by Stefan Koopmanschap
|
2008-06-12 20:46:23 +00:00 |
|
Lars Strojny
|
45f85f3840
|
Reflection::getModifierNames()-test by Felix De Vliegher (Testfest)
|
2008-06-12 20:31:06 +00:00 |
|
Felipe Pena
|
5050450f79
|
- MFB: Fixed bug #45139 (ReflectionProperty returns incorrect declaring class)
|
2008-06-01 03:11:38 +00:00 |
|
Sebastian Bergmann
|
30a8d14fbc
|
Drop SKIPIF check for ext/reflection.
|
2008-05-24 13:34:22 +00:00 |
|
Robin Fernandes
|
d2d61cac19
|
More basic ReflectionClass tests from Dutch TestFest.
|
2008-05-23 21:14:07 +00:00 |
|
Robin Fernandes
|
066a330877
|
Basic ReflectionClass tests (from Dutch TestFest)
|
2008-05-22 21:53:59 +00:00 |
|
Sebastian Bergmann
|
b5281c79b5
|
MFH: Add tests for ReflectionFunction::getExtension*().
|
2008-05-11 04:57:09 +00:00 |
|
Antony Dovgal
|
c75658c477
|
MFH
|
2008-04-29 08:08:21 +00:00 |
|
Robin Fernandes
|
0455ccb805
|
Remove inconsistent behaviour when a protected static prop is overridden by public static prop (details: http://turl.ca/phhhf ).
|
2008-03-03 15:07:04 +00:00 |
|
Derick Rethans
|
d161f4ec88
|
- Fixed speling.
|
2008-02-15 12:48:13 +00:00 |
|
Derick Rethans
|
a764d75d08
|
- Add the ReflectionProperty::setAccesible() method that allows non-public
property's values to be read through ::getValue().
#- [DOC]
|
2008-02-15 12:38:53 +00:00 |
|
Antony Dovgal
|
2fb4ea9c4f
|
MFH
|
2008-02-15 09:35:53 +00:00 |
|