Home
last modified time | relevance | path

Searched refs:fault (Results 26 – 50 of 69) sorted by relevance

123

/PHP-5.4/ext/dba/tests/
H A Dbug48240.phpt2 Bug #48240 (DBA Segmentation fault dba_nextkey)
/PHP-5.4/ext/spl/tests/
H A Dbug61418.phpt2 Bug #61418: Segmentation fault using FiltesystemIterator & RegexIterator
/PHP-5.4/Zend/tests/
H A Dbug39304.phpt2 Bug #39304 (Segmentation fault with list unpacking of string offset)
H A Dbug60611.phpt2 Bug #60611 (Segmentation fault with Cls::{expr}() syntax)
H A Dbug39304_2_4.phpt2 Bug #39304 (Segmentation fault with list unpacking of string offset)
H A Dbug34260.phpt26 // This causes a seg fault.
H A Dbug53748.phpt2 Bug #53748 (Using traits lead to a segmentation fault)
H A Dbug43918.phpt2 Bug #43918 (Segmentation fault in garbage collector)
H A Dbug46238.phpt2 Bug #46238 (Segmentation fault on static call with empty string method)
H A Dbug41209.phpt2 Bug #41209 (Segmentation fault with ArrayAccess, set_error_handler and undefined var)
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_children.c35 static int fault; variable
266 last_faults[fault++] = now; in fpm_children_bury()
268 if (fault == fpm_global_config.emergency_restart_threshold) { in fpm_children_bury()
269 fault = 0; in fpm_children_bury()
/PHP-5.4/ext/standard/tests/serialize/
H A Dbug62836_1.phpt2 Bug #62836 (Seg fault or broken object references on unserialize())
H A Dbug62836_2.phpt2 Bug #62836 (Seg fault or broken object references on unserialize())
/PHP-5.4/ext/soap/interop/
H A Dtest.utility.php124 if ($response->fault) {
125 return $response->fault->getFault();
/PHP-5.4/ext/simplexml/tests/
H A Dbug38347.phpt2 Bug #38347 (Segmentation fault when using foreach with an unknown/empty SimpleXMLElement)
/PHP-5.4/ext/mysqli/tests/
H A Dbug62885.phpt2 Bug #62885 (mysqli_poll - Segmentation fault)
/PHP-5.4/ext/sqlite3/tests/
H A Dbug53463.phpt18 var_dump($result->columnName(3)); // Segmentation fault
/PHP-5.4/ext/soap/
H A Dsoap.c2029 zval *fault; local
2272 fault = 1;
2291 if (fault) {
2310 zval *fault; local
2552 zval **fault; local
2779 zval** fault; local
3252 zval *fault; local
3258 return fault;
3963 fault = *(sdlFaultPtr*)fault;
3976 fault &&
[all …]
H A Dphp_sdl.c530 if (!fault) { in wsdl_soap_binding_header()
1128 fault = fault->next; in load_wsdl()
2324 sdlFaultPtr *fault; in add_sdl_to_cache() local
3662 if (fault->name) { in delete_fault()
3663 efree(fault->name); in delete_fault()
3665 if (fault->details) { in delete_fault()
3677 efree(fault); in delete_fault()
3683 if (fault->name) { in delete_fault_persistent()
3684 free(fault->name); in delete_fault_persistent()
3686 if (fault->details) { in delete_fault_persistent()
[all …]
/PHP-5.4/ext/session/tests/
H A Dbug60634.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write())
H A Dbug60634_error_3.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in wr…
H A Dbug60634_error_5.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in cl…
H A Dbug60634_error_1.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in wr…
H A Dbug60634_error_4.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in writ…
/PHP-5.4/ext/standard/tests/array/
H A Dbug45312.phpt2 Bug #45312 (Segmentation fault on second request for array functions)

Completed in 77 milliseconds

123