Searched refs:XSD_INTEGER (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/soap/tests/bugs/ |
H A D | bug30045.phpt | 121 test(XSD_INTEGER, -18446744073709551616); 122 test(XSD_INTEGER, 18446744073709551616);
|
/php-src/ext/soap/ |
H A D | php_encoding.h | 106 #define XSD_INTEGER 131 macro
|
H A D | soap.stub.php | 277 const XSD_INTEGER = UNKNOWN; define
|
H A D | soap_arginfo.h | 283 REGISTER_LONG_CONSTANT("XSD_INTEGER", XSD_INTEGER, CONST_PERSISTENT); in register_soap_symbols()
|
H A D | php_encoding.c | 187 {{XSD_INTEGER, XSD_INTEGER_STRING, XSD_NAMESPACE, NULL, NULL, NULL}, to_zval_long, to_xml_long},
|
Completed in 29 milliseconds