Searched refs:XSD_UNSIGNEDBYTE (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/ext/soap/tests/bugs/ |
H A D | bug30045.phpt | 78 //test(XSD_UNSIGNEDBYTE, -1); 79 test(XSD_UNSIGNEDBYTE, 0); 80 test(XSD_UNSIGNEDBYTE, 255); 81 //test(XSD_UNSIGNEDBYTE, 256);
|
/PHP-7.3/ext/soap/ |
H A D | php_encoding.h | 130 #define XSD_UNSIGNEDBYTE 142 macro
|
H A D | php_encoding.c | 183 …{{XSD_UNSIGNEDBYTE, XSD_UNSIGNEDBYTE_STRING, XSD_NAMESPACE, NULL, NULL}, to_zval_long, to_xml_long…
|
H A D | soap.c | 743 REGISTER_LONG_CONSTANT("XSD_UNSIGNEDBYTE", XSD_UNSIGNEDBYTE, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
|
Completed in 26 milliseconds