Searched refs:XSD_UNSIGNEDSHORT (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/soap/tests/bugs/ |
H A D | bug30045.phpt | 84 //test(XSD_UNSIGNEDSHORT, -1); 85 test(XSD_UNSIGNEDSHORT, 0); 86 test(XSD_UNSIGNEDSHORT, 65535); 87 //test(XSD_UNSIGNEDSHORT, 65536);
|
/PHP-7.0/ext/soap/ |
H A D | php_encoding.h | 129 #define XSD_UNSIGNEDSHORT 141 macro
|
H A D | php_encoding.c | 186 {{XSD_UNSIGNEDSHORT, XSD_UNSIGNEDSHORT_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long},
|
H A D | soap.c | 766 REGISTER_LONG_CONSTANT("XSD_UNSIGNEDSHORT", XSD_UNSIGNEDSHORT, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
|
Completed in 61 milliseconds