Home
last modified time | relevance | path

Searched refs:exception (Results 751 – 775 of 885) sorted by relevance

1...<<313233343536

/php-src/ext/soap/tests/bugs/
H A Dbug30106.phpt2 Bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFault exception)
/php-src/ext/phar/tests/
H A Dbug65028.phpt142 echo "No exception thrown.\n";
155 No exception thrown.
/php-src/ext/standard/tests/file/
H A Dfscanf_variation12.phpt67 } catch (ValueError $exception) {
68 echo $exception->getMessage() . "\n";
H A Dfscanf_variation15.phpt69 } catch (ValueError $exception) {
70 echo $exception->getMessage() . "\n";
H A Dfscanf_variation17.phpt65 } catch (ValueError $exception) {
66 echo $exception->getMessage() . "\n";
H A Dfscanf_variation21.phpt69 } catch (ValueError $exception) {
70 echo $exception->getMessage() . "\n";
H A Dfscanf_variation23.phpt65 } catch (ValueError $exception) {
66 echo $exception->getMessage() . "\n";
H A Dfscanf_variation28.phpt70 } catch (ValueError $exception) {
71 echo $exception->getMessage() . "\n";
H A Dfscanf_variation3.phpt71 } catch (ValueError $exception) {
72 echo $exception->getMessage() . "\n";
H A Dfscanf_variation31.phpt67 } catch (ValueError $exception) {
68 echo $exception->getMessage() . "\n";
H A Dfscanf_variation34.phpt75 } catch (ValueError $exception) {
76 echo $exception->getMessage() . "\n";
H A Dfscanf_variation37.phpt67 } catch (ValueError $exception) {
68 echo $exception->getMessage() . "\n";
H A Dfscanf_variation40.phpt71 } catch (ValueError $exception) {
72 echo $exception->getMessage() . "\n";
H A Dfscanf_variation43.phpt67 } catch (ValueError $exception) {
68 echo $exception->getMessage() . "\n";
H A Dfscanf_variation46.phpt65 } catch (ValueError $exception) {
66 echo $exception->getMessage() . "\n";
H A Dfscanf_variation49.phpt67 } catch (ValueError $exception) {
68 echo $exception->getMessage() . "\n";
H A Dfscanf_variation6.phpt67 } catch (ValueError $exception) {
68 echo $exception->getMessage() . "\n";
/php-src/ext/mysqli/tests/
H A Dmysqli_change_user.phpt92 } catch (Error $exception) {
93 echo $exception->getMessage() . "\n";
/php-src/ext/filter/
H A Dfilter.c445 if (EG(exception)) { in PHP_FUNCTION()
598 if (EG(exception)) { in PHP_FUNCTION()
688 if (EG(exception)) { in PHP_FUNCTION()
/php-src/sapi/cli/
H A Dphp_cli.c1083 if (EG(exception)) { in do_cli()
1085 …zval *msg = zend_read_property_ex(zend_ce_exception, EG(exception), ZSTR_KNOWN(ZEND_STR_MESSAGE), … in do_cli()
1087 zend_object_release(EG(exception)); in do_cli()
1088 EG(exception) = NULL; in do_cli()
/php-src/ext/session/
H A Dsession.c182 if (!EG(exception)) { in php_session_destroy()
418 if (!EG(exception)) { in php_session_initialize()
432 if (!EG(exception)) { in php_session_initialize()
465 if (!EG(exception)) { in php_session_initialize()
1773 if (EG(exception)) { in PHP_FUNCTION()
2101 if (UNEXPECTED(EG(exception))) { in PHP_FUNCTION()
2269 if (!EG(exception)) { in PHP_FUNCTION()
2302 if (!EG(exception)) { in PHP_FUNCTION()
2311 if (!EG(exception)) { in PHP_FUNCTION()
2326 if (!EG(exception)) { in PHP_FUNCTION()
[all …]
/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()

Completed in 117 milliseconds

1...<<313233343536