php-src/ext/reflection/tests/bug74454.inc
Christoph M. Becker c0a389a927 Fix #74454: Wrong exception being thrown when using ReflectionMethod
If zend_throw_exception_ex() already threw an exception, we should not
throw again.
2018-09-05 15:05:19 +02:00

4 lines
36 B
PHP

<?php
class A {
if (wrongsyntax)
}