Home
last modified time | relevance | path

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

/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c407 if(options->verbosity != xml_elem_no_white_space) { in xml_element_serialize()
412 if(options->verbosity == xml_elem_pretty && depth > 2) { in xml_element_serialize()
478 if(options->verbosity != xml_elem_no_white_space) { in xml_element_serialize()
486 if(options->verbosity == xml_elem_pretty && depth > 2) { in xml_element_serialize()
496 if(options->verbosity != xml_elem_no_white_space) { in xml_element_serialize()
H A Dxml_element.h90 XML_ELEM_VERBOSITY verbosity; /* length/verbosity of xml */ member
H A Dxml_to_dandarpc.c179 … = (type == xmlrpc_string && request && output && output->xml_elem_opts.verbosity == xml_elem_no_w… in DANDARPC_to_xml_element_worker()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c378 options->xmlrpc_out.xml_elem_opts.verbosity = xml_elem_pretty; in set_output_options()
399 options->xmlrpc_out.xml_elem_opts.verbosity = xml_elem_no_white_space; in set_output_options()
401 options->xmlrpc_out.xml_elem_opts.verbosity = xml_elem_newlines_only; in set_output_options()
403 options->xmlrpc_out.xml_elem_opts.verbosity = xml_elem_pretty; in set_output_options()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c376 ZEND_ARG_INFO(0, verbosity)
3694 long verbosity; local
3699 if (zend_parse_parameters(argc TSRMLS_CC, "l", &verbosity) == FAILURE) {
3705 if (zend_parse_parameters(argc TSRMLS_CC, "rl", &pgsql_link, &verbosity) == FAILURE) {
3716 if (verbosity & (PQERRORS_TERSE|PQERRORS_DEFAULT|PQERRORS_VERBOSE)) {
3717 Z_LVAL_P(return_value) = PQsetErrorVerbosity(pgsql, verbosity);
/PHP-5.5/
H A DNEWS9080 . pg_set_error_verbosity() - set verbosity of errors.

Completed in 45 milliseconds