Searched refs:XSD_INTEGER (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/soap/tests/bugs/ |
H A D | bug30045.phpt | 122 test(XSD_INTEGER, -18446744073709551616); 123 test(XSD_INTEGER, 18446744073709551616);
|
/PHP-7.0/ext/soap/ |
H A D | php_encoding.h | 109 #define XSD_INTEGER 131 macro
|
H A D | php_encoding.c | 189 {{XSD_INTEGER, XSD_INTEGER_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long},
|
H A D | soap.c | 756 REGISTER_LONG_CONSTANT("XSD_INTEGER", XSD_INTEGER, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
|
Completed in 32 milliseconds