We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ed2cb commit 229aa63Copy full SHA for 229aa63
tests/lang/035.phpt
@@ -4,7 +4,7 @@ ZE2: set_exception_handler()
4
<?php if (version_compare(zend_version(), "2.0.0-dev", "<")) print "skip Zend engine 2 required"; ?>
5
--FILE--
6
<?php
7
-class MyException {
+class MyException extends Exception {
8
function MyException($_error) {
9
$this->error = $_error;
10
}
0 commit comments