Home
last modified time | relevance | path

Searched refs:Exception (Results 101 – 125 of 522) sorted by relevance

12345678910>>...21

/PHP-5.4/Zend/tests/
H A Dbug50383.phpt8 throw new Exception("Missing static method '$method'\n");
11 throw new Exception("Missing method '$method'\n");
25 } catch(Exception $e) {
32 } catch (Exception $e) {
H A Dbug60909_1.phpt2 Bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function).
8 throw new Exception("Foo");
14 Warning: Uncaught exception 'Exception' with message 'Foo' in %sbug60909_1.php:5
H A Dgc_030.phpt11 throw new Exception("foobar");
23 Fatal error: Uncaught exception 'Exception' with message 'foobar' in %sgc_030.php:%d
29 Next exception 'Exception' with message 'foobar' in %sgc_030.php:%d
H A Dgc_027.phpt8 throw new Exception();
9 } catch (Exception $e) {
H A Danonymous_func_003.phpt7 $a = create_function('', 'return new Exception("test");');
9 } catch (Exception $e) {
H A Dbug34065.phpt8 throw new Exception("error");
10 } catch (Exception $e) {
H A Dbug48428.phpt6 function x() { throw new Exception("ERROR"); }
8 } catch(Exception $e) {
H A Derror_reporting01.phpt12 throw new Exception("test");
17 } catch (Exception $e) {
H A Dexception_003.phpt6 throw new Exception(1);
11 Fatal error: Uncaught exception 'Exception' with message '1' in %s:%d
H A Dbug38623.phpt8 throw new Exception("test");
11 } catch (Exception $e) {
H A Dinter_05.phpt6 interface a extends Exception { }
10 Fatal error: a cannot implement Exception - it is not an interface in %s on line %d
H A Dindirect_method_call_001.phpt8 throw new Exception('foobar');
14 } catch (Exception $e) {
H A Dns_004.phpt7 echo get_class(new Exception()),"\n";
9 Fatal error: Class 'test\ns1\Exception' not found in %sns_004.php on line %d
H A Dbug44184.phpt9 throw new Exception();
16 } catch (Exception $ex) {
H A Derror_reporting02.phpt13 throw new Exception("test");
18 } catch (Exception $e) {
H A Dbug31177-2.phpt7 if($n) throw new Exception("new");
13 } catch (Exception $e) {
H A Dexception_handler_003.phpt19 throw new Exception();
24 string(17) "Exception thrown!"
H A Djump13.phpt14 catch(Exception $e) {
19 catch(Exception $e) {
/PHP-5.4/ext/spl/tests/
H A DrecursiveIteratorIterator_endchildren_error.phpt2 SPL: RecursiveIteratorIterator - Exception thrown in endchildren which should be handled in next()
14 throw new Exception;
37 Fatal error: Uncaught exception 'Exception' in %s
H A Diterator_047.phpt14 throw new Exception("State $state: $method()");
49 catch (Exception $e)
51 …echo "Exception: " . $e->getMessage() . " in " . $e->getFile() . " on line " . $e->getLine() . "\n…
93 Exception: State 1: MyRecursiveArrayIterator::hasChildren() in %s on line %d
100 Exception: State 2: MyRecursiveArrayIterator::getChildren() in %s on line %d
H A DSplObjectStorage_getHash.phpt20 } catch(Exception $e) {
26 throw new Exception("foo");
34 } catch(Exception $e) {
H A Dspl_iterator_apply_error_001.phpt7 throw new Exception('Broken callback');
14 } catch (Exception $e) {
/PHP-5.4/ext/phar/tests/
H A Dinvalid_setstubalias.phpt15 } catch (Exception $e) {
20 } catch (Exception $e) {
26 } catch (Exception $e) {
31 } catch (Exception $e) {
H A Dpharfileinfo_construct.phpt15 } catch (Exception $e) {
28 } catch (Exception $e) {
34 } catch (Exception $e) {
40 } catch (Exception $e) {
/PHP-5.4/ext/standard/tests/serialize/
H A Dbug69152.phpt5 $x = unserialize('O:9:"exception":1:{s:16:"'."\0".'Exception'."\0".'trace";s:4:"ryat";}');
12 Notice: Undefined property: Exception::$previous in %s on line %d
13 exception 'Exception' in %s:%d

Completed in 25 milliseconds

12345678910>>...21