Home
last modified time | relevance | path

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

1...<<313233343536

/php-src/ext/pdo/
H A Dpdo_dbh.c180 } else if (EG(exception) == NULL) { in pdo_handle_error()
492 if (!EG(exception)) { in internal_construct()
523 if (EXPECTED(!EG(exception))) { in pdo_stmt_instantiate()
H A Dpdo_sql_parser.re282 if (EG(exception)) {
/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c71 if (UNEXPECTED(EG(exception) != NULL)) { in zend_jit_leave_nested_func_helper()
176 if (EG(exception)) { in zend_jit_deprecated_helper()
318 if (EG(exception)) { in _zend_quick_get_constant()
/php-src/main/
H A Dmain.c1271 if (!EG(exception)) { in php_error_cb()
2529 if (EG(exception)) { in php_execute_script_ex()
2531 zend_exception_error(EG(exception), E_ERROR); in php_execute_script_ex()
2662 if (EG(exception)) { in php_lint_script()
2663 zend_exception_error(EG(exception), E_ERROR); in php_lint_script()
/php-src/ext/intl/
H A DERROR_CONVENTIONS.md76 exception; these should return `NULL`, not `FALSE`.
/php-src/ext/standard/tests/general_functions/
H A Dgettype_settype_basic.phpt99 } catch (ValueError $exception) {
100 echo $exception->getMessage() . "\n";
/php-src/ext/mbstring/tests/
H A Dmb_strimwidth.phpt153 // This case is illegal and will throw an exception
162 die("Expected exception to be thrown");
/php-src/
H A DNEWS67 now throw an exception on empty domain. (David Carlier)
78 throws an exception. (David Carlier)
/php-src/ext/phar/
H A Dphar_object.c692 if (!EG(exception)) { in PHP_METHOD()
1227 } else if (!EG(exception)) { in PHP_METHOD()
1405 if (EG(exception)) { in phar_build()
1430 if (EG(exception)) { in phar_build()
1557 if (EG(exception)) { in phar_build()
1738 if (EG(exception)) { in PHP_METHOD()
1753 if (EG(exception)) { in PHP_METHOD()
2878 if (UNEXPECTED(EG(exception))) { in PHP_METHOD()
4011 if (EG(exception)) { in serialize_metadata_or_throw()
4017 if (EG(exception)) { in serialize_metadata_or_throw()
/php-src/Zend/
H A Dzend_language_scanner.l538 ZEND_ASSERT(!EG(exception) && "stream_fixup() should have failed"); in open_file_for_scanning()
645 if (!EG(exception)) { in compile_file()
2700 if (EG(exception)) {
2987 if (!SCNG(heredoc_scan_ahead) && !EG(exception) && PARSER_MODE()) {
3088 if (!EG(exception) && spacing != -1 && PARSER_MODE()) {
H A Dzend.h404 zend_class_entry *exception; member
H A Dzend_constants.c358 if (EG(exception)) { in zend_get_class_constant_ex()
/php-src/ext/standard/
H A Dvar_unserializer.re297 if (EG(exception)) {
647 if (EG(exception)) {
1229 if (EG(exception)) {
1254 if (EG(exception)) {
H A Dpassword.c654 if (!EG(exception)) { in PHP_FUNCTION()
/php-src/ext/dom/
H A Dxpath.c309 if (!EG(exception)) { in php_xpath_eval()
H A Dxpath_callbacks.c412 if (UNEXPECTED(EG(exception))) { in php_dom_xpath_callback_dispatch()
/php-src/ext/curl/
H A Dmulti.c453 if (!EG(exception)) { in _php_curl_multi_setopt()
H A Dinterface.c1400 if (EG(exception)) { in build_mime_structure_from_hash()
1410 if (EG(exception)) { in build_mime_structure_from_hash()
1420 if (EG(exception)) { in build_mime_structure_from_hash()
1529 if (!EG(exception)) { in php_curl_set_callable_handler()
/php-src/ext/dba/
H A Ddba.c928 if (EXPECTED(!EG(exception))) { in php_dba_open()
1040 if (UNEXPECTED(EG(exception))) { in PHP_FUNCTION()
/php-src/ext/intl/tests/
H A Dgrapheme.phpt406 } catch (ValueError $exception) {
407 $res_str .= ": " . $exception->getMessage() . "\n";
414 } catch (ValueError $exception) {
415 $res_str .= ": " . $exception->getMessage() . "\n";
479 } catch (ValueError $exception) {
480 $res_str .= ": " . $exception->getMessage() . "\n";
487 } catch (ValueError $exception) {
488 $res_str .= ": " . $exception->getMessage() . "\n";
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_begintransaction.phpt144 printf("[030] No false and no exception - that's wrong.\n");
/php-src/ext/soap/
H A Dphp_encoding.c645 } else if (EG(exception)) { in to_zval_user()
2212 if (EG(exception)) { in to_xml_array()
2218 if (EG(exception)) { in to_xml_array()
2224 if (EG(exception)) { in to_xml_array()
2229 if (EG(exception)) { in to_xml_array()
2235 if (EG(exception)) { in to_xml_array()
2247 if (EG(exception)) { in to_xml_array()
2253 if (EG(exception)) { in to_xml_array()
/php-src/ext/gmp/
H A Dgmp.c361 if (UNEXPECTED(EG(exception))) { return FAILURE; } \
369 if (UNEXPECTED(EG(exception))) { \
439 if (EG(exception)) { in gmp_compare()
/php-src/ext/zlib/
H A Dzlib.c814 if (!*ptr || ZSTR_LEN(*ptr) == 0 || EG(exception)) { in zlib_create_dictionary_string()
822 if (!EG(exception)) { in zlib_create_dictionary_string()
/php-src/docs-old/
H A Dparameter-parsing-api.md64 present. The only exception is O where the zend_class_entry* has to be provided

Completed in 140 milliseconds

1...<<313233343536