Home
last modified time | relevance | path

Searched refs:Exception (Results 51 – 75 of 522) sorted by relevance

12345678910>>...21

/PHP-5.4/Zend/tests/
H A Dbug38234.phpt2 Bug #38234 (Exception in __clone makes memory leak)
7 throw new Exception();
13 } catch (Exception $e) {
H A Dbug60569.phpt2 Bug #60569 (Nullbyte truncates Exception $message.)
7 throw new Exception($msg);
8 } catch(Exception $e) {
H A Dbug33802.phpt2 Bug #33802 (throw Exception in error handler causes crash)
8 }catch(Exception $e){
17 throw new Exception();
H A Dbug65254.phpt2 Bug #65254 (Exception not catchable when exception thrown in autoload with a namespace)
9 throw new \Exception('abcd');
16 catch (Exception $e)
H A Dbug30162.phpt9 throw new Exception;
19 } catch(Exception $e) {
24 } catch(Exception $e) {
36 } catch(Exception $e) {
H A Derror_reporting10.phpt13 throw new Exception();
18 } catch (Exception $e) {}
26 } catch (Exception $e) {}
H A Dbug32226.phpt12 throw new Exception();
19 throw new Exception();
27 catch(Exception $e)
H A Dexception_handler_002.phpt10 throw new Exception();
13 class test extends Exception {
23 Fatal error: Uncaught exception 'Exception' in %sexception_handler_002.php:7
H A Dbug26698.phpt12 throw new Exception('NONE');
29 catch(Exception $e)
42 catch(Exception $e)
55 catch(Exception $e)
H A Dbug64960.phpt9 public function __invoke (Exception $e)
22 $e = new Exception;
34 Fatal error: Uncaught exception 'Exception' in %sbug64960.php:19
38 #2 [internal function]: ExceptionHandler->__invoke(Object(Exception))
/PHP-5.4/ext/spl/tests/
H A Dspl_pq_top_error_corrupt.phpt13 throw new Exception('ignore me');
27 } catch (Exception $e) {
33 echo "Exception: ".$e->getMessage().PHP_EOL;
38 Exception: Heap is corrupted, heap properties are no longer ensured.
H A Dfixedarray_002.phpt34 echo "Exception: ".$e->getMessage()."\n";
39 echo "Exception: ".$e->getMessage()."\n";
44 echo "Exception: ".$e->getMessage()."\n";
70 Exception: Index invalid or out of range
72 Exception: Index invalid or out of range
74 Exception: Index invalid or out of range
H A Ddllist_004.phpt10 echo "Exception: ".$e->getMessage()."\n";
15 echo "Exception: ".$e->getMessage()."\n";
50 Exception: Can't pop from an empty datastructure
51 Exception: Can't shift from an empty datastructure
H A Ddllist_005.phpt10 echo "Exception: ".$e->getMessage()."\n";
15 echo "Exception: ".$e->getMessage()."\n";
50 Exception: Can't shift from an empty datastructure
51 Exception: Can't shift from an empty datastructure
H A Dbug52238.phpt2 Bug #52238 - Crash when an Exception occurred in iterator_to_array
8 throw new Exception;
18 Fatal error: Uncaught exception 'Exception' in %s
/PHP-5.4/ext/reflection/tests/
H A DReflectionClass_getStaticPropertyValue_002.phpt15 } catch (Exception $e) {
20 } catch (Exception $e) {
25 } catch (Exception $e) {
30 } catch (Exception $e) {
35 } catch (Exception $e) {
H A DReflectionClass_isSubclassOf_002.phpt14 } catch (Exception $e) {
19 } catch (Exception $e) {
24 } catch (Exception $e) {
29 } catch (Exception $e) {
34 } catch (Exception $e) {
H A DReflectionObject_isSubclassOf.002.phpt14 } catch (Exception $e) {
19 } catch (Exception $e) {
24 } catch (Exception $e) {
29 } catch (Exception $e) {
34 } catch (Exception $e) {
/PHP-5.4/ext/standard/tests/general_functions/
H A Dbug31190.phpt7 function throwException() { throw new Exception("Hello World!\n");
13 } catch (Exception $e) {
19 } catch (Exception $e) {
/PHP-5.4/ext/standard/tests/serialize/
H A Dbug64354_2.phpt7 throw new Exception("Failed");
13 throw new Exception("Failed");
19 } catch (Exception $e) {
H A Dbug64354_1.phpt7 throw new Exception("Failed");
13 } catch (Exception $e) {
19 } catch (Exception $e) {
/PHP-5.4/ext/phar/tests/
H A Dbadparameters.phpt23 } catch (Exception $e) {
28 } catch (Exception $e) {
34 } catch (Exception $e) {
39 } catch (Exception $e) {
47 } catch (Exception $e) {
52 } catch (Exception $e) {
57 } catch (Exception $e) {
65 } catch (Exception $e) {
71 } catch (Exception $e) {
76 } catch (Exception $e) {
[all …]
H A Dphar_offset_check.phpt23 } catch (Exception $e) {
29 } catch (Exception $e) {
35 } catch (Exception $e) {
43 } catch (Exception $e) {
51 } catch (Exception $e) {
59 } catch (Exception $e) {
/PHP-5.4/tests/classes/
H A Dctor_failure.phpt10 throw new Exception($msg);
23 catch (Exception $e)
32 Caught Exception(Hello)
/PHP-5.4/ext/spl/internal/
H A Demptyiterator.inc36 * @throw Exception
41 throw new Exception('Accessing the value of an EmptyIterator');
45 * @throw Exception
50 throw new Exception('Accessing the key of an EmptyIterator');

Completed in 49 milliseconds

12345678910>>...21