Home
last modified time | relevance | path

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

1...<<313233343536

/php-src/ext/sqlite3/
H A Dsqlite3.c90 if (db_obj && db_obj->exception) { in php_sqlite3_error()
620 if (!EG(exception)) { in PHP_METHOD()
735 if (!EG(exception)) { in PHP_METHOD()
909 if (EG(exception)) { in php_sqlite3_callback_compare()
921 if (EG(exception)) { in php_sqlite3_callback_compare()
1300 RETVAL_BOOL(db_obj->exception); in PHP_METHOD()
1306 db_obj->exception = enableExceptions; in PHP_METHOD()
1621 if (bind_rc == FAILURE || EG(exception)) { in PHP_METHOD()
1783 if (bind_rc == FAILURE || EG(exception)) { in PHP_METHOD()
1810 if (!EG(exception)) { in PHP_METHOD()
/php-src/sapi/fpm/tests/
H A Dtester.inc875 } catch (\Exception $exception) {
879 $this->error("Request failed", $exception);
960 } catch (\Exception $exception) {
962 $this->error("Request failed", $exception);
997 } catch (\Exception $exception) {
998 $this->error("Request for getting values failed", $exception);
1559 * @param \Exception|null $exception If there is an exception, log its message
1567 if ($exception) {
1568 $this->error .= '; EXCEPTION: ' . $exception->getMessage();
1657 } catch (LogTimoutException $exception) {
[all …]
/php-src/ext/pdo_mysql/tests/
H A Dbug_44454.phpt2 Bug #44454 (Unexpected exception thrown in foreach() statement)
/php-src/ext/intl/dateformat/
H A Ddateformat_create.cpp223 if (!EG(exception)) { in PHP_METHOD()
/php-src/ext/standard/tests/file/
H A Dfscanf_variation18.phpt73 } catch (ValueError $exception) {
74 echo $exception->getMessage() . "\n";
H A Dfscanf_variation2.phpt67 } catch (ValueError $exception) {
68 echo $exception->getMessage() . "\n";
H A Dfscanf_variation20.phpt71 } catch (ValueError $exception) {
72 echo $exception->getMessage() . "\n";
H A Dfscanf_variation27.phpt72 } catch (ValueError $exception) {
73 echo $exception->getMessage() . "\n";
H A Dfscanf_variation45.phpt67 } catch (ValueError $exception) {
68 echo $exception->getMessage() . "\n";
H A Dfscanf_variation9.phpt74 } catch (ValueError $exception) {
75 echo $exception->getMessage() . "\n";
H A Dfscanf_variation24.phpt71 } catch (ValueError $exception) {
72 echo $exception->getMessage() . "\n";
H A Dfscanf_variation33.phpt78 } catch (ValueError $exception) {
79 echo $exception->getMessage() . "\n";
H A Dfscanf_variation39.phpt73 } catch (ValueError $exception) {
74 echo $exception->getMessage() . "\n";
/php-src/ext/standard/tests/assert/
H A Dassert_variation.phpt8 assert.exception=0
86 Deprecated: PHP Startup: assert.exception INI setting is deprecated in Unknown on line 0
/php-src/ext/spl/
H A Dspl_fixedarray.c371 if (EG(exception)) { in spl_fixedarray_object_read_dimension_helper()
419 if (EG(exception)) { in spl_fixedarray_object_write_dimension_helper()
458 if (EG(exception)) { in spl_fixedarray_object_unset_dimension_helper()
487 if (EG(exception)) { in spl_fixedarray_object_has_dimension_helper()
H A Dphp_spl.c278 if (!EG(exception)) { in spl_autoload()
316 while (pos && *pos && !EG(exception)) { in PHP_FUNCTION()
445 if (EG(exception)) { in spl_perform_autoload()
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.c611 PHPDBG_API bool phpdbg_check_caught_ex(zend_execute_data *execute_data, zend_object *exception) { in phpdbg_check_caught_ex() argument
641 if (ce == exception->ce || (ce && instanceof_function(exception->ce, ce))) { in phpdbg_check_caught_ex()
/php-src/Zend/
H A Dzend_vm_execute.h3002 if (!EG(exception)) { in ZEND_EXIT_SPEC_HANDLER()
3170 EG(exception) = NULL; in zend_dispatch_try_catch_finally_helper_SPEC()
3704 if (EG(exception)) { in ZEND_FRAMELESS_ICALL_2_SPEC_HANDLER()
3728 if (EG(exception)) { in ZEND_FRAMELESS_ICALL_3_SPEC_HANDLER()
3764 if (EG(exception)) { in zend_interrupt_helper_SPEC()
4144 if (EG(exception)) { in ZEND_FRAMELESS_ICALL_1_SPEC_UNUSED_HANDLER()
4829 zend_object *exception; in ZEND_CATCH_SPEC_CONST_HANDLER() local
4861 exception = EG(exception); in ZEND_CATCH_SPEC_CONST_HANDLER()
4862 EG(exception) = NULL; in ZEND_CATCH_SPEC_CONST_HANDLER()
18372 if (EG(exception)) { in ZEND_COUNT_ARRAY_SPEC_TMPVAR_UNUSED_HANDLER()
[all …]
H A Dzend_verify_type_inference.h154 if (EG(exception)) { in zend_verify_inference_def()
H A Dzend_globals.h247 zend_object *exception, *prev_exception; member
H A Dzend_attributes.c45 ZEND_ASSERT(EG(exception)); in zend_attribute_attribute_get_flags()
272 if (EG(exception)) { in call_attribute_constructor()
/php-src/ext/mysqli/tests/
H A Dmysqli_driver.phpt83 …printf("[015] Error reporting mode has not been switched to exceptions and or no exception thrown\…
H A Dconnect.inc72 …// the constuctor will throw an exception. We store current report_mode in variable and restore it…
/php-src/ext/spl/tests/
H A Dbug55701.phpt33 echo "threw other exception (unexpected)\n";
243 // This must not throw an exception
/php-src/ext/zend_test/
H A Dobserver.c129 if (EG(exception)) { in observer_end()
130 …!-- Exception: %s -->\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(EG(exception)->ce->name)); in observer_end()

Completed in 311 milliseconds

1...<<313233343536