Searched refs:XSD_UNSIGNEDLONG (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/soap/tests/bugs/ |
H A D | bug30045.phpt | 96 //test(XSD_UNSIGNEDLONG, -1); 97 test(XSD_UNSIGNEDLONG, 0); 98 test(XSD_UNSIGNEDLONG, 18446744073709551615); 99 //test(XSD_UNSIGNEDLONG, 18446744073709551616); 133 test(XSD_UNSIGNEDLONG, 2147483647); 134 test(XSD_UNSIGNEDLONG, 2147483648); 135 test(XSD_UNSIGNEDLONG, 4294967296); 136 test(XSD_UNSIGNEDLONG, 8589934592); 137 test(XSD_UNSIGNEDLONG, 17179869184);
|
/PHP-5.3/ext/soap/ |
H A D | php_encoding.h | 125 #define XSD_UNSIGNEDLONG 139 macro
|
H A D | php_encoding.c | 193 {{XSD_UNSIGNEDLONG, XSD_UNSIGNEDLONG_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long},
|
H A D | soap.c | 839 REGISTER_LONG_CONSTANT("XSD_UNSIGNEDLONG", XSD_UNSIGNEDLONG, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
|
Completed in 27 milliseconds