Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug30045.phpt72 //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.4/ext/soap/
H A Dphp_encoding.h114 #define XSD_LONG 134 macro
H A Dphp_encoding.c175 {{XSD_LONG, XSD_LONG_STRING, XSD_NAMESPACE, NULL, NULL}, to_zval_long, to_xml_long},
221 {{XSD_LONG, XSD_LONG_STRING, XSD_1999_NAMESPACE, NULL, NULL}, to_zval_long, to_xml_long},
H A Dsoap.c733 REGISTER_LONG_CONSTANT("XSD_LONG", XSD_LONG, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()

Completed in 28 milliseconds