Home
last modified time | relevance | path

Searched refs:XSD_LONG (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/soap/tests/bugs/
H A Dbug30045.phpt70 //test(XSD_LONG, -9223372036854775809);
71 test(XSD_LONG, -9223372036854775808);
72 test(XSD_LONG, 9223372036854775807);
73 //test(XSD_LONG, 9223372036854775808);
124 test(XSD_LONG, 2147483647);
125 test(XSD_LONG, 2147483648);
126 test(XSD_LONG, 4294967296);
127 test(XSD_LONG, 8589934592);
128 test(XSD_LONG, 17179869184);
/PHP-8.1/ext/soap/
H A Dphp_encoding.h112 #define XSD_LONG 134 macro
H A Dphp_encoding.c173 {{XSD_LONG, XSD_LONG_STRING, XSD_NAMESPACE, NULL, NULL}, to_zval_long, to_xml_long},
219 {{XSD_LONG, XSD_LONG_STRING, XSD_1999_NAMESPACE, NULL, NULL}, to_zval_long, to_xml_long},
H A Dsoap.c462 REGISTER_LONG_CONSTANT("XSD_LONG", XSD_LONG, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()

Completed in 25 milliseconds