Home
last modified time | relevance | path

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

/PHP-8.1/ext/soap/tests/bugs/
H A Dbug30045.phpt82 //test(XSD_UNSIGNEDSHORT, -1);
83 test(XSD_UNSIGNEDSHORT, 0);
84 test(XSD_UNSIGNEDSHORT, 65535);
85 //test(XSD_UNSIGNEDSHORT, 65536);
/PHP-8.1/ext/soap/
H A Dphp_encoding.h126 #define XSD_UNSIGNEDSHORT 141 macro
H A Dphp_encoding.c182 …{{XSD_UNSIGNEDSHORT, XSD_UNSIGNEDSHORT_STRING, XSD_NAMESPACE, NULL, NULL}, to_zval_long, to_xml_lo…
H A Dsoap.c469 REGISTER_LONG_CONSTANT("XSD_UNSIGNEDSHORT", XSD_UNSIGNEDSHORT, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()

Completed in 37 milliseconds