summaryrefslogtreecommitdiff
path: root/Zend/tests/bug48228.phpt
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2009-06-02 08:02:21 +0000
committerJani Taskinen <jani@php.net>2009-06-02 08:02:21 +0000
commitdb4dcd9f4dee812e83ff6b5654699dccbc0481fc (patch)
tree9223487d529938f66793d0bf48af29660844612a /Zend/tests/bug48228.phpt
parent6895520ba3fffcc147b83a2480115f418c74dc81 (diff)
downloadphp-git-db4dcd9f4dee812e83ff6b5654699dccbc0481fc.tar.gz
fix test
Diffstat (limited to 'Zend/tests/bug48228.phpt')
-rw-r--r--Zend/tests/bug48228.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug48228.phpt b/Zend/tests/bug48228.phpt
index 2add69c340..ae8ba617b8 100644
--- a/Zend/tests/bug48228.phpt
+++ b/Zend/tests/bug48228.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #48228 (crash when exception is thrown while passing function arguments)
--FILE--
-<?
+<?php
function do_throw() {
throw new Exception();