Home
last modified time | relevance | path

Searched refs:Exception (Results 126 – 150 of 522) sorted by relevance

12345678910>>...21

/PHP-5.4/Zend/tests/
H A Dcatch.phpt16 throw new Exception();
18 } catch (Exception $e) {
H A Derror_reporting06.phpt16 throw new Exception("test");
21 } catch (Exception $e) {
H A Derror_reporting07.phpt16 throw new Exception("test");
21 } catch (Exception $e) {
H A Dbug30161.phpt8 throw new Exception;
18 } catch(Exception $e) {
H A Dbug30707.phpt13 } catch(Exception $e) {
21 throw new Exception;
H A Dcatch_002.phpt10 throw new Exception();
24 catch(Exception $e)
H A Dbug30725.phpt10 throw new Exception();
23 catch(Exception $e)
H A Dbug64354.phpt7 throw new Exception("serialize");
19 } catch (Exception $e) {
/PHP-5.4/ext/standard/tests/general_functions/
H A Dbug44487.phpt13 throw new Exception();
20 } catch (Exception $e) {
/PHP-5.4/ext/phar/tests/
H A Dpharfileinfo_setmetadata.phpt20 } catch (Exception $e) {
25 } catch (Exception $e) {
31 } catch (Exception $e) {
36 } catch (Exception $e) {
/PHP-5.4/ext/spl/tests/
H A DarrayObject_setIteratorClass_error1.phpt11 } catch (Exception $e) {
21 } catch (Exception $e) {
31 } catch (Exception $e) {
40 } catch (Exception $e) {
H A Dspl_pq_top_error_empty.phpt14 echo "Exception: ".$e->getMessage().PHP_EOL;
19 Exception: Can't peek at an empty heap
H A Diterator_058.phpt21 echo 'no Exception thrown';
24 no Exception thrown
H A Dspl_iterator_caching_getcache_error.phpt14 echo "Exception raised\n";
20 Exception raised
H A Darray_021.phpt11 throw new Exception("hi");
21 catch (Exception $e)
H A Dspl_iterator_caching_count_error.phpt14 echo "Exception raised\n";
20 Exception raised
H A Dbug36825.phpt11 throw new Exception("hi");
21 catch (Exception $e)
/PHP-5.4/ext/dom/tests/
H A Ddom_set_attr_node.phpt43 ["string":"Exception":private]=>
49 ["trace":"Exception":private]=>
70 ["previous":"Exception":private]=>
/PHP-5.4/ext/oci8/tests/
H A Dconnect_scope_try1.phpt32 set_error_handler(create_function('$x, $y', 'throw new Exception($y, $x);'));
45 catch (Exception $e)
47 echo "Caught Exception: ". $e->getMessage(), "\n";
80 Caught Exception: oci_execute(): ORA-%r(00984|57000: TT2957)%r: %s
H A Dconnect_scope_try2.phpt32 set_error_handler(create_function('$x, $y', 'throw new Exception($y, $x);'));
45 catch (Exception $e)
47 echo "Caught Exception: ". $e->getMessage(), "\n";
80 Caught Exception: oci_execute(): ORA-%r(00984|57000: TT2957)%r: %s
H A Dconnect_scope_try3.phpt32 set_error_handler(create_function('$x, $y', 'throw new Exception($y, $x);'));
45 catch (Exception $e)
47 echo "Caught Exception: ". $e->getMessage(), "\n";
80 Caught Exception: oci_execute(): ORA-%r(00984|57000: TT2957)%r: %s
H A Dconnect_scope_try4.phpt32 set_error_handler(create_function('$x, $y', 'throw new Exception($y, $x);'));
45 catch (Exception $e)
47 echo "Caught Exception: ". $e->getMessage(), "\n";
80 Caught Exception: oci_execute(): ORA-%r(00984|57000: TT2957)%r: %s
H A Dconnect_scope_try5.phpt32 set_error_handler(create_function('$x, $y', 'throw new Exception($y, $x);'));
45 catch (Exception $e)
47 echo "Caught Exception: ". $e->getMessage(), "\n";
80 Caught Exception: oci_execute(): ORA-%r(00984|57000: TT2957)%r: %s
H A Dconnect_scope_try6.phpt32 set_error_handler(create_function('$x, $y', 'throw new Exception($y, $x);'));
45 catch (Exception $e)
47 echo "Caught Exception: ". $e->getMessage(), "\n";
80 Caught Exception: oci_execute(): ORA-%r(00984|57000: TT2957)%r: %s
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_constructor.phpt37 } catch (Exception $e) {
38 printf("Exception: %s\n", $e->getMessage());
60 Exception with mysqli. Note that at all other places we throws errors but no exceptions unless the …
61 Exception: Class mysqli_fetch_object_test does not have a constructor hence you cannot use ctor_par…

Completed in 27 milliseconds

12345678910>>...21