Home
last modified time | relevance | path

Searched refs:exception (Results 251 – 275 of 852) sorted by relevance

1...<<11121314151617181920>>...35

/PHP-8.1/ext/mysqli/tests/
H A Dbug28817.phpt28 } catch (Error $exception) {
29 echo $exception->getMessage() . "\n";
H A Dmysqli_close.phpt23 } catch (Error $exception) {
24 echo $exception->getMessage() . "\n";
H A Dmysqli_fetch_row.phpt28 } catch (Error $exception) {
29 echo $exception->getMessage() . "\n";
H A Dmysqli_ping.phpt30 } catch (Error $exception) {
31 echo $exception->getMessage() . "\n";
H A Dmysqli_reap_async_query_error.phpt23 } catch (mysqli_sql_exception $exception) {
24 echo $exception->getMessage() . "\n";
H A Dmysqli_stmt_store_result.phpt21 } catch (Error $exception) {
22 echo $exception->getMessage() . "\n";
71 } catch (Error $exception) {
72 echo $exception->getMessage() . "\n";
H A Dmysqli_data_seek_oo.phpt22 } catch (Error $exception) {
23 echo $exception->getMessage() . "\n";
67 } catch (Error $exception) {
68 echo $exception->getMessage() . "\n";
H A Dmysqli_stmt_close.phpt21 } catch (Error $exception) {
22 echo $exception->getMessage() . "\n";
33 } catch (Error $exception) {
34 echo $exception->getMessage() . "\n";
H A Dmysqli_dump_debug_info.phpt28 } catch (Error $exception) {
29 echo $exception->getMessage() . "\n";
H A Dmysqli_character_set_name_oo.phpt59 } catch (Error $exception) {
60 echo $exception->getMessage() . "\n";
65 } catch (Error $exception) {
66 echo $exception->getMessage() . "\n";
H A Dmysqli_stmt_fetch.phpt26 } catch (Error $exception) {
27 echo $exception->getMessage() . "\n";
72 } catch (Error $exception) {
73 echo $exception->getMessage() . "\n";
H A Dmysqli_fetch_field_oo.phpt18 } catch (Error $exception) {
19 echo $exception->getMessage() . "\n";
57 } catch (Error $exception) {
58 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/hash/tests/
H A Dxxhash_secret.phpt8 throw new Exception('exception in __toString');
51 string(23) "exception in __toString"
55 string(23) "exception in __toString"
/PHP-8.1/ext/standard/tests/strings/
H A Dsprintf_variation1.phpt75 } catch (TypeError $exception) {
76 echo $exception->getMessage() . "\n";
82 } catch (TypeError $exception) {
83 echo $exception->getMessage() . "\n";
89 } catch (TypeError $exception) {
90 echo $exception->getMessage() . "\n";
H A Dstrrpos_variation7.phpt16 } catch (ValueError $exception) {
17 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/filter/tests/
H A D040.phpt21 } catch (ValueError $exception) {
22 echo $exception->getMessage() . "\n";
H A D011.phpt18 } catch (TypeError $exception) {
19 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/xmlreader/tests/
H A D002.phpt15 } catch (ValueError $exception) {
16 echo $exception->getMessage() . "\n";
/PHP-8.1/Zend/tests/type_declarations/mixed/validation/
H A Dmixed_property_weak_success.phpt29 } catch (Error $exception) {
30 echo $exception->getMessage() . "\n";
H A Dmixed_property_strict_success.phpt30 } catch (Error $exception) {
31 echo $exception->getMessage() . "\n";
/PHP-8.1/tests/classes/
H A Ddestructor_and_exceptions.phpt2 ZE2 catch exception thrown in destructor
13 throw new exception("FailClass");
/PHP-8.1/ext/phar/tests/
H A Dbug46032.phpt14 } catch (exception $e) { }
20 } catch (exception $e) { }
/PHP-8.1/ext/curl/tests/
H A Dcurl_setopt_basic003.phpt22 } catch (TypeError $exception) {
23 echo $exception->getMessage() . "\n";
/PHP-8.1/Zend/tests/type_declarations/union_types/
H A Dlegal_default_values.phpt9 public float|string $c = 3; // Strict typing exception
17 float|string $c = 3, // Strict typing exception
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt98 … printf("[018] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
104 printf("[019] Exception has been thrown in line %d, exception object reports line %d\n",
108 … printf("[020] Exception has been thrown in file '%s', exception object reports file '%s'\n",
136 … printf("[026] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
142 printf("[027] Exception has been thrown in line %d, exception object reports line %d\n",
146 … printf("[028] Exception has been thrown in file '%s', exception object reports file '%s'\n",
150 printf("[029] Expecting PDO exception got exception of type '%s'\n", get_class($e));

Completed in 31 milliseconds

1...<<11121314151617181920>>...35