Home
last modified time | relevance | path

Searched refs:exception (Results 776 – 800 of 852) sorted by relevance

1...<<3132333435

/PHP-8.1/ext/spl/
H A Dspl_observer.c1018 …t = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) != NULL && !EG(exception)) { in PHP_METHOD()
1039 …t = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) != NULL && !EG(exception)) { in PHP_METHOD()
1068 …t = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) != NULL && !EG(exception)) { in PHP_METHOD()
1106 …t = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) != NULL && !EG(exception)) { in spl_multiple_iterator_get_all()
/PHP-8.1/ext/standard/tests/assert/
H A Dassert_variation.phpt8 assert.exception=0
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_pconn_max_links.phpt64 } catch (ArgumentCountError $exception) {
65 echo $exception->getMessage() . "\n";
H A Dmysqli_stmt_affected_rows.phpt225 } catch (Error $exception) {
226 echo $exception->getMessage() . "\n";
H A Dmysqli_stmt_bind_result.phpt27 } catch (Error $exception) {
28 echo $exception->getMessage() . "\n";
H A Dmysqli_fetch_all.phpt287 } catch (Error $exception) {
288 echo $exception->getMessage() . "\n";
H A Dmysqli_fetch_all_oo.phpt300 } catch (Error $exception) {
301 echo $exception->getMessage() . "\n";
/PHP-8.1/main/
H A Dfopen_wrappers.c563 if (EG(exception)) {
603 if (EG(exception)) {
H A Dmain.c1242 if (!EG(exception)) { in php_error_cb()
2562 if (EG(exception)) { in php_execute_script()
2564 zend_exception_error(EG(exception), E_ERROR); in php_execute_script()
2689 if (EG(exception)) { in php_lint_script()
2690 zend_exception_error(EG(exception), E_ERROR); in php_lint_script()
/PHP-8.1/ext/intl/resourcebundle/
H A Dresourcebundle_class.c151 if (!EG(exception)) { in PHP_METHOD()
/PHP-8.1/ext/pdo_oci/tests/
H A Dbug57702.phpt20 $query = "begin execute immediate 'drop table bug57702'; exception when others then if sqlcode <> -…
/PHP-8.1/ext/openssl/
H A Dopenssl.c1664 if (!EG(exception)) { in PHP_FUNCTION()
2681 if (!EG(exception)) { in PHP_FUNCTION()
2782 if (!EG(exception)) { in PHP_FUNCTION()
3305 if (!EG(exception)) { in PHP_FUNCTION()
4658 if (!EG(exception)) { in PHP_FUNCTION()
4726 if (!EG(exception)) { in PHP_FUNCTION()
5710 if (!EG(exception)) { in PHP_FUNCTION()
5818 if (!EG(exception)) { in PHP_FUNCTION()
6359 if (!EG(exception)) { in PHP_FUNCTION()
6529 if (!EG(exception)) { in PHP_FUNCTION()
[all …]
/PHP-8.1/ext/standard/tests/file/
H A Dfscanf_variation8.phpt85 } catch (ValueError $exception) {
86 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/standard/tests/general_functions/
H A Dgettype_settype_variation5.phpt147 } catch (ValueError $exception) {
148 echo $exception->getMessage() . "\n";
H A Dgettype_settype_basic.phpt99 } catch (ValueError $exception) {
100 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/standard/
H A Dvar_unserializer.re297 if (EG(exception)) {
1207 if (EG(exception)) {
1215 if (EG(exception)) {
1234 if (EG(exception)) {
1249 if (EG(exception)) {
H A Dphp_fopen_wrapper.c375 if (EG(exception)) { in php_stream_url_wrap_php()
/PHP-8.1/ext/intl/transliterator/
H A Dtransliterator_methods.c303 if (!EG(exception)) { in PHP_FUNCTION()
/PHP-8.1/ext/intl/timezone/
H A Dtimezone_class.cpp101 if (EG(exception)) { in timezone_convert_to_datetimezone()
/PHP-8.1/ext/opcache/
H A DZendAccelerator.c1728 if (!EG(exception)) { in opcache_compile_file()
1884 if (!EG(exception)) { in file_cache_compile_file()
2036 if (!EG(exception)) { in persistent_compile_file()
2093 if (!EG(exception)) { in persistent_compile_file()
3755 EG(exception) = (void*)(uintptr_t)-1; /* prevent error reporting */
3808 EG(exception) = NULL;
4423 if (UNEXPECTED(EG(exception))) {
4427 if (EG(exception)) {
4428 ret = zend_exception_error(EG(exception), E_ERROR);
4437 if (EG(exception)) {
[all …]
/PHP-8.1/ext/soap/
H A Dsoap.c106 if (EG(exception) == NULL || \
1175 ZVAL_OBJ(&exception_object, EG(exception)); in _soap_server_exception()
1364 if (EG(exception)) {
1365 if (!zend_is_unwind_exit(EG(exception))) {
1410 if (EG(exception)) {
1482 } else if (EG(exception)) {
1521 if (EG(exception)) {
1522 if (!zend_is_unwind_exit(EG(exception))) {
1562 if (EG(exception)) {
2171 if (EG(exception) && instanceof_function(EG(exception)->ce, zend_ce_error)) {
[all …]
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c76 if (UNEXPECTED(EG(exception) != NULL)) { in zend_jit_leave_nested_func_helper()
181 if (EG(exception)) { in zend_jit_deprecated_helper()
286 if (EG(exception)) { in _zend_quick_get_constant()
/PHP-8.1/ext/intl/
H A DERROR_CONVENTIONS.md76 exception; these should return `NULL`, not `FALSE`.
/PHP-8.1/Zend/
H A Dzend_language_scanner.l538 ZEND_ASSERT(!EG(exception) && "stream_fixup() should have failed"); in open_file_for_scanning()
646 if (!EG(exception)) { in compile_file()
2685 if (EG(exception)) {
2972 if (!SCNG(heredoc_scan_ahead) && !EG(exception) && PARSER_MODE()) {
3073 if (!EG(exception) && spacing != -1 && PARSER_MODE()) {
/PHP-8.1/main/streams/
H A Duserspace.c582 if (EG(exception)) { in php_userstreamop_write()
636 if (EG(exception)) { in php_userstreamop_read()
678 if (EG(exception)) { in php_userstreamop_read()

Completed in 97 milliseconds

1...<<3132333435