Searched refs:XSD_POSITIVEINTEGER (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/soap/tests/bugs/ |
H A D | bug30045.phpt | 116 //test(XSD_POSITIVEINTEGER, 0); 117 test(XSD_POSITIVEINTEGER, 1); 118 test(XSD_POSITIVEINTEGER, 18446744073709551616);
|
/php-src/ext/soap/ |
H A D | php_encoding.h | 130 #define XSD_POSITIVEINTEGER 143 macro
|
H A D | soap.stub.php | 337 const XSD_POSITIVEINTEGER = UNKNOWN; define
|
H A D | soap_arginfo.h | 295 REGISTER_LONG_CONSTANT("XSD_POSITIVEINTEGER", XSD_POSITIVEINTEGER, CONST_PERSISTENT); in register_soap_symbols()
|
H A D | php_encoding.c | 180 …{{XSD_POSITIVEINTEGER, XSD_POSITIVEINTEGER_STRING, XSD_NAMESPACE, NULL, NULL, NULL}, to_zval_long,…
|
Completed in 27 milliseconds