Home
last modified time | relevance | path

Searched refs:XSD_SHORT (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug30045.phpt60 //test(XSD_SHORT, -32769);
61 test(XSD_SHORT, -32768);
62 test(XSD_SHORT, 32767);
63 //test(XSD_SHORT, 32768);
/PHP-7.4/ext/soap/
H A Dphp_encoding.h118 #define XSD_SHORT 136 macro
H A Dphp_encoding.c177 {{XSD_SHORT, XSD_SHORT_STRING, XSD_NAMESPACE, NULL, NULL}, to_zval_long, to_xml_long},
223 {{XSD_SHORT, XSD_SHORT_STRING, XSD_1999_NAMESPACE, NULL, NULL}, to_zval_long, to_xml_long},
H A Dsoap.c735 REGISTER_LONG_CONSTANT("XSD_SHORT", XSD_SHORT, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()

Completed in 25 milliseconds