Home
last modified time | relevance | path

Searched refs:exception (Results 701 – 725 of 852) sorted by relevance

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

/PHP-8.1/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm85 ; traverse current seh chain to get the last exception handler installed by Windows
87 ; the exception handler chain is tested for the presence of ntdll.dll!FinalExceptionHandler
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_interface.phpt119 } catch (Error $exception) {
120 echo $exception->getMessage() . "\n";
H A Dmysqli_insert_id.phpt122 } catch (Error $exception) {
123 echo $exception->getMessage() . "\n";
H A Dmysqli_stmt_get_result2.phpt137 } catch (Error $exception) {
138 echo $exception->getMessage() . "\n";
H A Dmysqli_affected_rows.phpt115 } catch (Error $exception) {
116 echo $exception->getMessage() . "\n";
H A Dmysqli_change_user_old.phpt108 } catch (Error $exception) {
109 echo $exception->getMessage() . "\n";
H A Dmysqli_autocommit.phpt127 } catch (Error $exception) {
128 echo $exception->getMessage() . "\n";
H A Dmysqli_autocommit_oo.phpt129 } catch (Error $exception) {
130 echo $exception->getMessage() . "\n";
H A Dmysqli_real_connect.phpt145 } catch (Error $exception) {
146 echo $exception->getMessage() . "\n";
H A Dgh9590.phpt2 Bug GH-9602 (stream_select does not abort upon exception or empty valid fd set)
/PHP-8.1/ext/standard/tests/strings/
H A Dstr_replace_variation3.phpt85 } catch (TypeError $exception) {
86 echo $exception->getMessage() . "\n";
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_utils.h96 PHPDBG_API bool phpdbg_check_caught_ex(zend_execute_data *ex, zend_object *exception);
/PHP-8.1/sapi/cli/tests/
H A D005.phpt14 var_dump(`"$php" -n --rc exception`);
/PHP-8.1/ext/intl/msgformat/
H A Dmsgformat.c127 if (!EG(exception)) { in PHP_METHOD()
/PHP-8.1/ext/standard/tests/file/
H A Dfscanf_variation11.phpt66 } catch (ValueError $exception) {
67 echo $exception->getMessage() . "\n";
H A Dfscanf_variation30.phpt66 } catch (ValueError $exception) {
67 echo $exception->getMessage() . "\n";
H A Dfscanf_variation36.phpt61 } catch (ValueError $exception) {
62 echo $exception->getMessage() . "\n";
H A Dfscanf_variation42.phpt61 } catch (ValueError $exception) {
62 echo $exception->getMessage() . "\n";
H A Dfscanf_variation48.phpt61 } catch (ValueError $exception) {
62 echo $exception->getMessage() . "\n";
H A Dfscanf_variation5.phpt61 } catch (ValueError $exception) {
62 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/standard/tests/class_object/
H A Dget_class_methods_variation_001.phpt75 } catch (TypeError $exception) {
76 echo $exception->getMessage() . "\n";
H A Dget_parent_class_variation_002.phpt77 } catch (TypeError $exception) {
78 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/spl/
H A Dspl_heap.c140 if (EG(exception)) { in spl_ptr_heap_cmp_cb_helper()
179 if (EG(exception)) { in spl_ptr_heap_zval_max_cmp()
202 if (EG(exception)) { in spl_ptr_heap_zval_min_cmp()
228 if (EG(exception)) { in spl_ptr_pqueue_elem_cmp()
298 if (EG(exception)) { in spl_ptr_heap_insert()
348 if (EG(exception)) { in spl_ptr_heap_delete_top()
/PHP-8.1/ext/spl/tests/
H A Diterator_047.phpt2 SPL: RecursiveCachingIterator and exception in has/getChildren
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug30106.phpt2 Bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFault exception)

Completed in 62 milliseconds

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