Searched refs:faults (Results 1 – 8 of 8) sorted by relevance
2 Bug #44742 (timezone_offset_get() causes segmentation faults)
1120 if (function->faults == NULL) { in load_wsdl()1755 func->faults = NULL; in get_sdl_from_cache()2323 if ((*tmp)->faults) { in add_sdl_to_cache()2598 zend_hash_move_forward(faults); in make_persistent_sdl_function_faults()2941 if (pfunc->faults) { in make_persistent_sdl_function()2942 pfunc->faults = make_persistent_sdl_function_faults(pfunc, pfunc->faults, ptr_map); in make_persistent_sdl_function()3551 if (function->faults) { in delete_function()3552 zend_hash_destroy(function->faults); in delete_function()3553 efree(function->faults); in delete_function()3590 if (function->faults) { in delete_function_persistent()[all …]
236 HashTable *faults; /* array of sdlFaultPtr */ member
4099 if (function && function->faults &&4100 …zend_hash_find(function->faults, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp)+1, (void**)&tmp_fault) == SUCC…4112 } else if (function && function->faults &&4113 zend_hash_num_elements(function->faults) == 1) {4115 zend_hash_internal_pointer_reset(function->faults);4116 zend_hash_get_current_data(function->faults, (void**)&fault);
722 $faults = array();735 $faults[$fi++] = $e;746 if ($this->showFaults && count($faults) > 0) {749 foreach ($faults as $fault) {
2 Bug #36629 (SoapServer::handle() exits on SOAP faults)
3873 - Fixed bug #44742 (timezone_offset_get() causes segmentation faults). (Derick)5466 - Fixed bug #37499 (CLI segmentation faults during cleanup with sybase-ct5704 - Fixed bug #36629 (SoapServer::handle() exits on SOAP faults). (Dmitry)6304 - Fixed bug #34725 (CLI segmentation faults during cleanup). (Dmitry)
1038 whereas Perl faults them if its -w option is set. I have changed PCRE so1039 that it faults them when PCRE_EXTRA is set.
Completed in 71 milliseconds