Home
last modified time | relevance | path

Searched refs:XSD_STRING (Results 1 – 18 of 18) sorted by relevance

/PHP-7.4/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_003s.phpt9 new SoapVar('row0col0', XSD_STRING),
10 new SoapVar('row0col1', XSD_STRING),
11 new SoapVar('row0col2', XSD_STRING)
14 new SoapVar('row1col0', XSD_STRING),
15 new SoapVar('row1col1', XSD_STRING),
16 new SoapVar('row1col2', XSD_STRING)
H A Dr2_groupB_005s.phpt10 new SoapVar("arg", XSD_STRING, null, null, "varString"),
14 new SoapVar("red", XSD_STRING),
15 new SoapVar("blue", XSD_STRING),
16 new SoapVar("green", XSD_STRING),
H A Dr2_groupB_004s.phpt10 new SoapVar("arg", XSD_STRING, null, null, "varString"),
14 new SoapVar("arg2", XSD_STRING, null, null, "varString"),
H A Dr2_groupB_002s.phpt11 new SoapParam(new SoapVar("arg",XSD_STRING), "inputString"),
H A Dr2_groupB_001s.phpt10 new SoapVar("arg", XSD_STRING, null, null, "varString"),
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug69462.phpt13 new SoapVar('value', XSD_STRING, null, null, null, $namespace)
/PHP-7.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_006s.phpt8 new SoapVar('good', XSD_STRING),
9 new SoapVar('bad', XSD_STRING)
H A Dr2_base_015s.phpt18 new SoapVar('arg', XSD_STRING, null, null, 'varString'),
23 new SoapVar('arg', XSD_STRING, null, null, 'varString'),
H A Dr2_base_004s.phpt8 $client->__soapCall("echoString", array(new SoapParam(new SoapVar(">,<,&,\",',\\,\n",XSD_STRING),"i…
H A Dr2_base_001s.phpt8 $client->__soapCall("echoString", array(new SoapParam(new SoapVar("Hello World!",XSD_STRING),"input…
H A Dr2_base_002s.phpt8 $client->__soapCall("echoString", array(new SoapParam(new SoapVar("",XSD_STRING),"inputString")), a…
H A Dr2_base_003s.phpt8 $client->__soapCall("echoString", array(new SoapParam(new SoapVar(NULL,XSD_STRING),"inputString")),…
H A Dr2_base_005s.phpt8 …"echoString", array(new SoapParam(new SoapVar(utf8_encode('ỗÈéóÒ₧⅜ỗỸ'),XSD_STRING),"inputString"))…
H A Dr2_base_007s.phpt8 new SoapVar('good', XSD_STRING)
H A Dr2_base_014s.phpt10 new SoapVar('arg', XSD_STRING, null, null, 'varString'),
/PHP-7.4/ext/soap/
H A Dphp_encoding.h48 #define XSD_STRING 101 macro
H A Dphp_encoding.c156 {{XSD_STRING, XSD_STRING_STRING, XSD_NAMESPACE, NULL, NULL}, to_zval_string, to_xml_string},
215 {{XSD_STRING, XSD_STRING_STRING, XSD_1999_NAMESPACE, NULL, NULL}, to_zval_string, to_xml_string},
2798 enc = get_conversion(XSD_STRING); in guess_zval_convert()
H A Dsoap.c700 REGISTER_LONG_CONSTANT("XSD_STRING", XSD_STRING, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()

Completed in 56 milliseconds