1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
This commit is contained in:
Jani Taskinen
2009-06-02 08:02:21 +00:00
parent 6895520ba3
commit db4dcd9f4d

View 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();