Searched refs:XSD_INT (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/soap/tests/bugs/ |
H A D | bug30045.phpt | 65 //test(XSD_INT, -2147483649); 66 test(XSD_INT, -2147483648); 67 test(XSD_INT, 2147483647); 68 //test(XSD_INT, 2147483648);
|
/php-src/ext/soap/tests/interop/Round2/Base/ |
H A D | r2_base_011s.phpt | 8 new SoapVar(1,XSD_INT), 9 new SoapVar(234324324,XSD_INT), 10 new SoapVar(2,XSD_INT)
|
H A D | r2_base_015s.phpt | 19 new SoapVar('34', XSD_INT, null, null, 'varInt'), 24 new SoapVar('34', XSD_INT, null, null, 'varInt'),
|
H A D | r2_base_010s.phpt | 8 $client->__soapCall("echoInteger", array(new SoapParam(new soapVar(34345, XSD_INT), "inputInteger")…
|
H A D | r2_base_014s.phpt | 11 new SoapVar('34', XSD_INT, null, null, 'varInt'),
|
/php-src/ext/soap/tests/interop/Round2/GroupB/ |
H A D | r2_groupB_004s.phpt | 11 new SoapVar(34, XSD_INT, null, null, "varInt"), 15 new SoapVar(342, XSD_INT, null, null, "varInt"),
|
H A D | r2_groupB_002s.phpt | 12 new SoapParam(new SoapVar(34,XSD_INT), "inputInteger"),
|
H A D | r2_groupB_001s.phpt | 11 new SoapVar(34, XSD_INT, null, null, "varInt"),
|
H A D | r2_groupB_005s.phpt | 11 new SoapVar(34, XSD_INT, null, null, "varInt"),
|
/php-src/ext/soap/ |
H A D | php_encoding.h | 114 #define XSD_INT 135 macro
|
H A D | soap.stub.php | 297 const XSD_INT = UNKNOWN; define
|
H A D | soap_arginfo.h | 287 REGISTER_LONG_CONSTANT("XSD_INT", XSD_INT, CONST_PERSISTENT); in register_soap_symbols()
|
H A D | php_encoding.c | 176 {{XSD_INT, XSD_INT_STRING, XSD_NAMESPACE, NULL, NULL, NULL}, to_zval_long, to_xml_long}, 222 {{XSD_INT, XSD_INT_STRING, XSD_1999_NAMESPACE, NULL, NULL, NULL}, to_zval_long, to_xml_long},
|
Completed in 44 milliseconds