Home
last modified time | relevance | path

Searched refs:ex (Results 51 – 75 of 167) sorted by relevance

1234567

/PHP-8.1/ext/dom/tests/
H A Dbug66783.phpt12 } catch (DOMException $ex) {
13 echo $ex->getMessage(), PHP_EOL;
/PHP-8.1/ext/hash/tests/
H A Dgh12186_1.phpt11 } catch (Throwable $ex) {
12 echo $ex->getMessage() . "\n";
/PHP-8.1/Zend/tests/array_unpack/
H A Dnon_integer_keys.phpt12 } catch (Error $ex) {
13 echo "Exception: " . $ex->getMessage() . "\n";
/PHP-8.1/ext/gd/tests/
H A Dbug72709.phpt12 catch (\Error $ex) {
13 echo $ex->getMessage() . "\n";
/PHP-8.1/ext/phar/tests/
H A Dbug79503.phpt9 } catch (UnexpectedValueException $ex) {
10 echo $ex->getMessage();
H A Dbug81211.phpt25 } catch (UnexpectedValueException $ex) {
26 echo $ex->getMessage(), PHP_EOL;
30 } catch (UnexpectedValueException $ex) {
31 echo $ex->getMessage(), PHP_EOL;
/PHP-8.1/ext/bcmath/tests/
H A Dbcsqrt_error1.phpt12 } catch (ValueError $ex) {
13 echo $ex->getMessage(), PHP_EOL;
/PHP-8.1/Zend/tests/assert/
H A Dexpect_005.phpt11 } catch (AssertionError $ex) {
12 var_dump($ex->getMessage());
/PHP-8.1/Zend/tests/
H A Dclosure_031.phpt13 } catch (Error $ex) {
14 echo "Error: {$ex->getMessage()}\n";
H A Dns_055.phpt20 $ex = new \Exception();
23 $foo->test3($ex);
/PHP-8.1/ext/sqlite3/tests/
H A Dsqlite3_31_open.phpt14 } catch (Exception $ex) {
15 var_dump($ex->getMessage());
H A Dsqlite3_34_load_extension_ext_dir.phpt21 } catch (Extension $ex) {
22 var_dump($ex->getMessage());
H A Dsqlite3_33_load_extension_param.phpt23 } catch (Extension $ex) {
24 var_dump($ex->getMessage());
/PHP-8.1/ext/calendar/tests/
H A Dbug80185.phpt15 } catch (ValueError $ex) {
16 echo $ex->getMessage(), PHP_EOL;
H A Deaster_date.phpt17 } catch (ValueError $ex) {
18 echo "{$ex->getMessage()}\n";
/PHP-8.1/ext/com_dotnet/tests/
H A Dbug78694.phpt10 } catch (com_exception $ex) {
11 var_dump($ex->getMessage());
/PHP-8.1/Zend/tests/arg_unpack/
H A Dnon_integer_keys.phpt15 } catch (Error $ex) {
16 echo "Exception: " . $ex->getMessage() . "\n";
H A Dstring_keys.phpt12 } catch (Error $ex) {
13 var_dump($ex->getMessage());
/PHP-8.1/Zend/tests/try/
H A Dtry_finally_001.phpt7 throw new Exception("ex");
18 Fatal error: Uncaught Exception: ex %s
H A Dtry_finally_003.phpt10 throw new Exception("ex");
23 Fatal error: Uncaught Exception: ex %s
H A Dtry_finally_010.phpt13 } catch (MyEx $ex) {
25 } catch (Exception $ex) {
/PHP-8.1/Zend/tests/type_declarations/
H A Dinexistent_class_hint_with_scalar_arg.phpt6 function foo(bar $ex) {}
11 Fatal error: Uncaught TypeError: foo(): Argument #1 ($ex) must be of type bar, null given, called i…
/PHP-8.1/ext/spl/tests/
H A Dbug70561.phpt16 } catch (OutOfBoundsException $ex) {
17 echo $ex->getMessage() . PHP_EOL;
/PHP-8.1/tests/lang/
H A Dcatchable_error_002.phpt22 } catch (Error $ex) {
23 echo $ex->getMessage(), "\n";
/PHP-8.1/ext/opcache/tests/
H A Dpreload_004.phpt19 } catch (Throwable $ex) {
20 echo $ex->getMessage() . "\n";

Completed in 79 milliseconds

1234567