Home
last modified time | relevance | path

Searched refs:exception (Results 201 – 225 of 875) sorted by relevance

12345678910>>...35

/PHP-8.2/ext/date/tests/
H A DDatePeriod_wrong_constructor.phpt13 } catch (TypeError $exception) {
14 echo $exception->getMessage() . "\n";
/PHP-8.2/ext/sockets/tests/
H A Dsocket_select-wrongparams-2.phpt14 } catch (ValueError $exception) {
15 echo $exception->getMessage() . "\n";
/PHP-8.2/ext/spl/tests/
H A Dbug36825.phpt23 echo "got exception\n";
29 got exception
/PHP-8.2/ext/standard/tests/assert/
H A Dassert_return_value.phpt5 assert.exception = 0
12 Deprecated: PHP Startup: assert.exception INI setting is deprecated in Unknown on line 0
/PHP-8.2/ext/opcache/tests/
H A Dissue0057.phpt23 throw new Exception('exception');
38 exception
/PHP-8.2/ext/sysvshm/tests/
H A D007.phpt21 } catch (Error $exception) {
22 echo $exception->getMessage() . "\n";
/PHP-8.2/ext/filter/tests/
H A Dbug51368.phpt16 } catch (ValueError $exception) {
17 echo $exception->getMessage() . "\n";
/PHP-8.2/ext/xmlreader/tests/
H A DsetParserProperty_error.phpt15 } catch (ValueError $exception) {
16 echo $exception->getMessage() . "\n";
H A D001.phpt23 } catch (ValueError $exception) {
24 echo $exception->getMessage() . "\n";
/PHP-8.2/ext/simplexml/tests/
H A DSimpleXMLElement_xpath_4.phpt14 } catch (ValueError $exception) {
15 echo $exception->getMessage() . "\n";
/PHP-8.2/ext/mysqli/tests/
H A Dbug75448.phpt17 } catch (Error $exception) {
18 echo $exception->getMessage() . "\n";
H A Dmysqli_stmt_insert_id.phpt17 } catch (Error $exception) {
18 echo $exception->getMessage() . "\n";
60 } catch (Error $exception) {
61 echo $exception->getMessage() . "\n";
/PHP-8.2/ext/standard/tests/file/
H A Dfscanf_error.phpt28 } catch (ValueError $exception) {
29 echo $exception->getMessage() . "\n";
44 } catch (ValueError $exception) {
45 echo $exception->getMessage() . "\n";
H A Dfile_get_contents_error002.phpt12 } catch (ValueError $exception) {
13 echo $exception->getMessage() . "\n";
/PHP-8.2/ext/reflection/tests/
H A DReflectionClass_getProperty_002.phpt26 } catch (exception $e) {
31 } catch (exception $e) {
36 } catch (exception $e) {
41 } catch (exception $e) {
/PHP-8.2/ext/gd/tests/
H A Dcolorclosest.phpt17 } catch (ValueError $exception) {
18 echo $exception->getMessage() . "\n";
55 } catch (ValueError $exception) {
56 echo $exception->getMessage() . "\n";
H A Dimagecolormatch_error2.phpt17 } catch (ValueError $exception) {
18 echo $exception->getMessage() . "\n";
/PHP-8.2/Zend/tests/try/
H A Dcatch_finally_006.phpt2 Try catch finally (re-throw exception in catch block)
21 "caught exception" . PHP_EOL;
/PHP-8.2/Zend/tests/throw/
H A D002.phpt65 throw $exception = new Exception('Assignment');
71 $exception = null;
72 throw $exception ??= new Exception('Coalesce assignment null');
78 $exception = new Exception('Coalesce assignment non-null 1');
79 throw $exception ??= new Exception('Coalesce assignment non-null 2');
/PHP-8.2/ext/hash/tests/
H A Dhash_error.phpt11 } catch (ValueError $exception) {
12 echo $exception->getMessage() . "\n";
/PHP-8.2/Zend/tests/generators/
H A Dthrow_not_an_exception.phpt2 Generator::throw() with something that's not an exception
15 Fatal error: Uncaught TypeError: Generator::throw(): Argument #1 ($exception) must be of type Throw…
/PHP-8.2/ext/pcntl/tests/
H A Dpcntl_unshare_04.phpt20 } catch (ValueError $exception) {
21 echo $exception->getMessage() . "\n";
/PHP-8.2/ext/standard/tests/general_functions/
H A D010.phpt16 } catch (TypeError $exception) {
17 echo $exception->getMessage() . "\n";
H A Dbug41037.phpt10 } catch (Error $exception) {
11 echo $exception->getMessage() . "\n";
/PHP-8.2/ext/session/tests/
H A Dsession_start_error.phpt14 } catch (TypeError $exception) {
15 echo $exception->getMessage() . "\n";

Completed in 34 milliseconds

12345678910>>...35