Home
last modified time | relevance | path

Searched refs:faults (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/date/tests/
H A Dbug44742.phpt2 Bug #44742 (timezone_offset_get() causes segmentation faults)
/php-src/Zend/tests/
H A Dbug70805_2.phpt2 Bug #70805 (Segmentation faults whilst running Drupal 8 test suite) (Memleak)
H A Dbug70805_1.phpt2 Bug #70805 (Segmentation faults whilst running Drupal 8 test suite) (Crash)
H A Dbug77345_gc_1.phpt2 Bug #77345 (Segmentation faults stack overflow in cyclic garbage collector) (Bug #77427)
H A Dbug77345_gc_2.phpt2 Bug #77345 (Segmentation faults stack overflow in cyclic garbage collector) (Bug #77427)
H A Dbug70805.phpt2 Bug #70805 (Segmentation faults whilst running Drupal 8 test suite)
/php-src/ext/soap/tests/bugs/
H A Dbug36629.phpt2 Bug #36629 (SoapServer::handle() exits on SOAP faults)
/php-src/ext/soap/
H A Dphp_sdl.h233 HashTable *faults; /* array of sdlFaultPtr */ member
H A Dphp_sdl.c1079 if (function->faults == NULL) { in load_wsdl()
1080 function->faults = emalloc(sizeof(HashTable)); in load_wsdl()
1704 func->faults = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1710 sdl_deserialize_key(func->faults, fault, &in); in get_sdl_from_cache()
1729 func->faults = NULL; in get_sdl_from_cache()
2295 if (tmp->faults) { in add_sdl_to_cache()
2902 if (pfunc->faults) { in make_persistent_sdl_function()
2903 pfunc->faults = make_persistent_sdl_function_faults(pfunc, pfunc->faults, ptr_map); in make_persistent_sdl_function()
3476 if (function->faults) { in delete_function_ex()
3477 zend_hash_destroy(function->faults); in delete_function_ex()
[all …]
H A Dsoap.c3651 if (function && function->faults && in serialize_response_call()
3652 (tmp_fault = zend_hash_find_ptr(function->faults, Z_STR_P(tmp))) != NULL) { in serialize_response_call()
3664 } else if (function && function->faults && in serialize_response_call()
3665 zend_hash_num_elements(function->faults) == 1) { in serialize_response_call()
3667 zend_hash_internal_pointer_reset(function->faults); in serialize_response_call()
3668 fault = zend_hash_get_current_data_ptr(function->faults); in serialize_response_call()
/php-src/ext/opcache/jit/
H A DREADME.md30 When investigating test failures such as segmentation faults,

Completed in 31 milliseconds