Home
last modified time | relevance | path

Searched refs:exception (Results 826 – 850 of 852) sorted by relevance

1...<<3132333435

/PHP-8.1/
H A DUPGRADING641 string with contents `foo\`. However, as an exception, the string "foo\"
643 contents `foo\` rather than an unterminated string. This exception exists to
H A Dphp.ini-development1594 ; https://php.net/assert.exception
1595 ;assert.exception = On
1597 ; Issue a PHP warning for each failed assertion. (Overridden by assert.exception if active)
H A Dphp.ini-production1596 ; https://php.net/assert.exception
1597 ;assert.exception = On
1599 ; Issue a PHP warning for each failed assertion. (Overridden by assert.exception if active)
/PHP-8.1/main/streams/
H A Dstreams.c157 if (EG(exception)) { in php_stream_display_wrapper_errors()
2065 if (EG(exception)) {
/PHP-8.1/ext/dba/
H A Ddba.c567 if (EG(exception)) { in php_dba_open()
/PHP-8.1/ext/libxml/
H A Dlibxml.c565 } else if (!EG(exception)) { in php_libxml_internal_error_handler()
/PHP-8.1/ext/phar/
H A Dphar.c289 if (EG(exception) || --phar_data->refcount < 0) { in destroy_phar_data_only()
598 if (EG(exception)) { in phar_metadata_tracker_unserialize_or_copy()
613 if (EG(exception)) { in phar_metadata_tracker_unserialize_or_copy()
/PHP-8.1/ext/curl/
H A Dinterface.c2124 if (EG(exception)) { in build_mime_structure_from_hash()
2134 if (EG(exception)) { in build_mime_structure_from_hash()
2144 if (EG(exception)) { in build_mime_structure_from_hash()
/PHP-8.1/ext/mbstring/libmbfl/
H A DLICENSE271 6. As an exception to the Sections above, you may also combine or
320 reproducing the executable from it. However, as a special exception,
/PHP-8.1/ext/bcmath/libbcmath/
H A DLICENSE274 6. As an exception to the Sections above, you may also combine or
323 reproducing the executable from it. However, as a special exception,
/PHP-8.1/ext/mbstring/
H A Dphp_mbregex.c1110 if (!EG(exception)) { in _php_mb_regex_ereg_replace_exec()
H A Dmbstring.c3546 if (EG(exception)) { in PHP_FUNCTION()
/PHP-8.1/Zend/
H A Dzend_ast.c745 if (UNEXPECTED(EG(exception))) { in zend_ast_evaluate()
861 if (EG(exception)) { in zend_ast_evaluate()
H A Dzend_inheritance.c1003 if (EG(exception)) { in emit_incompatible_method_error()
2498 if (EG(exception)) { in load_delayed_classes()
H A Dzend_API.h840 #define RETURN_THROWS() do { ZEND_ASSERT(EG(exception)); (void) return_value; return; } while (…
H A Dzend_compile.c1133 ZEND_ASSERT(!EG(exception)); in zend_bind_class_in_slot()
1869 ZEND_ASSERT(!EG(exception) || ret == T_ERROR); in zendlex()
/PHP-8.1/ext/xml/
H A Dxml.c457 if (parser && handler && !EG(exception)) { in xml_call_handler()
/PHP-8.1/ext/soap/
H A Dphp_http.c666 ZEND_ASSERT(EG(exception)); in make_http_soap_request()
/PHP-8.1/ext/dom/
H A Ddocument.c1707 if (!EG(exception)) { in _dom_document_schema_validate()
/PHP-8.1/ext/intl/tests/
H A Dgrapheme2.phpt419 } catch (ValueError $exception) {
420 $res_str .= ": " . $exception->getMessage() . "\n";
/PHP-8.1/ext/standard/
H A Dstring.c4736 if (EG(exception)) {
4745 if (EG(exception)) {
/PHP-8.1/Zend/Optimizer/
H A Dsccp.c963 if (EG(exception)) { in ct_eval_func_call()
/PHP-8.1/build/
H A Dlibtool.m42895 # We don't want -fno-exception wen compiling C++ code, so set the
4148 # As a special exception to the GNU General Public License, if you
/PHP-8.1/ext/ffi/
H A Dffi.c920 if (EG(exception)) { in zend_ffi_callback_trampoline()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_trace.c8191 if (EG(exception)) { in zend_jit_trace_exit()

Completed in 209 milliseconds

1...<<3132333435