Searched refs:XSD_UNSIGNEDINT (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/soap/tests/bugs/ |
H A D | bug30045.phpt | 90 //test(XSD_UNSIGNEDINT, -1); 91 test(XSD_UNSIGNEDINT, 0); 92 test(XSD_UNSIGNEDINT, 4294967295); 93 //test(XSD_UNSIGNEDINT, 4294967296);
|
/PHP-5.3/ext/soap/ |
H A D | php_encoding.h | 127 #define XSD_UNSIGNEDINT 140 macro
|
H A D | php_encoding.c | 192 {{XSD_UNSIGNEDINT, XSD_UNSIGNEDINT_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long},
|
H A D | soap.c | 840 REGISTER_LONG_CONSTANT("XSD_UNSIGNEDINT", XSD_UNSIGNEDINT, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
|
Completed in 31 milliseconds