Home
last modified time | relevance | path

Searched refs:Exception (Results 176 – 200 of 522) sorted by relevance

12345678910>>...21

/PHP-5.4/ext/phar/tests/
H A Dalias_acrobatics.phpt19 } catch (Exception $e) {
26 } catch (Exception $e) {
31 } catch (Exception $e) {
H A Dphar_copy.phpt36 catch(Exception $e)
49 } catch (Exception $e) {
54 } catch (Exception $e) {
62 } catch (Exception $e) {
67 } catch (Exception $e) {
H A Dphar_mount.phpt18 } catch (Exception $e) {
23 } catch (Exception $e) {
41 } catch (Exception $e) {
46 } catch (Exception $e) {
H A Dphar_extract.phpt47 } catch (Exception $e) {
55 } catch (Exception $e) {
63 } catch (Exception $e) {
69 } catch (Exception $e) {
75 } catch (Exception $e) {
87 } catch (Exception $e) {
95 } catch (Exception $e) {
H A Dphar_unlinkarchive.phpt13 } catch (Exception $e) {
22 } catch (Exception $e) {
28 } catch (Exception $e) {
51 } catch (Exception $e) {
71 } catch (Exception $e) {echo $e->getMessage(),"\n";}
H A Dphar_setsignaturealgo1.phpt22 } catch (Exception $e) {
28 } catch (Exception $e) {
34 } catch (Exception $e) {
H A Dphar_oo_011b.phpt27 echo "Exception: " . $e->getMessage() . "\n";
38 Exception: Write operations disabled by the php.ini setting phar.readonly
/PHP-5.4/sapi/cli/tests/
H A D004.phpt22 string(45) "Exception: Function unknown() does not exist
24 string(42) "Exception: Function echo() does not exist
/PHP-5.4/Zend/tests/
H A Dbug49908.phpt12 throw new Exception($className);
23 Fatal error: Uncaught exception 'Exception' with message 'Bar' in %s:%d
H A Dbug51394.phpt9 throw new Exception("error!");
16 Warning: Uncaught exception 'Exception' with message 'error!' in %sbug51394.php:4
H A Dbug64966.phpt6 set_error_handler(function($error) { throw new Exception(); }, E_RECOVERABLE_ERROR);
23 Fatal error: Uncaught exception 'Exception' in %sbug64966.php:3
H A Dbug32993.phpt10 public function current() { throw new Exception(); }
23 } catch (Exception $e) {
/PHP-5.4/ext/snmp/tests/
H A Dsnmp-object-error.phpt19 } catch (Exception $e) {
24 } catch (Exception $e) {
29 } catch (Exception $e) {
34 } catch (Exception $e) {
38 echo "Exception handling\n";
82 Exception handling
/PHP-5.4/ext/phar/tests/tar/
H A Dalias_acrobatics.phpt19 } catch (Exception $e) {
26 } catch (Exception $e) {
31 } catch (Exception $e) {
/PHP-5.4/ext/phar/tests/zip/
H A Dalias_acrobatics.phpt19 } catch (Exception $e) {
26 } catch (Exception $e) {
31 } catch (Exception $e) {
/PHP-5.4/ext/reflection/tests/
H A DReflectionProperty_constructor_variation1.phpt13 } catch (Exception $e) {
24 } catch (Exception $e) {
34 } catch (Exception $e) {
H A DReflectionMethod_constructor_error2.phpt19 } catch (Exception $e) {
25 } catch (Exception $e) {
H A D006.phpt29 catch(Exception $e)
56 catch(Exception $e)
75 catch(Exception $e)
/PHP-5.4/ext/pdo_pgsql/tests/
H A Dbug66584.phpt27 } catch (\Exception $e) {
33 } catch (\Exception $e) {
41 } catch (\Exception $e) {
/PHP-5.4/ext/spl/tests/
H A Dfixedarray_021.phpt15 } catch (Exception $e) {
23 } catch (Exception $e) {
49 } catch (Exception $e) {
H A Dheap_002.phpt11 echo "Exception: ".$e->getMessage()."\n";
40 Exception: Can't extract from an empty heap
H A Diterator_041b.phpt15 throw new Exception("State $state: $method()");
73 catch (Exception $e)
87 } catch (Exception $e) {
/PHP-5.4/tests/lang/
H A D038.phpt6 class MyException extends Exception
28 catch (Exception $e)
/PHP-5.4/ext/sqlite3/tests/
H A Dsqlite3_15_open_error.phpt20 } catch (Exception $e) {
27 exception 'Exception' with message 'Unable to open database: %s' in %ssqlite3_15_open_error.php:%d
/PHP-5.4/ext/pcre/tests/
H A Dpreg_replace_callback2.phpt7 throw new Exception();
12 } catch(Exception $e) {}

Completed in 27 milliseconds

12345678910>>...21