Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 /tests bug48228.phpt

[email protected] (Arnaud Le Blanc) Tue, 02 Jun 2009 13:58:09 +0200
Newsgroups php.zend-engine.cvs
Message-ID <1243943889.5803.3.camel@localhost>
Hi,

Thanks :)

Regards,

Arnaud

On Tue, 2009-06-02 at 08:02 +0000, Jani Taskinen wrote:
> jani		Tue Jun  2 08:02:21 2009 UTC
> 
>   Modified files:              
>     /ZendEngine2/tests	bug48228.phpt 
>   Log:
>   fix test
>   
> http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/bug48228.phpt?r1=1.1&r2=1.2&diff_format=u
> Index: ZendEngine2/tests/bug48228.phpt
> diff -u ZendEngine2/tests/bug48228.phpt:1.1 ZendEngine2/tests/bug48228.phpt:1.2
> --- ZendEngine2/tests/bug48228.phpt:1.1	Mon Jun  1 16:10:13 2009
> +++ ZendEngine2/tests/bug48228.phpt	Tue Jun  2 08:02:21 2009
> @@ -1,7 +1,7 @@
>  --TEST--
>  Bug #48228 (crash when exception is thrown while passing function arguments)
>  --FILE--
> -<?
> +<?php
>  
>  function do_throw() {
>  	throw new Exception();
> 
> 
>