Home
last modified time | relevance | path

Searched refs:message (Results 126 – 150 of 472) sorted by last modified time

12345678910>>...19

/PHP-5.5/ext/spl/tests/
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt2 Check that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is < 0.
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt2 Check that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is > element…
/PHP-5.5/ext/spl/
H A Dspl.php258 protected $message; variable in Exception
284 function __construct($message = NULL, $code = 0) { argument
286 $this->message = $message;
299 return $this->message;
/PHP-5.5/ext/sockets/tests/
H A Dsocket_import_stream-3.phpt33 $so = socket_sendto($sendsock, $m = "my message", strlen($m), 0, "224.0.0.23", 58381);
44 string(10) "my message"
H A Dsocket_sendrecvmsg_multi_msg-win32.phpt14 * corectly by sending an IPV6_PKTINFO message that will have no effect */
H A Dsocket_strerror.phpt67 string(26) "No message of desired type"
99 string(11) "Bad message"
H A Dsocket_import_stream-1.phpt20 socket_write($sock, "test message");
26 string(12) "test message"
/PHP-5.5/ext/soap/tests/schema/
H A Dtest_schema.inc28 <message name="testMessage">
30 </message>
33 <input message="testMessage"/>
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug40609.wsdl26message name="updateMessage"><wsdl:part name="part1" element="ns:update" /></wsdl:message><wsdl:me…
H A Dbug29061.wsdl12 <message name="getQuoteResponse">
14 </message>
15 <message name="getQuoteRequest">
17 </message>
20 <input message="y:getQuoteRequest"/>
21 <output message="y:getQuoteResponse"/>
H A Dbug29795.wsdl12 <message name="GetPriceRequest">
13 </message>
14 <message name="GetPriceResponse">
16 </message>
19 <input message="tns:GetPriceRequest"/>
20 <output message="tns:GetPriceResponse"/>
H A Dbug29839.wsdl13 <message name="EchoStringRequest">
15 </message>
16 <message name="EchoStringResponse">
18 </message>
21 <input message="tns:EchoStringRequest"/>
22 <output message="tns:EchoStringResponse"/>
H A Dbug34453.wsdl13 <message name="EchoStringRequest">
15 </message>
16 <message name="EchoStringResponse">
18 </message>
21 <input message="tns:EchoStringRequest"/>
22 <output message="tns:EchoStringResponse"/>
/PHP-5.5/ext/soap/
H A Dphp_sdl.c452 xmlNodePtr *message, part; in wsdl_soap_binding_header() local
666 xmlNodePtr trav, part, message = NULL, *tmp; in wsdl_message() local
679 message = *tmp; in wsdl_message()
684 trav = message->children; in wsdl_message()
985 xmlAttrPtr message, name; in load_wsdl() local
987 message = get_attribute(input->properties, "message"); in load_wsdl()
988 if (message == NULL) { in load_wsdl()
1014 xmlAttrPtr message, name; in load_wsdl() local
1017 if (message == NULL) { in load_wsdl()
1054 xmlAttrPtr message, name; in load_wsdl() local
[all …]
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_error3.phpt37 Fatal error: Uncaught exception 'Exception' with message 'Do something bad..!' in %s:%d
H A Dsession_module_name_variation3.phpt44 Fatal error: Uncaught exception 'Exception' with message 'Stop...!' in %s:%d
/PHP-5.5/ext/reflection/tests/
H A DReflectionObject_isUserDefined_basic.phpt10 $r3 = new ReflectionObject(new ReflectionProperty('Exception', 'message'));
H A DReflectionParameter_export_error3.phpt17 Fatal error: Uncaught exception 'ReflectionException' with message 'The parameter specified by its …
H A DReflectionObject_isInternal_basic.phpt10 $r3 = new ReflectionObject(new ReflectionProperty('Exception', 'message'));
H A DReflectionObject_isSubclassOf_error.phpt20 Fatal error: Uncaught exception 'ReflectionException' with message 'Class X does not exist' in %s:7
H A DReflectionClass_newInstanceWithoutConstructor.phpt29 Fatal error: Uncaught exception 'ReflectionException' with message 'Class DateTime is an internal c…
H A DReflectionClass_isSubclassOf_error1.phpt12 Fatal error: Uncaught exception 'ReflectionException' with message 'Class X does not exist' in %s:5
H A DReflectionClass_setStaticPropertyValue_001_2_4.phpt57 Fatal error: Uncaught exception 'ReflectionException' with message 'Class A does not have a propert…
H A DReflectionMethod_constructor_error1.phpt68 exception 'ReflectionException' with message 'Invalid method name 1' in %s
73 exception 'ReflectionException' with message 'Invalid method name 3' in %s
78 exception 'ReflectionException' with message 'The parameter class is expected to be either a string…
83 exception 'ReflectionException' with message 'Method TestClass::1() does not exist' in %s
88 exception 'ReflectionException' with message 'Invalid method name TestClass' in %s
93 exception 'ReflectionException' with message 'Method TestClass::foop::dedoop() does not exist' in %s
98 exception 'ReflectionException' with message 'Class TestCla does not exist' in %s
H A DReflectionClass_getStaticPropertyValue_001_2_4.phpt57 Fatal error: Uncaught exception 'ReflectionException' with message 'Class A does not have a propert…

Completed in 40 milliseconds

12345678910>>...19