mirror of
https://github.com/php/php-src.git
synced 2026-04-21 23:18:13 +02:00
c0a389a927
If zend_throw_exception_ex() already threw an exception, we should not throw again.
5 lines
36 B
PHP
5 lines
36 B
PHP
<?php
|
|
class A {
|
|
if (wrongsyntax)
|
|
}
|