Home
last modified time | relevance | path

Searched refs:XSD_UNSIGNEDBYTE (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/soap/tests/bugs/
H A Dbug30045.phpt77 //test(XSD_UNSIGNEDBYTE, -1);
78 test(XSD_UNSIGNEDBYTE, 0);
79 test(XSD_UNSIGNEDBYTE, 255);
80 //test(XSD_UNSIGNEDBYTE, 256);
/PHP-8.3/ext/soap/
H A Dphp_encoding.h128 #define XSD_UNSIGNEDBYTE 142 macro
H A Dsoap.stub.php312 const XSD_UNSIGNEDBYTE = UNKNOWN; define
H A Dsoap_arginfo.h297 REGISTER_LONG_CONSTANT("XSD_UNSIGNEDBYTE", XSD_UNSIGNEDBYTE, CONST_PERSISTENT); in register_soap_symbols()
H A Dphp_encoding.c181 …{{XSD_UNSIGNEDBYTE, XSD_UNSIGNEDBYTE_STRING, XSD_NAMESPACE, NULL, NULL}, to_zval_long, to_xml_long…

Completed in 27 milliseconds