Home
last modified time | relevance | path

Searched refs:Exception (Results 226 – 250 of 522) sorted by relevance

12345678910>>...21

/PHP-5.4/ext/phar/tests/
H A Dphar_extract3.phpt18 } catch (Exception $e) {
29 } catch (Exception $e) {
H A Dphar_oo_getcontents.phpt19 } catch (Exception $e) {
24 } catch (Exception $e) {
/PHP-5.4/ext/session/tests/
H A Dbug60634_error_2.phpt27 throw new Exception;
47 Fatal error: Uncaught exception 'Exception' in %s
H A Dsession_module_name_variation3.phpt21 throw new Exception("Stop...!");
44 Fatal error: Uncaught exception 'Exception' with message 'Stop...!' in %s:%d
H A Dsession_set_save_handler_error3.phpt21 throw new Exception("Do something bad..!");
37 Fatal error: Uncaught exception 'Exception' with message 'Do something bad..!' in %s:%d
/PHP-5.4/Zend/tests/
H A Dbug32674.phpt37 throw new Exception('shit happend');
57 } catch (Exception $e) {
H A Dbug26166.phpt54 throw new Exception("This is an error!");
62 catch (Exception $e) {
H A Dexception_002.phpt13 } catch (Exception $e) {
H A Dzend_operators.phpt7 var_dump(! (object)1 instanceof Exception);
/PHP-5.4/ext/sqlite3/tests/
H A Dsqlite3_21_security.phpt21 } catch (Exception $e) {
35 exception 'Exception' with message 'open_basedir prohibits opening %s' in %ssqlite3_21_security.php…
/PHP-5.4/tests/lang/
H A Dinc_throw.inc3 throw new Exception();
/PHP-5.4/ext/reflection/tests/
H A DReflectionClass_export_basic1.phpt6 public function privf(Exception $a) {}
43 Parameter #0 [ <required> Exception $a ]
H A DReflectionClass_newInstance_001.phpt52 } catch (Exception $e) {
59 } catch (Exception $e) {
69 } catch (Exception $e) {
H A DReflectionProperty_export_error.phpt15 catch(Exception $e) {
31 catch(Exception $e) {
H A Dbug46064.phpt2 Bug #46064 (Exception when creating ReflectionProperty object on dynamicly created property)
25 } catch (Exception $e) {
H A DReflectionClass_newInstanceArgs_001.phpt52 } catch (Exception $e) {
59 } catch (Exception $e) {
69 } catch (Exception $e) {
/PHP-5.4/ext/standard/tests/array/
H A Darray_walk.phpt22 throw new Exception($v3);
27 } catch (Exception $e) {
H A Darray_walk_recursive1.phpt22 throw new Exception($v3);
27 } catch (Exception $e) {
/PHP-5.4/ext/spl/tests/
H A Dspl_heap_iteration_error.phpt12 throw new Exception('Corrupting heap',99);
26 } catch (Exception $e) {
H A DCallbackFilterIteratorTest-002.phpt36 throw new Exception("some message");
40 } catch(Exception $e) {
H A Dbug37457.phpt52 throw new Exception("Failure in Accept");
65 catch (Exception $e)
/PHP-5.4/ext/phar/tests/tar/
H A Dphar_stub_error.phpt28 echo 'Exception: ' . $e->getMessage() . "\n";
48 Exception: illegal stub for tar-based phar "%sphar_stub_error.phar.tar"
/PHP-5.4/ext/phar/tests/zip/
H A Dphar_stub_error.phpt29 echo 'Exception: ' . $e->getMessage() . "\n";
48 Exception: illegal stub for zip-based phar "%sphar_stub_error.phar.zip"
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt94 printf("[017] Exception code '%s' differs from errorCode '%s'\n",
106 printf("[019] Exception has been thrown in line %d, exception object reports line %d\n",
110 printf("[020] Exception has been thrown in file '%s', exception object reports file '%s'\n",
132 printf("[025] Exception code '%s' differs from errorCode '%s'\n",
144 printf("[027] Exception has been thrown in line %d, exception object reports line %d\n",
148 printf("[028] Exception has been thrown in file '%s', exception object reports file '%s'\n",
/PHP-5.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation17.phpt25 throw new Exception("Divison by zero");
32 } catch(Exception $e) {
236 string(9) "Exception"
507 string(9) "Exception"

Completed in 23 milliseconds

12345678910>>...21