XSD_STRING        167 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoString', array('inputString' => soap_value('inputString','hello world',XSD_STRING)));
XSD_STRING        169 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoString(empty)', array('inputString' => soap_value('inputString','',XSD_STRING)));
XSD_STRING        171 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoString(null)', array('inputString' => soap_value('inputString',NULL,XSD_STRING)));
XSD_STRING        175 ext/soap/interop/client_round2_params.php $soap_tests['base'][] = new SOAP_Test('echoString(entities)', array('inputString' => soap_value('inputString',">,<,&,\",',\\,\n",XSD_STRING)));
XSD_STRING        179 ext/soap/interop/client_round2_params.php $test = new SOAP_Test('echoString(utf-8)', array('inputString' => soap_value('inputString',utf8_encode('ỗÈéóÒ₧⅜ỗỸ'),XSD_STRING)));
XSD_STRING        360 ext/soap/interop/client_round2_params.php         soap_value('inputString','arg', XSD_STRING),
XSD_STRING        448 ext/soap/interop/client_round2_params.php $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStringRequest', new SoapVar('hello world',XSD_STRING), 0, SOAP_ACTOR_NEXT);
XSD_STRING        460 ext/soap/interop/client_round2_params.php $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStringRequest', new SoapVar('hello world',XSD_STRING), 1, SOAP_ACTOR_NEXT);
XSD_STRING        472 ext/soap/interop/client_round2_params.php $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStringRequest', new SoapVar('hello world',XSD_STRING), 0, SOAP_TEST_ACTOR_OTHER);
XSD_STRING        484 ext/soap/interop/client_round2_params.php $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeStringRequest', new SoapVar('hello world', XSD_STRING), 1, SOAP_TEST_ACTOR_OTHER);
XSD_STRING        498 ext/soap/interop/client_round2_params.php $test->headers[] = new SoapHeader('http://unknown.org/echoheader/','echoMeStringRequest', new SoapVar('hello world', XSD_STRING), 1, SOAP_ACTOR_NEXT);
XSD_STRING        581 ext/soap/interop/client_round2_params.php $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeUnknown', new SoapVar('nobody understands me!',XSD_STRING),0,SOAP_ACTOR_NEXT);
XSD_STRING        594 ext/soap/interop/client_round2_params.php $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeUnknown', new SoapVar('nobody understands me!',XSD_STRING),1,SOAP_ACTOR_NEXT);
XSD_STRING        607 ext/soap/interop/client_round2_params.php $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeUnknown', new SoapVar('nobody understands me!',XSD_STRING),0,SOAP_TEST_ACTOR_OTHER);
XSD_STRING        619 ext/soap/interop/client_round2_params.php $test->headers[] = new SoapHeader('http://soapinterop.org/echoheader/','echoMeUnknown', new SoapVar('nobody understands me!',XSD_STRING),1,SOAP_TEST_ACTOR_OTHER);
XSD_STRING        163 ext/soap/php_encoding.c 	{{XSD_STRING, XSD_STRING_STRING, XSD_NAMESPACE, NULL}, to_zval_string, to_xml_string},
XSD_STRING        222 ext/soap/php_encoding.c 	{{XSD_STRING, XSD_STRING_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_string, to_xml_string},
XSD_STRING       2944 ext/soap/php_encoding.c 				enc = get_conversion(XSD_STRING);
XSD_STRING        695 ext/soap/soap.c 	REGISTER_LONG_CONSTANT("XSD_STRING", XSD_STRING, CONST_CS | CONST_PERSISTENT);