Home
last modified time | relevance | path

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

/PHP-5.6/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-5.6/ext/standard/tests/strings/
H A Dprint_basic.phpt29 print "escaping characters is done \"Like this\".";
78 escaping characters is done "Like this".
/PHP-5.6/ext/xmlrpc/
H A Dxmlrpc-epi-php.c379 …options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_markup_escaping | xml_elem_non_ascii_escapin… in set_output_options()
438 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_no_escaping; in set_output_options()
444 options->xmlrpc_out.xml_elem_opts.escaping |= xml_elem_cdata_escaping; in set_output_options()
446 options->xmlrpc_out.xml_elem_opts.escaping |= xml_elem_non_ascii_escaping; in set_output_options()
448 options->xmlrpc_out.xml_elem_opts.escaping |= xml_elem_non_print_escaping; in set_output_options()
450 options->xmlrpc_out.xml_elem_opts.escaping |= xml_elem_markup_escaping; in set_output_options()
461 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_cdata_escaping; in set_output_options()
463 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_non_ascii_escaping; in set_output_options()
465 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_non_print_escaping; in set_output_options()
467 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_markup_escaping; in set_output_options()
/PHP-5.6/ext/pgsql/tests/
H A D08escape.phpt61 // Force bytea escaping and retry
/PHP-5.6/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-5.6/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-
/PHP-5.6/
H A DNEWS2793 (extra comma) and third parameters (lack of escaping). (Andrey)

Completed in 81 milliseconds