Monday, 14 May 2007
Bug in ReflectionParameter Object in PHP |
| |
|
| |
Hasin Hayder updates you about a bug, which he found. He says that Sebastian Bergman, found a similar bug, which is currently marked as close. He tested the bug reported by Sebastian and found that it was fixed.
The bug thrives in ReflectionParameter object, which he tested against the PHP version 5.2.1. He explains that the bug in the reflection parameter cannot retrieve the default value of a parameter if the next parameter has no default value. PHP omits all the variables before that variable and return only values after that variable. He gives a script to regenerate the bug. |
| |
|
Read the Post
|
| |
|
|
| |
|
|
| |
|