Searched refs:XSD_SHORT (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/soap/tests/bugs/ |
H A D | bug30045.phpt | 60 //test(XSD_SHORT, -32769); 61 test(XSD_SHORT, -32768); 62 test(XSD_SHORT, 32767); 63 //test(XSD_SHORT, 32768);
|
/PHP-7.0/ext/soap/ |
H A D | php_encoding.h | 119 #define XSD_SHORT 136 macro
|
H A D | php_encoding.c | 179 {{XSD_SHORT, XSD_SHORT_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long}, 225 {{XSD_SHORT, XSD_SHORT_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_long, to_xml_long},
|
H A D | soap.c | 761 REGISTER_LONG_CONSTANT("XSD_SHORT", XSD_SHORT, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
|
Completed in 34 milliseconds