Home
last modified time | relevance | path

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

/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c790 size_t xml_len, encoding_len = 0; in PHP_FUNCTION() local
792 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz|s", &xml, &xml_len, &method, &encoding, &encoding_l… in PHP_FUNCTION()
797 decode_request_worker(xml, xml_len, encoding_len ? encoding : NULL, method, return_value); in PHP_FUNCTION()

Completed in 8 milliseconds