Searched refs:XSD_LONG (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/soap/tests/bugs/ |
H A D | bug30045.phpt | 72 //test(XSD_LONG, -9223372036854775809); 73 test(XSD_LONG, -9223372036854775808); 74 test(XSD_LONG, 9223372036854775807); 75 //test(XSD_LONG, 9223372036854775808); 126 test(XSD_LONG, 2147483647); 127 test(XSD_LONG, 2147483648); 128 test(XSD_LONG, 4294967296); 129 test(XSD_LONG, 8589934592); 130 test(XSD_LONG, 17179869184);
|
/PHP-7.0/ext/soap/ |
H A D | php_encoding.h | 115 #define XSD_LONG 134 macro
|
H A D | php_encoding.c | 177 {{XSD_LONG, XSD_LONG_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long}, 223 {{XSD_LONG, XSD_LONG_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_long, to_xml_long},
|
H A D | soap.c | 759 REGISTER_LONG_CONSTANT("XSD_LONG", XSD_LONG, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
|
Completed in 29 milliseconds