Home
last modified time | relevance | path

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

/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c361 static void set_output_options(php_output_options* options, zval* output_opts) in set_output_options() argument
372 if (output_opts && Z_TYPE_P(output_opts) == IS_ARRAY) { in set_output_options()
376 …if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), OUTPUT_TYPE_KEY, OUTPUT_TYPE_KEY_LEN)) != N… in set_output_options()
387 …if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), VERBOSITY_KEY, VERBOSITY_KEY_LEN)) != NULL)… in set_output_options()
400 if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), VERSION_KEY, VERSION_KEY_LEN)) != NULL) { in set_output_options()
417 … if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), ENCODING_KEY, ENCODING_KEY_LEN)) != NULL) { in set_output_options()
424 … if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), ESCAPING_KEY, ESCAPING_KEY_LEN)) != NULL) { in set_output_options()
1039 zval *caller_params, *handle, *output_opts = NULL; in PHP_FUNCTION() local
1045 …END_NUM_ARGS(), "rsz|a", &handle, &rawxml, &rawxml_len, &caller_params, &output_opts) != SUCCESS) { in PHP_FUNCTION()
1052 set_output_options(&out, output_opts); in PHP_FUNCTION()

Completed in 8 milliseconds