Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/tests/bugs/
H A Dbug30045.phpt71 //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-8.3/ext/soap/
H A Dphp_encoding.h112 #define XSD_LONG 134 macro
H A Dsoap.stub.php272 const XSD_LONG = UNKNOWN; define
H A Dsoap_arginfo.h289 REGISTER_LONG_CONSTANT("XSD_LONG", XSD_LONG, CONST_PERSISTENT); in register_soap_symbols()
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},

Completed in 29 milliseconds