php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33967 misuse of Exception constructor doesn't display errorfile
Submitted: 2005-08-02 15:34 UTC Modified: 2005-08-02 18:32 UTC
From: benjamin at schulz dot name Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 5.1.0b3 OS: linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: benjamin at schulz dot name
New email:
PHP Version: OS:

 

 [2005-08-02 15:34 UTC] benjamin at schulz dot name
Description:
------------
If the Exception constructor or a child class gets an object as argument the errormessage doesn't contain a file or line what makes it hard to track down because in <5.1 or even <= 5.1.0b2 (not sure) it was possible to use different prototypes in Exception children

Reproduce code:
---------------
<?php
throw new Exception(new stdClass);
?>

Actual result:
--------------
Fatal error: Wrong parameter count for exception([string $exception [, long $code ]]) in Unknown on line 0

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-08-02 18:32 UTC] sniper@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 13:01:30 2024 UTC