]> granicus.if.org Git - php/commitdiff
fix test
authorJani Taskinen <jani@php.net>
Tue, 2 Jun 2009 08:03:07 +0000 (08:03 +0000)
committerJani Taskinen <jani@php.net>
Tue, 2 Jun 2009 08:03:07 +0000 (08:03 +0000)
Zend/tests/bug48228.phpt

index 2add69c340543a00e3f6d8bf9f847de812bf3110..ae8ba617b8819dfd52c6f4dadf713d8fffea2276 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 Bug #48228 (crash when exception is thrown while passing function arguments)
 --FILE--
-<?
+<?php
 
 function do_throw() {
        throw new Exception();