Home
last modified time | relevance | path

Searched refs:exception (Results 726 – 750 of 852) sorted by relevance

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

/PHP-8.1/Zend/
H A Dzend_vm_execute.skl38 if (EG(exception) != NULL) {
H A Dzend_operators.c212 if (UNEXPECTED(EG(exception)) || in _zendi_convert_scalar_to_number_silent()
246 if (UNEXPECTED(EG(exception))) { in _zendi_try_convert_scalar_to_number()
254 || EG(exception)) { in _zendi_try_convert_scalar_to_number()
292 if (UNEXPECTED(EG(exception))) { in zendi_try_get_long()
314 if (UNEXPECTED(EG(exception))) { in zendi_try_get_long()
340 || EG(exception)) { in zendi_try_get_long()
658 if (!EG(exception)) { in _convert_to_string()
928 if (!EG(exception)) { in __zval_get_string_func()
957 if (EG(exception)) { in zend_binop_error()
1481 if (EG(exception)) { in bitwise_not_function()
[all …]
/PHP-8.1/ext/ldap/
H A Dldap.c402 if (EG(exception)) { in _php_ldap_control_from_array()
419 if (EG(exception)) { in _php_ldap_control_from_array()
434 if (EG(exception)) { in _php_ldap_control_from_array()
455 if (EG(exception)) { in _php_ldap_control_from_array()
483 if (EG(exception)) { in _php_ldap_control_from_array()
572 if (EG(exception)) { in _php_ldap_control_from_array()
581 if (EG(exception)) { in _php_ldap_control_from_array()
628 if (EG(exception)) { in _php_ldap_control_from_array()
653 if (EG(exception)) { in _php_ldap_control_from_array()
1645 if (EG(exception)) { in php_ldap_do_search()
[all …]
/PHP-8.1/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-8.1/ext/phar/tests/
H A Dbug65028.phpt142 echo "No exception thrown.\n";
155 No exception thrown.
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_change_user.phpt92 } catch (Error $exception) {
93 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/zend_test/
H A Dobserver.c119 if (EG(exception)) { in observer_end()
120 …!-- Exception: %s -->\n", 2 * ZT_G(observer_nesting_depth), "", ZSTR_VAL(EG(exception)->ce->name)); in observer_end()
/PHP-8.1/ext/spl/
H A Dspl_fixedarray.c404 if (EG(exception)) { in spl_fixedarray_object_read_dimension_helper()
459 if (EG(exception)) { in spl_fixedarray_object_write_dimension_helper()
502 if (EG(exception)) { in spl_fixedarray_object_unset_dimension_helper()
536 if (EG(exception)) { in spl_fixedarray_object_has_dimension_helper()
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.c51 if (db_obj && db_obj->exception) { in php_sqlite3_error()
606 if (!EG(exception)) { in PHP_METHOD()
719 if (!EG(exception)) { in PHP_METHOD()
907 if (EG(exception)) { in php_sqlite3_callback_compare()
929 if (EG(exception)) { in php_sqlite3_callback_compare()
1291 RETVAL_BOOL(db_obj->exception); in PHP_METHOD()
1293 db_obj->exception = enableExceptions; in PHP_METHOD()
1614 if (bind_rc == FAILURE || EG(exception)) { in PHP_METHOD()
1778 if (bind_rc == FAILURE || EG(exception)) { in PHP_METHOD()
1803 if (!EG(exception)) { in PHP_METHOD()
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug_44454.phpt2 Bug #44454 (Unexpected exception thrown in foreach() statement)
/PHP-8.1/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp106 if (!EG(exception)) { in _php_intlgregcal_constructor_body()

Completed in 82 milliseconds

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