Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug30045.phpt84 //test(XSD_UNSIGNEDSHORT, -1);
85 test(XSD_UNSIGNEDSHORT, 0);
86 test(XSD_UNSIGNEDSHORT, 65535);
87 //test(XSD_UNSIGNEDSHORT, 65536);
/PHP-7.4/ext/soap/
H A Dphp_encoding.h128 #define XSD_UNSIGNEDSHORT 141 macro
H A Dphp_encoding.c184 …{{XSD_UNSIGNEDSHORT, XSD_UNSIGNEDSHORT_STRING, XSD_NAMESPACE, NULL, NULL}, to_zval_long, to_xml_lo…
H A Dsoap.c740 REGISTER_LONG_CONSTANT("XSD_UNSIGNEDSHORT", XSD_UNSIGNEDSHORT, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()

Completed in 26 milliseconds