Home
last modified time | relevance | path

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

/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c358 static void set_output_options(php_output_options* options, zval* output_opts) in set_output_options() argument
369 if (output_opts && Z_TYPE_P(output_opts) == IS_ARRAY) { in set_output_options()
373 …if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), OUTPUT_TYPE_KEY, OUTPUT_TYPE_KEY_LEN)) != N… in set_output_options()
384 …if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), VERBOSITY_KEY, VERBOSITY_KEY_LEN)) != NULL)… in set_output_options()
397 if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), VERSION_KEY, VERSION_KEY_LEN)) != NULL) { in set_output_options()
414 … if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), ENCODING_KEY, ENCODING_KEY_LEN)) != NULL) { in set_output_options()
421 … if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), ESCAPING_KEY, ESCAPING_KEY_LEN)) != NULL) { in set_output_options()
1034 zval *caller_params, *handle, *output_opts = NULL; in PHP_FUNCTION() local
1040 …arameters(argc, "rsz|a", &handle, &rawxml, &rawxml_len, &caller_params, &output_opts) != SUCCESS) { in PHP_FUNCTION()
1047 set_output_options(&out, output_opts); in PHP_FUNCTION()

Completed in 8 milliseconds