Home
last modified time | relevance | path

Searched refs:Exception (Results 151 – 175 of 522) sorted by relevance

12345678910>>...21

/PHP-5.4/tests/lang/
H A Dbug32828.phpt8 throw new Exception;
16 Fatal error: Uncaught exception 'Exception' in %s:%d
/PHP-5.4/Zend/tests/
H A Dbug29368.phpt11 throw new Exception;
22 } catch(Exception $exc)
H A Derror_reporting08.phpt17 throw new Exception("test");
22 } catch (Exception $e) {
H A Dexception_004.phpt2 Throwing exception using a class that isn't derived from the Exception base class
18 Fatal error: Exceptions must be valid objects derived from the Exception base class in %s on line %d
H A Dns_055.phpt14 function test3(\Exception $x) {
20 $ex = new \Exception();
H A Dbug35437.phpt7 throw new Exception("Error occuried: " . $errstr);
22 } catch (Exception $e) {
H A Dbug48228.phpt7 throw new Exception();
27 Fatal error: Uncaught exception 'Exception' in %s
H A Dbug32429.phpt16 throw new Exception('Call to undefined method'.get_class($this).'::'.$name.'()');
22 } catch (Exception $e) {
H A Dbug43175.phpt8 throw new Exception();
19 } catch (Exception $e) {
H A Dcatch_003.phpt10 throw new Exception();
29 catch(Exception $e)
H A Derror_reporting03.phpt14 throw new Exception("test");
25 } catch (Exception $e) {
H A Dbug41075.phpt8 throw new Exception($errstr);
23 } catch (Exception $e) {
H A Dcatch_004.phpt10 throw new Exception();
30 catch(Exception $e)
H A Dbug34062.phpt5 function f1() { throw new Exception; }
14 } catch (Exception $e) {
/PHP-5.4/tests/classes/
H A Dtostring_003.phpt10 throw new Exception("Damn!");
25 catch(Exception $e)
/PHP-5.4/ext/spl/tests/
H A Dspl_iterator_apply_error.phpt8 throw new Exception('Make the iterator break');
18 } catch (Exception $e) {
H A Diterator_057.phpt18 echo 'no Exception thrown'
21 no Exception thrown
H A Diterator_044.phpt39 catch(Exception $e)
41 echo "Exception: " . $e->getMessage() . "\n";
48 catch(Exception $e)
50 echo "Exception: " . $e->getMessage() . "\n";
72 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
73 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
H A Darray_018.phpt11 catch (Exception $e)
24 catch (Exception $e)
/PHP-5.4/ext/standard/tests/serialize/
H A Dbug64354_3.phpt7 throw new Exception("Failed");
24 } catch (Exception $e) {
/PHP-5.4/ext/standard/tests/array/
H A Dbug30266.phpt12 throw new Exception("Error");
29 catch(Exception $e)
/PHP-5.4/ext/reflection/tests/
H A DReflectionObject_isInternal_basic.phpt10 $r3 = new ReflectionObject(new ReflectionProperty('Exception', 'message'));
11 $r4 = new ReflectionObject(new Exception);
H A DReflectionObject_isUserDefined_basic.phpt10 $r3 = new ReflectionObject(new ReflectionProperty('Exception', 'message'));
11 $r4 = new ReflectionObject(new Exception);
/PHP-5.4/ext/phar/tests/
H A Dphar_offset_get_error.phpt24 catch(Exception $e)
34 } catch (Exception $e) {
39 } catch (Exception $e) {
H A Dpharfileinfo_getcrc32.phpt25 } catch (Exception $e) {
32 } catch (Exception $e) {
38 } catch (Exception $e) {

Completed in 26 milliseconds

12345678910>>...21