Home
last modified time | relevance | path

Searched refs:exception (Results 676 – 700 of 852) sorted by relevance

1...<<21222324252627282930>>...35

/PHP-8.1/ext/standard/tests/mail/
H A Dgh7875.phpt2 GH-7875 (mails are sent even if failure to log throws exception)
/PHP-8.1/ext/intl/tests/
H A Dlocale_compose_locale.phpt125 } catch (ValueError $exception) {
126 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_get_charset.phpt94 } catch (Error $exception) {
95 echo $exception->getMessage() . "\n";
H A Dmysqli_select_db.phpt93 } catch (Error $exception) {
94 echo $exception->getMessage() . "\n";
H A Dmysqli_stmt_num_rows.phpt97 } catch (Error $exception) {
98 echo $exception->getMessage() . "\n";
H A Dmysqli_field_seek.phpt114 } catch (Error $exception) {
115 echo $exception->getMessage() . "\n";
H A Dmysqli_options.phpt84 } catch (Error $exception) {
85 echo $exception->getMessage() . "\n";
H A Dmysqli_pconn_kill.phpt67 } catch (Error $exception) {
68 echo $exception->getMessage() . "\n";
H A Dmysqli_query.phpt98 } catch (Error $exception) {
99 echo $exception->getMessage() . "\n";
/PHP-8.1/Zend/
H A Dzend_execute.c814 if (EG(exception)) { in zend_verify_property_type_error()
2163 if (EG(exception)) { in zend_undefined_offset_write()
2186 } else if (EG(exception)) { in zend_undefined_index_write()
2279 if (EG(exception)) { in slow_index_convert()
2300 if (EG(exception)) { in slow_index_convert()
2316 if (EG(exception)) { in slow_index_convert()
2349 if (EG(exception)) { in slow_index_convert_w()
2372 if (EG(exception)) { in slow_index_convert_w()
2390 if (EG(exception)) { in slow_index_convert_w()
2998 if (!EG(exception)) { in zend_array_key_exists_error()
[all …]
H A Dzend_fibers_arginfo.h17 ZEND_ARG_OBJ_INFO(0, exception, Throwable, 0)
H A Dzend_object_handlers.c650 } else if (UNEXPECTED(EG(exception))) { in zend_std_read_property()
719 ZEND_ASSERT(EG(exception)); in zend_std_read_property()
834 } else if (UNEXPECTED(EG(exception))) { in zend_std_write_property()
855 ZEND_ASSERT(EG(exception)); in zend_std_write_property()
947 if (UNEXPECTED(!EG(exception))) { in zend_std_read_dimension()
993 if (check_empty && result && EXPECTED(!EG(exception))) { in zend_std_has_dimension()
1138 } else if (UNEXPECTED(EG(exception))) { in zend_std_unset_property()
1153 ZEND_ASSERT(EG(exception)); in zend_std_unset_property()
1448 if (EG(exception)) { in zend_std_get_static_method()
1793 } else if (UNEXPECTED(EG(exception))) { in zend_std_has_property()
[all …]
/PHP-8.1/ext/intl/dateformat/
H A Ddatepatterngenerator_methods.cpp97 if (!EG(exception)) { in PHP_METHOD()
/PHP-8.1/ext/standard/tests/array/
H A Darray_walk_closure.phpt77 echo "\nclosure and exception\n";
201 closure and exception
H A Darray_key_exists.phpt66 } catch (TypeError $exception) {
67 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/standard/
H A Dmail.c189 if (EG(exception)) { in php_mail_build_headers()
233 if (EG(exception)) { in PHP_FUNCTION()
430 if (EG(exception)) { in php_mail()
/PHP-8.1/ext/soap/tests/
H A Dbug79536.phpt2 Bug #79536 (zend_clear_exception prevent exception's destructor to be called)
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dis_in_transaction.phpt44 …/* We catch the exception because the execute will give error and we must test the PDO::PGSQL_TRAN…
/PHP-8.1/ext/oci8/tests/
H A Dconnect_scope_try2.phpt42 … $s = oci_parse($c, "insert into scope_try2_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try6.phpt42 … $s = oci_parse($c, "insert into scope_try6_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try1.phpt42 … $s = oci_parse($c, "insert into scope_try1_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try3.phpt42 … $s = oci_parse($c, "insert into scope_try3_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try4.phpt42 … $s = oci_parse($c, "insert into scope_try4_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try5.phpt42 … $s = oci_parse($c, "insert into scope_try5_tab values (ABC)"); // syntax error -> throws exception
/PHP-8.1/ext/session/tests/
H A Dsession_set_save_handler_error.phpt85 } catch (TypeError $exception) {
86 echo $exception->getMessage() . "\n";

Completed in 50 milliseconds

1...<<21222324252627282930>>...35