Home
last modified time | relevance | path

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

/PHP-8.1/ext/soap/tests/bugs/
H A Dbug30045.phpt88 //test(XSD_UNSIGNEDINT, -1);
89 test(XSD_UNSIGNEDINT, 0);
90 test(XSD_UNSIGNEDINT, 4294967295);
91 //test(XSD_UNSIGNEDINT, 4294967296);
/PHP-8.1/ext/soap/
H A Dphp_encoding.h124 #define XSD_UNSIGNEDINT 140 macro
H A Dphp_encoding.c183 {{XSD_UNSIGNEDINT, XSD_UNSIGNEDINT_STRING, XSD_NAMESPACE, NULL, NULL}, to_zval_long, to_xml_long},
H A Dsoap.c468 REGISTER_LONG_CONSTANT("XSD_UNSIGNEDINT", XSD_UNSIGNEDINT, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()

Completed in 30 milliseconds