Home
last modified time | relevance | path

Searched refs:fault (Results 1 – 25 of 83) sorted by last modified time

1234

/PHP-5.5/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.5/ext/xml/tests/
H A Dbug72099.phpt2 Bug #72099: xml_parse_into_struct segmentation fault
/PHP-5.5/ext/sybase_ct/tests/
H A Dbug43578.phpt2 Sybase-CT bug #43578 (Incurred fault #6 - if returned textfield ist empty)
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug62836_1.phpt2 Bug #62836 (Seg fault or broken object references on unserialize())
/PHP-5.5/ext/standard/tests/array/
H A Dbug45312.phpt2 Bug #45312 (Segmentation fault on second request for array functions)
/PHP-5.5/ext/sqlite3/tests/
H A Dbug53463.phpt18 var_dump($result->columnName(3)); // Segmentation fault
/PHP-5.5/ext/spl/tests/
H A Dbug52573.phpt2 Bug #52573 (SplFileObject::fscanf Segmentation fault)
H A Dbug53362.phpt2 Bug #53362 (Segmentation fault when extending SplFixedArray)
H A Dbug62616.phpt2 Bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault)
/PHP-5.5/ext/soap/tests/
H A Dserver014.phpt2 SOAP Server 14: fault
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug55323.phpt2 Bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION contains itself)
H A Dbug38005.phpt10 return new SoapFault('Test', 'This is our fault: �');
41 This is our fault: �
43 …e><env:Value>Test</env:Value></env:Code><env:Reason><env:Text>This is our fault: Ä</env:Text></env…
H A Dbug47049.phpt2 Bug #47049 (SoapClient::__soapCall causes a segmentation fault)
H A Dbug47273.phpt2 Bug #47273 (Encoding bug in SoapServer->fault)
37 $server->fault("Sender", $e->getMessage());
42 $server->fault("Sender", $e->getMessage());
/PHP-5.5/ext/soap/
H A Dsoap.c2035 zval *fault; local
2221 int fault = 0; local
2277 fault = 1;
2296 if (fault) {
2315 zval *fault; local
2562 zval **fault; local
3271 zval *fault; local
3277 return fault;
3982 fault = *(sdlFaultPtr*)fault;
3995 fault &&
[all …]
H A Dphp_packet_soap.c29 xmlNodePtr trav, env, head, body, resp, cur, fault; in parse_packet_soap() local
180 fault = get_node_ex(body->children,"Fault",envelope_ns); in parse_packet_soap()
181 if (fault != NULL) { in parse_packet_soap()
187 tmp = get_node(fault->children, "faultcode"); in parse_packet_soap()
192 tmp = get_node(fault->children, "faultstring"); in parse_packet_soap()
199 tmp = get_node(fault->children, "faultactor"); in parse_packet_soap()
206 tmp = get_node(fault->children, "detail"); in parse_packet_soap()
211 tmp = get_node(fault->children, "Code"); in parse_packet_soap()
219 tmp = get_node(fault->children,"Reason"); in parse_packet_soap()
230 tmp = get_node(fault->children,"Detail"); in parse_packet_soap()
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 …]
H A DTODO50 ? support for <fault>, <soap:fault>
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_params.php73 $this->result['fault'] = $fault;
107 $fault = $this->result['fault'];
H A Dclient_round2_interop.php153 } catch (SoapFault $fault) {
155 echo "<pre>$fault</pre>\n";
157 echo "$fault\n";
377 if ($soap->wsdl->fault) {
378 $fault = $soap->wsdl->fault;
380 $fault->faultstring."\n\n".$fault->detail,
504 $fault
508 $fault = $return;
514 $res =$fault->faultcode;
526 $soap_test->setResult($ok,$res, $wire,$fault->faultstring, $fault);
[all …]
H A Dtest.utility.php124 if ($response->fault) {
125 return $response->fault->getFault();
/PHP-5.5/ext/simplexml/tests/
H A Dbug38347.phpt2 Bug #38347 (Segmentation fault when using foreach with an unknown/empty SimpleXMLElement)
/PHP-5.5/ext/session/tests/
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_2.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in writ…
H A Dbug60634_error_4.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in writ…

Completed in 63 milliseconds

1234