Home
last modified time | relevance | path

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

/PHP-7.0/ext/xmlrpc/tests/
H A Dbug71501.phpt10 echo xmlrpc_encode_request('foo', $params, ['encoding' => 'UTF-8', 'escaping' => 'markup']);
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c451 if(options->escaping && options->escaping != xml_elem_cdata_escaping) { in xml_element_serialize()
452 … escaped_str = xml_elem_entity_escape(el->text.str, buflen, &buflen, options->escaping ); in xml_element_serialize()
458 if(options->escaping & xml_elem_cdata_escaping) { in xml_element_serialize()
468 if(options->escaping & xml_elem_cdata_escaping) { in xml_element_serialize()
H A Dxml_element.h91 XML_ELEM_ESCAPING escaping; /* how to escape special chars */ member
/PHP-7.0/ext/xmlrpc/
H A Dxmlrpc-epi-php.c370 …options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_markup_escaping | xml_elem_non_ascii_escapin… in set_output_options()
429 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_no_escaping; in set_output_options()
434 options->xmlrpc_out.xml_elem_opts.escaping |= xml_elem_cdata_escaping; in set_output_options()
436 options->xmlrpc_out.xml_elem_opts.escaping |= xml_elem_non_ascii_escaping; in set_output_options()
438 options->xmlrpc_out.xml_elem_opts.escaping |= xml_elem_non_print_escaping; in set_output_options()
440 options->xmlrpc_out.xml_elem_opts.escaping |= xml_elem_markup_escaping; in set_output_options()
447 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_cdata_escaping; in set_output_options()
449 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_non_ascii_escaping; in set_output_options()
451 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_non_print_escaping; in set_output_options()
453 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_markup_escaping; in set_output_options()
/PHP-7.0/ext/standard/tests/strings/
H A Dprint_basic.phpt29 print "escaping characters is done \"Like this\".";
78 escaping characters is done "Like this".
/PHP-7.0/ext/pgsql/tests/
H A D08escape.phpt61 // Force bytea escaping and retry
/PHP-7.0/ext/mbstring/
H A DREADME_PHP3-i18n-ja268 starts with escaping char, \033 and a few more characters
705 PHP automatically inserts escaping character, \. Set magic_quotes_gpc
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt4960 pattern. This escaping action applies whether or not the following
4973 are ignored. An escaping backslash can be used to include a white space
5776 or by using the \x{ escaping mechanism.
5857 terminating closing square bracket. However, escaping other non-

Completed in 48 milliseconds