Searched refs:fault (Results 1 – 25 of 60) sorted by relevance
123
/PHP-5.3/ext/soap/interop/ |
H A D | client_round2_interop.php | 153 } 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 …]
|
/PHP-5.3/ext/soap/tests/ |
H A D | server016.phpt | 2 SOAP Server 16: user fault 9 $server->fault("MyFault","My fault string"); 34 …AP-ENV:Body><SOAP-ENV:Fault><faultcode>MyFault</faultcode><faultstring>My fault string</faultstrin…
|
H A D | server017.phpt | 2 SOAP Server 17: user fault (through return) 8 return new SoapFault("MyFault","My fault string"); 33 …AP-ENV:Body><SOAP-ENV:Fault><faultcode>MyFault</faultcode><faultstring>My fault string</faultstrin…
|
H A D | server018.phpt | 2 SOAP Server 18: user fault (through throw) 8 throw new SoapFault("MyFault","My fault string"); 33 …AP-ENV:Body><SOAP-ENV:Fault><faultcode>MyFault</faultcode><faultstring>My fault string</faultstrin…
|
H A D | server022.phpt | 2 SOAP Server 22: user fault (through throw of subclass) 9 parent::__construct("MyFault","My fault string"); 40 …AP-ENV:Body><SOAP-ENV:Fault><faultcode>MyFault</faultcode><faultstring>My fault string</faultstrin…
|
/PHP-5.3/Zend/tests/ |
H A D | bug43128.phpt | 15 if ($a instanceof $a); // Segmentation fault 16 new $a; // Segmentation fault
|
H A D | bug47572.phpt | 2 Bug #47572 (zval_update_constant_ex: Segmentation fault)
|
H A D | bug41813.phpt | 2 Bug #41813 (segmentation fault when using string offset as an object)
|
H A D | bug39036.phpt | 2 Bug #39036 (Unsetting key of foreach() yields segmentation fault)
|
H A D | bug39304.phpt | 2 Bug #39304 (Segmentation fault with list unpacking of string offset)
|
H A D | bug30161.phpt | 2 Bug #30161 (Segmentation fault with exceptions)
|
H A D | bug50005.phpt | 2 Bug #50005 (Throwing through Reflection modified Exception object makes segmentation fault)
|
H A D | bug30707.phpt | 2 Bug #30707 (Segmentation fault on exception in method)
|
/PHP-5.3/ext/soap/tests/bugs/ |
H A D | bug38005.phpt | 10 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 D | bug47273.phpt | 2 Bug #47273 (Encoding bug in SoapServer->fault) 40 $server->fault("Sender", $e->getMessage()); 45 $server->fault("Sender", $e->getMessage());
|
/PHP-5.3/ext/soap/ |
H A D | php_packet_soap.c | 29 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()
|
/PHP-5.3/ext/spl/tests/ |
H A D | bug62616.phpt | 2 Bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault)
|
H A D | bug53362.phpt | 2 Bug #53362 (Segmentation fault when extending SplFixedArray)
|
H A D | bug52573.phpt | 2 Bug #52573 (SplFileObject::fscanf Segmentation fault)
|
H A D | bug66127.phpt | 2 Bug #66127 (Segmentation fault with ArrayObject unset)
|
/PHP-5.3/ext/standard/tests/array/ |
H A D | bug51552.phpt | 2 Bug #51552 (debug_backtrace() causes segmentation fault and/or memory issues)
|
/PHP-5.3/ext/json/tests/ |
H A D | bug42090.phpt | 2 Bug #42090 (json_decode causes segmentation fault)
|
/PHP-5.3/ext/openssl/tests/ |
H A D | bug61124.phpt | 2 Bug #61124: Segmentation fault with openssl_decrypt
|
/PHP-5.3/ext/reflection/tests/ |
H A D | bug32981.phpt | 2 Reflection Bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 seg fault)
|
/PHP-5.3/ext/dba/tests/ |
H A D | bug48240.phpt | 2 Bug #48240 (DBA Segmentation fault dba_nextkey)
|
Completed in 23 milliseconds
123