Searched refs:XSD_LONG (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/soap/tests/bugs/ |
H A D | bug30045.phpt | 71 //test(XSD_LONG, -9223372036854775809); 72 test(XSD_LONG, -9223372036854775808); 73 test(XSD_LONG, 9223372036854775807); 74 //test(XSD_LONG, 9223372036854775808); 125 test(XSD_LONG, 2147483647); 126 test(XSD_LONG, 2147483648); 127 test(XSD_LONG, 4294967296); 128 test(XSD_LONG, 8589934592); 129 test(XSD_LONG, 17179869184);
|
/php-src/ext/soap/ |
H A D | php_encoding.h | 112 #define XSD_LONG 134 macro
|
H A D | soap.stub.php | 292 const XSD_LONG = UNKNOWN; define
|
H A D | soap_arginfo.h | 286 REGISTER_LONG_CONSTANT("XSD_LONG", XSD_LONG, CONST_PERSISTENT); in register_soap_symbols()
|
H A D | php_encoding.c | 175 {{XSD_LONG, XSD_LONG_STRING, XSD_NAMESPACE, NULL, NULL, NULL}, to_zval_long, to_xml_long}, 221 {{XSD_LONG, XSD_LONG_STRING, XSD_1999_NAMESPACE, NULL, NULL, NULL}, to_zval_long, to_xml_long},
|
Completed in 37 milliseconds