Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...36

/PHP-8.0/Zend/tests/
H A Dbug44184.phpt9 throw new Exception();
16 } catch (Exception $ex) {
H A Derror_reporting02.phpt13 throw new Exception("test");
18 } catch (Exception $e) {
H A Dfe_fetch_dtor_exception.phpt8 throw new Exception("foo");
16 } catch (Exception $e) {
H A Dbug69388_2.phpt11 eval('namespace {use Exception;}');
15 The use statement with non-compound name 'Exception' has no effect
H A Dmod_001.phpt13 echo "Exception: " . $e->getMessage() . "\n";
19 Exception: Unsupported operand types: array % array
H A Dbind_static_exception.phpt7 throw new Exception("Foo");
13 } catch (Exception $e) {
H A Dtemporary_cleaning_001.phpt7 throw new Exception();
17 } catch (Exception $e) {
H A Dthis_in_catch.phpt8 throw new Exception();
9 } catch (Exception $this) {
H A Dbug31177-2.phpt7 if($n) throw new Exception("new");
13 } catch (Exception $e) {
H A Dexception_handler_003.phpt19 throw new Exception();
24 string(17) "Exception thrown!"
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 Dexception_024.phpt9 throw new Exception();
15 Fatal error: Uncaught Exception in %s:%d
H A Djump13.phpt14 catch(Exception $e) {
19 catch(Exception $e) {
/PHP-8.0/Zend/tests/try/
H A Dbug70228_5.phpt9 throw new Exception("ops");
15 } catch (Exception $e) {
H A Dcatch_finally_005.phpt7 throw new Exception("ex");
10 } catch (Exception $e) {
/PHP-8.0/Zend/tests/array_unpack/
H A Dnon_integer_keys.phpt13 echo "Exception: " . $ex->getMessage() . "\n";
18 Exception: Cannot unpack Traversable with non-integer keys
/PHP-8.0/ext/phar/tests/bug64931/
H A Dbug64931.phpt17 } catch (Exception $e) {
23 } catch (Exception $e) {
29 } catch (Exception $e) {
35 } catch (Exception $e) {
/PHP-8.0/ext/phar/tests/
H A Dpharfileinfo_setmetadata.phpt20 } catch (Exception $e) {
25 } catch (Exception $e) {
31 } catch (Exception $e) {
36 } catch (Exception $e) {
H A Dbadparameters.phpt68 } catch (Exception $e) {
73 } catch (Exception $e) {
83 } catch (Exception $e) {
88 } catch (Exception $e) {
100 } catch (Exception $e) {
105 } catch (Exception $e) {
110 } catch (Exception $e) {
122 } catch (Exception $e) {
132 } catch (Exception $e) {
137 } catch (Exception $e) {
[all …]
/PHP-8.0/ext/dom/tests/
H A Ddom003.phpt2 Test 3: Exception Test
31 ["string":"Exception":private]=>
37 ["trace":"Exception":private]=>
58 ["previous":"Exception":private]=>
/PHP-8.0/ext/spl/tests/
H A Dspl_iterator_apply_error_001.phpt7 throw new Exception('Broken callback');
14 } catch (Exception $e) {
/PHP-8.0/ext/opcache/tests/jit/
H A Dmod_002.phpt37 echo "Exception " . $e->getMessage() . "\n";
42 echo "Exception (" . get_class($e) . "): " . $e->getMessage() . "\n";
53 Exception (DivisionByZeroError): Modulo by zero
H A Dshift_left_002.phpt35 echo "Exception " . $e->getMessage() . "\n";
40 echo "Exception (" . get_class($e) . "): " . $e->getMessage() . "\n";
49 Exception (ArithmeticError): Bit shift by negative number
/PHP-8.0/ext/reflection/tests/
H A Dbug76737.phpt9 } catch (Exception $e) {
15 } catch (Exception $e) {
21 } catch (Exception $e) {

Completed in 28 milliseconds

1...<<11121314151617181920>>...36