Searched refs:XSD_SHORT (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/soap/tests/bugs/ |
H A D | bug30045.phpt | 59 //test(XSD_SHORT, -32769); 60 test(XSD_SHORT, -32768); 61 test(XSD_SHORT, 32767); 62 //test(XSD_SHORT, 32768);
|
/php-src/ext/soap/ |
H A D | php_encoding.h | 116 #define XSD_SHORT 136 macro
|
H A D | soap.stub.php | 302 const XSD_SHORT = UNKNOWN; define
|
H A D | soap_arginfo.h | 288 REGISTER_LONG_CONSTANT("XSD_SHORT", XSD_SHORT, CONST_PERSISTENT); in register_soap_symbols()
|
H A D | php_encoding.c | 177 {{XSD_SHORT, XSD_SHORT_STRING, XSD_NAMESPACE, NULL, NULL, NULL}, to_zval_long, to_xml_long}, 223 {{XSD_SHORT, XSD_SHORT_STRING, XSD_1999_NAMESPACE, NULL, NULL, NULL}, to_zval_long, to_xml_long},
|
Completed in 18 milliseconds