ID:               45331
 Updated by:       [EMAIL PROTECTED]
 Reported By:      j dot jeising at gmail dot com
 Status:           Assigned
 Bug Type:         Class/Object related
 Operating System: Mac OS X 10.5.3
 PHP Version:      5.2.6
 Assigned To:      scottmac
 New Comment:

This is fixed in PHP 5.3 since the move to re2c, I will see whats
possible for the 5.2 branch.


Previous Comments:
------------------------------------------------------------------------

[2008-06-30 23:32:18] [EMAIL PROTECTED]

Scott, can you take a look? You may be the best person to check the
parser :)

------------------------------------------------------------------------

[2008-06-30 23:27:32] j dot jeising at gmail dot com

Feedback from developers missing here.

------------------------------------------------------------------------

[2008-06-30 01:00:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------

[2008-06-24 00:03:59] j dot jeising at gmail dot com

Testcase:

--TEST--
Bug #45331 (Imagick::clone with trailing space results in ParserError)
--FILE--
<?php
$imagick = new Imagick ( 'image.jpg' );
$clone = $imagick -> clone ( );
var_dump ( $clone );
?>
--EXPECT--
object(Imagick)#2 (0) { }

------------------------------------------------------------------------

[2008-06-23 00:38:45] j dot jeising at gmail dot com

Download file here: http://jannes.webkassel.de/test.php.zip

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/45331

-- 
Edit this bug report at http://bugs.php.net/?id=45331&edit=1

Reply via email to