Home
last modified time | relevance | path

Searched refs:Exception (Results 251 – 275 of 522) sorted by relevance

1...<<1112131415161718192021

/PHP-5.4/ext/spl/tests/
H A Dcountable_count_variation1.phpt31 throw new Exception('Thrown from count');
51 } catch (Exception $e) {
H A Dpqueue_001.phpt11 echo "Exception: ".$e->getMessage()."\n";
65 Exception: Can't extract from an empty heap
H A Diterator_041a.phpt15 throw new Exception("State $state: $method()");
73 catch (Exception $e)
H A Dbug46160.phpt9 } catch (Exception $e) { }
H A Dfixedarray_004.phpt10 } catch (Exception $e) {
H A Dbug46051.phpt10 } catch (Exception $e) { }
H A Dfixedarray_014.phpt9 } catch (Exception $e) {
H A Diterator_041.phpt15 throw new Exception("State $state: $method()");
73 catch (Exception $e)
H A Dbug54292.phpt8 } catch (Exception $e) {
/PHP-5.4/ext/phar/tests/
H A Dphar_setalias2.phpt29 } catch (Exception $e) {
34 } catch (Exception $e) {
H A Dphar_stub_error.phpt32 echo 'Exception: ' . $e->getMessage() . "\n";
51 Exception: illegal stub for phar "%sphar_stub_error.phar.php"
H A D004.phpt9 } catch (Exception $e) {
H A Dbug54395.phpt10 } catch (Exception $e) {
/PHP-5.4/ext/phar/tests/tar/
H A Drequire_hash.phpt27 } catch (Exception $e) {
37 } catch (Exception $e) {
H A Dtar_nostub.phpt25 } catch (Exception $e) {
34 } catch (Exception $e) {
/PHP-5.4/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc19 throw new Exception(
46 throw new Exception(
/PHP-5.4/ext/reflection/tests/
H A DReflectionMethod_invokeArgs_basic.phpt16 throw new Exception("Called willThrow()");
46 } catch (Exception $e) {
H A Dbug46205.phpt10 } catch (Exception $e) { }
/PHP-5.4/ext/date/tests/
H A Doo_001.phpt23 } catch (Exception $e) {
35 } catch (Exception $e) {
H A Dbug54283.phpt8 } catch (Exception $e) {
/PHP-5.4/tests/lang/
H A Dthrow_variation_001.phpt8 } catch (Exception $e) {
H A Dbug23279.phpt8 throw new Exception;
/PHP-5.4/Zend/tests/
H A Dexception_handler_001.phpt12 class test extends Exception {
H A Dobjects_026.phpt8 } catch (Exception $e) {
H A Dbug63762.phpt2 Bug #63762 - Sigsegv when Exception::$trace is changed by user
5 $e = new Exception();

Completed in 25 milliseconds

1...<<1112131415161718192021