Home
last modified time | relevance | path

Searched refs:Exception (Results 76 – 100 of 522) sorted by relevance

12345678910>>...21

/PHP-5.4/Zend/tests/
H A Dbug31177.phpt8 throw new Exception;
32 } catch(Exception $e) {
38 } catch(Exception $e) {
H A Dbug48408.phpt12 throw new Exception;
20 catch(Exception $e){
26 Fatal error: Uncaught exception 'Exception' in %s
H A Dbug60909_2.phpt2 Bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function).
6 set_error_handler(function($errno, $errstr, $errfile, $errline){throw new Exception("Foo");});
10 throw new Exception('Oops, I cannot do this');
H A Dbug32252.phpt2 Bug #32252 (Segfault when offsetSet throws an Exception (only without debug))
23 throw new Exception("Ooops");
37 catch (Exception $e)
H A Dlsb_015.phpt13 return new Exception();
36 } catch(Exception $e) {
51 throw new Exception();
52 } catch (Exception $e) {
H A Dbug38624.phpt14 throw new Exception( "doesn't work" );
19 throw new Exception( "doesn't work" );
29 Fatal error: Uncaught exception 'Exception' with message 'doesn't work' in %s:%d
/PHP-5.4/ext/phar/tests/
H A Dpharfileinfo_compression.phpt23 } catch (Exception $e) {
28 } catch (Exception $e) {
36 } catch (Exception $e) {
41 } catch (Exception $e) {
47 } catch (Exception $e) {
61 } catch (Exception $e) {
67 } catch (Exception $e) {
H A Dinvalid_alias.phpt14 } catch (Exception $e) {
19 } catch (Exception $e) {
25 } catch (Exception $e) {
31 } catch (Exception $e) {
H A Daddfuncs.phpt18 } catch (Exception $e) {
23 } catch (Exception $e) {
28 } catch (Exception $e) {
33 } catch (Exception $e) {
38 } catch (Exception $e) {
/PHP-5.4/ext/reflection/tests/
H A DReflectionMethod_constructor_error1.phpt19 } catch (Exception $e) {
25 } catch (Exception $e) {
31 } catch (Exception $e) {
37 } catch (Exception $e) {
43 } catch (Exception $e) {
49 } catch (Exception $e) {
55 } catch (Exception $e) {
61 } catch (Exception $e) {
/PHP-5.4/ext/spl/tests/
H A Ddllist_001.phpt10 echo "Exception: ".$e->getMessage()."\n";
15 echo "Exception: ".$e->getMessage()."\n";
52 Exception: Can't pop from an empty datastructure
53 Exception: Can't shift from an empty datastructure
H A Dspl_iterator_to_array_error.phpt8 throw new Exception('Make the iterator break');
17 } catch (Exception $e) {
24 } catch (Exception $e) {
H A Dbug42703.phpt2 Bug #42703 (Exception raised in an iterator::current() causes segfault in FilterIterator)
17 throw new Exception('boo');
31 catch (Exception $e) {
H A DarrayObject_exchangeArray_basic3.phpt17 } catch (Exception $e) {
18 echo "Exception:" . $e->getMessage() . "\n";
32 } catch (Exception $e) {
33 echo "Exception:" . $e->getMessage() . "\n";
45 } catch (Exception $e) {
46 echo "Exception:" . $e->getMessage() . "\n";
110 Exception:Passed variable is not an array or object, using empty array instead
H A DrecursiveIteratorIterator_nextelement_error.phpt2 SPL: RecursiveIteratorIterator - Exception thrown in nextelement which should be handled in next()
14 throw new Exception;
31 Fatal error: Uncaught exception 'Exception' in %s
H A DrecursiveIteratorIterator_beginchildren_error.phpt2 SPL: RecursiveIteratorIterator - Exception thrown in beginchildren which should be handled in next()
14 throw new Exception;
31 Fatal error: Uncaught exception 'Exception' in %s
H A DrecursiveIteratorIterator_callHasChildren_error.phpt2 SPL: RecursiveIteratorIterator - Exception thrown in callHasChildren which should be handled in nex…
14 throw new Exception;
31 Fatal error: Uncaught exception 'Exception' in %s
H A Dheap_top_variation_002.phpt11 throw new Exception('Corrupt heap');
21 } catch (Exception $e) {}
26 } catch (Exception $e) {
H A Diterator_045.phpt60 catch(Exception $e)
62 echo "Exception: " . $e->getMessage() . "\n";
69 catch(Exception $e)
71 echo "Exception: " . $e->getMessage() . "\n";
98 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
99 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
/PHP-5.4/tests/lang/
H A D039.phpt10 class MyException extends Exception implements Catchable
36 catch (Exception $e)
38 echo "Exception\n";
/PHP-5.4/ext/standard/tests/general_functions/
H A Dbug25038.phpt8 throw new Exception("This is an exception from bar({$x}).");
14 catch (Exception $e)
22 catch (Exception $e)
H A Dbug47857.phpt12 var_dump(is_callable(array('Exception','getMessage')));
13 Exception::getMessage();
22 Fatal error: Non-static method Exception::getMessage() cannot be called statically in %sbug47857.ph…
/PHP-5.4/tests/classes/
H A Dserialize_001.phpt41 catch(Exception $e)
43 echo 'Exception: ' . $e->getMessage() . "\n";
73 Exception: Test::serialize() must return a string or NULL
78 Exception: Test::serialize() must return a string or NULL
/PHP-5.4/ext/phar/tests/files/
H A Dpear2coverage.phar.php498 throw new Exception('Can not find code path $codepath');
564 throw new Exception('Unable to process path' . $a);
638 class Exception extends \Exception {}
757 throw new Exception('Can not find code path $codepath');
846 throw new Exception('Unable to process path' . $a);
920 class Exception extends \Exception {}
1072 throw new Exception('Cannot retrieve line links for ' . $file .
1089 throw new Exception('Cannot retrieve test paths :' . $error);
1139 throw new Exception('Cannot retrieve file paths :' . $error);
1251 throw new Exception('Cannot retrieve test ' . $test .
[all …]
/PHP-5.4/ext/dom/tests/
H A Ddom003.phpt2 Test 3: Exception Test
31 ["string":"Exception":private]=>
37 ["trace":"Exception":private]=>
58 ["previous":"Exception":private]=>

Completed in 28 milliseconds

12345678910>>...21