Home
last modified time | relevance | path

Searched refs:Exception (Results 201 – 225 of 898) sorted by relevance

12345678910>>...36

/PHP-8.0/ext/opcache/tests/jit/
H A Dassign_dim_undef_exception.phpt11 throw new Exception($m);
27 } catch (Exception $e) {
32 } catch (Exception $e) {
H A Dshift_left_001.phpt23 echo "Exception " . $e->getMessage() . "\n";
28 echo "Exception (" . get_class($e) . "): " . $e->getMessage() . "\n";
37 Exception (ArithmeticError): Bit shift by negative number
H A Dmod_001.phpt25 echo "Exception " . $e->getMessage() . "\n";
30 echo "Exception (" . get_class($e) . "): " . $e->getMessage() . "\n";
41 Exception (DivisionByZeroError): Modulo by zero
/PHP-8.0/Zend/tests/generators/
H A Dgh8289.phpt11 throw new Exception;
16 } catch (Exception $e) {
29 Exception in %s:%d
/PHP-8.0/ext/spl/tests/
H A Diterator_045.phpt60 catch(Exception $e)
62 echo "Exception: " . $e->getMessage() . "\n";
69 catch(Exception $e)
71 echo "Exception: " . $e->getMessage() . "\n";
92 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
93 Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
H A DrecursiveIteratorIterator_callHasChildren_error.phpt2 SPL: RecursiveIteratorIterator - Exception thrown in callHasChildren which should be handled in nex…
14 throw new Exception;
31 Fatal error: Uncaught Exception in %s
H A DrecursiveIteratorIterator_nextelement_error.phpt2 SPL: RecursiveIteratorIterator - Exception thrown in nextelement which should be handled in next()
14 throw new Exception;
31 Fatal error: Uncaught Exception in %s
H A DrecursiveIteratorIterator_beginchildren_error.phpt2 SPL: RecursiveIteratorIterator - Exception thrown in beginchildren which should be handled in next()
14 throw new Exception;
31 Fatal error: Uncaught Exception in %s
/PHP-8.0/Zend/tests/
H A Dtemporary_cleaning_008.phpt8 throw new Exception();
10 } catch (Exception $e) {
H A Dbug50383.phpt8 throw new Exception("Missing static method '$method'\n");
11 throw new Exception("Missing method '$method'\n");
25 } catch(Exception $e) {
32 } catch (Exception $e) {
H A Dbug49908.phpt12 throw new Exception($className);
18 } catch (Exception $e) { }
30 Fatal error: Uncaught Exception: Bar in %s:%d
H A Dtemporary_cleaning_003.phpt7 throw new Exception();
13 } catch (Exception $e) {
H A Dgc_027.phpt8 throw new Exception();
9 } catch (Exception $e) {
H A Dbug38624.phpt14 throw new Exception( "doesn't work" );
19 throw new Exception( "doesn't work" );
29 Fatal error: Uncaught Exception: doesn't work in %s:%d
H A Dlsb_015.phpt13 return new Exception();
36 } catch(Exception $e) {
51 throw new Exception();
52 } catch (Exception $e) {
H A Dtemporary_cleaning_014.phpt7 set_error_handler(function() { throw new Exception; });
10 } catch (Exception $e) {
H A Dtemporary_cleaning_010.phpt10 throw new Exception;
16 } catch (Exception $e) {
H A Dexception_003.phpt6 throw new Exception(1);
10 Fatal error: Uncaught Exception: 1 in %s:%d
/PHP-8.0/tests/classes/
H A Dserialize_001.phpt41 catch(Exception $e)
43 echo 'Exception: ' . $e->getMessage() . "\n";
71 Exception: Test::serialize() must return a string or NULL
76 Exception: Test::serialize() must return a string or NULL
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_constructor_002.phpt13 } catch (Exception $e) {
19 } catch (Exception $e) {
25 } catch (Exception $e) {
43 } catch (Exception $e) {
H A DReflectionMethod_constructor_error1.phpt19 } catch (Exception $e) {
25 } catch (Exception $e) {
31 } catch (Exception $e) {
37 } catch (Exception $e) {
43 } catch (Exception $e) {
49 } catch (Exception $e) {
55 } catch (Exception $e) {
61 } catch (Exception $e) {
/PHP-8.0/ext/standard/tests/array/
H A Dbug76778.phpt9 throw new Exception;
13 } catch (Exception $e) {
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt46 } catch (Exception $e) {
47 echo "Exception: {$e->getMessage()}\n";
65 } catch (Exception $e) {
66 echo "Exception: {$e->getMessage()}\n";
72 } catch (Exception $e) {
73 echo "Exception: {$e->getMessage()}\n";
119 Exception: SQLSTATE[42P01]: Undefined table: 7 %s: %stest_error%s
136 Exception: SQLSTATE[42P01]: Undefined table: 7 %s: %stest_error%s
138 Exception: SQLSTATE[HY000]: General error: 7 Unable to open the file for writing
/PHP-8.0/Zend/tests/try/
H A Dbug70228_2.phpt7 throw new Exception(1);
10 throw new Exception(2);
H A Dbug72629.phpt10 throw new Exception;
11 } catch (Exception $e) { }

Completed in 26 milliseconds

12345678910>>...36