forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e76c1cc
commit ebddf8a
Showing
5 changed files
with
2 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,9 +35,4 @@ PHP NEWS | |
- pgsql | ||
. Added pg_escape_literal() and pg_escape_identifier() (Yasuo) | ||
|
||
- Reflection: | ||
. Added ReflectionCLass::setFinal() and ReflectionMethod::setFinal() to allow | ||
stubbing and mocking of final classes and methods, for instance. | ||
(Sebastian, Jan Dolecek <[email protected]>) | ||
|
||
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Steve Seear <[email protected]> | |
$rc = new ReflectionClass("ReflectionClass"); | ||
echo $rc; | ||
?> | ||
--EXPECT-- | ||
--EXPECTF-- | ||
Class [ <internal:Reflection> class ReflectionClass implements Reflector ] { | ||
|
||
- Constants [3] { | ||
|
@@ -34,7 +34,7 @@ Class [ <internal:Reflection> class ReflectionClass implements Reflector ] { | |
Property [ <default> public $name ] | ||
} | ||
|
||
- Methods [50] { | ||
- Methods [49] { | ||
Method [ <internal:Reflection> final private method __clone ] { | ||
|
||
- Parameters [0] { | ||
|
@@ -230,13 +230,6 @@ Class [ <internal:Reflection> class ReflectionClass implements Reflector ] { | |
} | ||
} | ||
|
||
Method [ <internal:Reflection> public method setFinal ] { | ||
|
||
- Parameters [1] { | ||
Parameter #0 [ <required> $value ] | ||
} | ||
} | ||
|
||
Method [ <internal:Reflection> public method getModifiers ] { | ||
|
||
- Parameters [0] { | ||
|
This file was deleted.
Oops, something went wrong.