Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug30045.phpt90 //test(XSD_UNSIGNEDINT, -1);
91 test(XSD_UNSIGNEDINT, 0);
92 test(XSD_UNSIGNEDINT, 4294967295);
93 //test(XSD_UNSIGNEDINT, 4294967296);
/PHP-7.4/ext/soap/
H A Dphp_encoding.h126 #define XSD_UNSIGNEDINT 140 macro
H A Dphp_encoding.c185 {{XSD_UNSIGNEDINT, XSD_UNSIGNEDINT_STRING, XSD_NAMESPACE, NULL, NULL}, to_zval_long, to_xml_long},
H A Dsoap.c739 REGISTER_LONG_CONSTANT("XSD_UNSIGNEDINT", XSD_UNSIGNEDINT, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()

Completed in 29 milliseconds