Home
last modified time | relevance | path

Searched refs:exception (Results 651 – 675 of 852) sorted by relevance

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

/PHP-8.1/Zend/tests/attributes/
H A D012_ast_export.phpt5 assert.exception=0
/PHP-8.1/ext/phar/tests/
H A Dbug65414.phpt20 echo 'Failed to throw expected exception';
H A Dphar_stub_error.phpt30 catch(exception $e)
/PHP-8.1/Zend/
H A Dzend_execute_API.c177 EG(exception) = NULL; in init_executor()
749 if (EG(exception)) { in zend_call_function()
791 if (UNEXPECTED(EG(exception))) { in zend_call_function()
815 if (UNEXPECTED(EG(exception))) { in zend_call_function()
873 if (UNEXPECTED(EG(exception))) { in zend_call_function()
949 if (!EG(exception) && call->func) { in zend_call_function()
965 if (EG(exception)) { in zend_call_function()
985 if (UNEXPECTED(EG(exception))) { in zend_call_function()
1022 if (!EG(exception)) { in zend_call_known_function()
1296 if (handle_exceptions && EG(exception)) { in zend_eval_stringl_ex()
[all …]
H A Dzend_interfaces.c246 if (!EG(exception)) { in zend_user_it_get_new_iterator()
372 if (Z_TYPE(retval) == IS_UNDEF || EG(exception)) { in zend_user_serialize()
392 if (result == FAILURE && !EG(exception)) { in zend_user_serialize()
413 if (EG(exception)) { in zend_user_unserialize()
498 if (UNEXPECTED(EG(exception))) { in zend_internal_iterator_ensure_rewound()
H A Dzend_generators_arginfo.h22 ZEND_ARG_OBJ_INFO(0, exception, Throwable, 0)
/PHP-8.1/ext/phar/tests/tar/
H A Dphar_stub_error.phpt27 } catch(exception $e) {
/PHP-8.1/ext/phar/tests/zip/
H A Dphar_stub_error.phpt27 catch(exception $e)
/PHP-8.1/ext/sqlite3/
H A Dphp_sqlite3_structs.h77 bool exception; member
/PHP-8.1/build/
H A Dax_func_which_gethostbyname_r.m451 # As a special exception, the respective Autoconf Macro's copyright owner
59 # This special exception to the GPL applies to versions of the Autoconf
62 # exception to the GPL to apply to your modified version as well.
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_fetch_array.phpt54 } catch (ValueError $exception) {
55 echo $exception->getMessage() . "\n";
60 } catch (ValueError $exception) {
61 echo $exception->getMessage() . "\n";
284 } catch (Error $exception) {
285 echo $exception->getMessage() . "\n";
H A Dmysqli_multi_query.phpt107 } catch (Error $exception) {
108 echo $exception->getMessage() . "\n";
H A Dmysqli_real_query.phpt78 } catch (Error $exception) {
79 echo $exception->getMessage() . "\n";
H A Dmysqli_fetch_field.phpt51 } catch (Error $exception) {
52 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/standard/tests/file/
H A Dfscanf_variation26.phpt52 } catch (ValueError $exception) {
53 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/standard/tests/strings/
H A Dstrpos.phpt164 } catch (ValueError $exception) {
165 echo $exception->getMessage() . "\n";
170 } catch (ValueError $exception) {
171 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/spl/tests/
H A Dbug37457.phpt2 Bug #37457 (Crash when an exception is thrown in accept() method of FilterIterator)
H A Dheap_004.phpt7 throw new exception("foo");
H A Dpqueue_002.phpt7 throw new exception("foo");
/PHP-8.1/ext/pdo_oci/tests/
H A Dpdo_oci_fread_1.phpt23 "begin execute immediate 'drop table pdo_oci_fread_tab'; exception when others then null; end;",
/PHP-8.1/ext/intl/formatter/
H A Dformatter_main.c97 if (!EG(exception)) { in PHP_METHOD()
/PHP-8.1/ext/standard/tests/streams/
H A Dgh9590-001.phpt2 Bug GH-9590 001 (stream_select does not abort upon exception or empty valid fd set)
H A Dgh9590-002.phpt2 Bug GH-9590 002 (stream_select does not abort upon exception or empty valid fd set)
/PHP-8.1/ext/standard/
H A Dvar.c812 if (EG(exception)) { in php_var_serialize_call_magic_serialize()
884 if (EG(exception)) { in php_var_serialize_get_sleep_props()
900 if (EG(exception)) { in php_var_serialize_get_sleep_props()
915 if (EG(exception)) { in php_var_serialize_get_sleep_props()
999 if (EG(exception)) { in php_var_serialize_intern()
1092 if (!EG(exception)) { in php_var_serialize_intern()
1174 if (!EG(exception)) { in php_var_serialize_intern()
1321 if (EG(exception)) { in PHP_FUNCTION()
1378 if (EG(exception)) { in php_unserialize_with_options()
1408 if (!EG(exception)) { in php_unserialize_with_options()
/PHP-8.1/ext/oci8/tests/
H A Dpecl_bug16842.phpt2 PECL Bug #16842 (NO_DATA_FOUND exception is a warning)

Completed in 81 milliseconds

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