Searched refs:XSD_INT (Results 1 – 13 of 13) sorted by relevance
/PHP-7.3/ext/soap/tests/bugs/ |
H A D | bug30045.phpt | 66 //test(XSD_INT, -2147483649); 67 test(XSD_INT, -2147483648); 68 test(XSD_INT, 2147483647); 69 //test(XSD_INT, 2147483648);
|
/PHP-7.3/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-7.3/ext/soap/interop/ |
H A D | client_round2_params.php | 208 … = new SOAP_Test('echoInteger', array('inputInteger' => soap_value('inputInteger',12345,XSD_INT))); 217 array(new SoapVar(12345,XSD_INT),new SoapVar(654321,XSD_INT)), 358 soap_value('inputInteger',34, XSD_INT),
|
/PHP-7.3/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-7.3/ext/soap/ |
H A D | php_encoding.h | 116 #define XSD_INT 135 macro
|
H A D | php_encoding.c | 176 {{XSD_INT, XSD_INT_STRING, XSD_NAMESPACE, NULL, NULL}, to_zval_long, to_xml_long}, 222 {{XSD_INT, XSD_INT_STRING, XSD_1999_NAMESPACE, NULL, NULL}, to_zval_long, to_xml_long},
|
H A D | soap.c | 736 REGISTER_LONG_CONSTANT("XSD_INT", XSD_INT, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
|
Completed in 51 milliseconds