News Feed
Jobs Feed
Sections




News Archive
Hasin Hayder's Blog:
An interesting bug in ReflectionParameter object in PHP 5.2.1
May 14, 2007 @ 10:11:00

In a new blog post today, Hasin Hayder points out an interesting bug he found in the Reflection functionality that's offered in one of the latest PHP5 series release, version 5.2.1 (also found in 5.2.2). It deals with an issue in the ReflectionParameter object.

[Despite the closing of this bug] there is still the following bug alive in ReflectionParameter object, I tested it against the PHP version 5.2.1 . So what is this bug? The reflection parameter cannot retrieve the default value of a parameter if the next parameter has no default value. PHP simply omits all the variables before that variable and return only values after that variable.

He illustrates with a test class that uses reflection to get the parameters for the constructor. Unfortunately, the object only comes back with the last attribute. This is solved later in the comments, however, when it's discovered that the parameters, some of which are optional, are not in the "correct order" - optional parameters should always follow the required.

0 comments voice your opinion now!
bug reflection parameter order constructor bug reflection parameter order constructor


blog comments powered by Disqus

Similar Posts

Tobias Schlitt's Blog: My first patch to PHP

PHPImpact Blog: Static Factories vs Public Constructors

Tobias Schlitt's Blog: Reflecting private properties

PHPBuilder.com: Three Advanced Object-Oriented PHP Features You Need to Know

Johannes Schluter's Blog: Easter - Don't just look for eggs but also for bugs


Community Events











Don't see your event here?
Let us know!


release development introduction database phpunit opinion framework zendframework2 podcast testing functional interview rest unittest usergroup symfony2 language community series conference

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework