Browse Source

fix test

PHP-5.2.1RC1
Jani Taskinen 17 years ago
parent
commit
bfebb9c6aa
  1. 2
      Zend/tests/bug48228.phpt

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

Loading…
Cancel
Save