Edit report at http://bugs.php.net/bug.php?id=52057&edit=1
ID: 52057
Comment by: brandon at brandonsavage dot net
Reported by: brandon at brandonsavage dot net
Summary: ReflectionClass fails on Closure class
Status: Open
Type:
From:
Operating system: All
PHP version: 5.3.2
Package: Reflection related
Bug Type: Bug
Bug description:ReflectionClass fails on Closure class
Description:
According to the documentation, the Closure class implements __construct()
and __invoke(). Ho
ID: 49320
User updated by: brandon at brandonsavage dot net
Reported By: brandon at brandonsavage dot net
Status: Open
Bug Type: PDO related
Operating System: All
PHP Version: 5.2.10
New Comment:
The version is mentioned as 5.2.10 but i tested
From: brandon at brandonsavage dot net
Operating system: All
PHP version: 5.2.10
PHP Bug Type: PDO related
Bug description: PDO returns null when SQLite connection fails
Description:
The PDO extension should either return an object or throw an exception.
However