Searched refs:faults (Results 1 – 11 of 11) sorted by relevance
2 Bug #44742 (timezone_offset_get() causes segmentation faults)
2 Bug #70805 (Segmentation faults whilst running Drupal 8 test suite) (Memleak)
2 Bug #70805 (Segmentation faults whilst running Drupal 8 test suite) (Crash)
2 Bug #70805 (Segmentation faults whilst running Drupal 8 test suite)
722 $faults = array();735 $faults[$fi++] = $e;746 if ($this->showFaults && count($faults) > 0) {749 foreach ($faults as $fault) {
1112 if (function->faults == NULL) { in load_wsdl()1749 func->faults = NULL; in get_sdl_from_cache()2317 if (tmp->faults) { in add_sdl_to_cache()2913 if (pfunc->faults) { in make_persistent_sdl_function()2914 pfunc->faults = make_persistent_sdl_function_faults(pfunc, pfunc->faults, ptr_map); in make_persistent_sdl_function()3515 if (function->faults) { in delete_function()3516 zend_hash_destroy(function->faults); in delete_function()3517 efree(function->faults); in delete_function()3554 if (function->faults) { in delete_function_persistent()3555 zend_hash_destroy(function->faults); in delete_function_persistent()[all …]
236 HashTable *faults; /* array of sdlFaultPtr */ member
3958 if (function && function->faults &&3959 (tmp_fault = zend_hash_find_ptr(function->faults, Z_STR_P(tmp))) != NULL) {3971 } else if (function && function->faults &&3972 zend_hash_num_elements(function->faults) == 1) {3974 zend_hash_internal_pointer_reset(function->faults);3975 fault = zend_hash_get_current_data_ptr(function->faults);
2 Bug #36629 (SoapServer::handle() exits on SOAP faults)
2202 . Fixed bug #70805 (Segmentation faults whilst running Drupal 8 test suite).
434 caused segmentation faults because of stack overflows at compile time.1974 whereas Perl faults them if its -w option is set. I have changed PCRE so1975 that it faults them when PCRE_EXTRA is set.
Completed in 56 milliseconds