Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/tests/
H A Dbug44742.phpt2 Bug #44742 (timezone_offset_get() causes segmentation faults)
/PHP-5.5/ext/soap/
H A Dphp_sdl.c1120 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()
2942 if (pfunc->faults) { in make_persistent_sdl_function()
2943 pfunc->faults = make_persistent_sdl_function_faults(pfunc, pfunc->faults, ptr_map); in make_persistent_sdl_function()
3552 if (function->faults) { in delete_function()
3553 zend_hash_destroy(function->faults); in delete_function()
3554 efree(function->faults); in delete_function()
3591 if (function->faults) { in delete_function_persistent()
[all …]
H A Dphp_sdl.h236 HashTable *faults; /* array of sdlFaultPtr */ member
H A Dsoap.c3964 if (function && function->faults &&
3965 …zend_hash_find(function->faults, Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp)+1, (void**)&tmp_fault) == SUCC…
3977 } else if (function && function->faults &&
3978 zend_hash_num_elements(function->faults) == 1) {
3980 zend_hash_internal_pointer_reset(function->faults);
3981 zend_hash_get_current_data(function->faults, (void**)&fault);
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_interop.php722 $faults = array();
735 $faults[$fi++] = $e;
746 if ($this->showFaults && count($faults) > 0) {
749 foreach ($faults as $fault) {
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug36629.phpt2 Bug #36629 (SoapServer::handle() exits on SOAP faults)
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog434 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 so
1975 that it faults them when PCRE_EXTRA is set.
/PHP-5.5/
H A DNEWS6923 - Fixed bug #44742 (timezone_offset_get() causes segmentation faults). (Derick)
8516 - Fixed bug #37499 (CLI segmentation faults during cleanup with sybase-ct
8754 - Fixed bug #36629 (SoapServer::handle() exits on SOAP faults). (Dmitry)
9354 - Fixed bug #34725 (CLI segmentation faults during cleanup). (Dmitry)

Completed in 96 milliseconds