Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/opcache/tests/opt/
H A Dsccp_013.phpt2 SCCP 013: Conditional Constant Propagation of non-escaping array elements on PHI
H A Dsccp_014.phpt2 SCCP 014: Conditional Constant Propagation of non-escaping object properties on PHI
H A Dsccp_015.phpt2 SCCP 015: Conditional Constant Propagation of non-escaping object properties on PHI and Rewinding
H A Dsccp_005.phpt2 SCCP 005: Conditional Constant Propagation of non-escaping array elements
H A Dsccp_009.phpt2 SCCP 009: Conditional Constant Propagation of non-escaping array elements
H A Ddce_005.phpt2 DCE 005: Elimination of assignment to non-escaping objects (can't remove NEW yet)
H A Dsccp_007.phpt2 SCCP 007: Conditional Constant Propagation of non-escaping array elements
H A Dsccp_003.phpt2 SCCP 003: Conditional Constant Propagation of non-escaping array elements
H A Dsccp_010.phpt2 SCCP 010: Conditional Constant Propagation of non-escaping object properties
H A Dsccp_011.phpt2 SCCP 011: Conditional Constant Propagation of non-escaping object properties
H A Ddce_004.phpt2 DCE 004: Elimination of assignment to non-escaping arrays
H A Dsccp_012.phpt2 SCCP 012: Conditional Constant Propagation of non-escaping object properties
H A Dsccp_002.phpt2 SCCP 002: Conditional Constant Propagation of non-escaping array elements
H A Dsccp_004.phpt2 SCCP 004: Conditional Constant Propagation of non-escaping array elements
H A Dsccp_008.phpt2 SCCP 008: Conditional Constant Propagation of non-escaping array elements
H A Dsccp_006.phpt2 SCCP 006: Conditional Constant Propagation of non-escaping array elements
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug71501.phpt10 echo xmlrpc_encode_request('foo', $params, ['encoding' => 'UTF-8', 'escaping' => 'markup']);
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c444 if(options->escaping && options->escaping != xml_elem_cdata_escaping) { in xml_element_serialize()
445 … escaped_str = xml_elem_entity_escape(el->text.str, buflen, &buflen, options->escaping ); in xml_element_serialize()
451 if(options->escaping & xml_elem_cdata_escaping) { in xml_element_serialize()
461 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.4/ext/pdo_pgsql/tests/
H A Dbug71885.phpt2 Request #71855 (PDO placeholder escaping)
H A Dbug71885_2.phpt2 Request #71855 (PDO placeholder escaping, part 2)
/PHP-7.4/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.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c367 …options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_markup_escaping | xml_elem_non_ascii_escapin… in set_output_options()
426 options->xmlrpc_out.xml_elem_opts.escaping = xml_elem_no_escaping; in set_output_options()
431 options->xmlrpc_out.xml_elem_opts.escaping |= xml_elem_cdata_escaping; in set_output_options()
433 options->xmlrpc_out.xml_elem_opts.escaping |= xml_elem_non_ascii_escaping; in set_output_options()
435 options->xmlrpc_out.xml_elem_opts.escaping |= xml_elem_non_print_escaping; in set_output_options()
437 options->xmlrpc_out.xml_elem_opts.escaping |= xml_elem_markup_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()
/PHP-7.4/ext/pdo/tests/
H A Dbug_71885.phpt2 PDO Common: FR #71885 (Allow escaping question mark placeholders)
/PHP-7.4/ext/pgsql/tests/
H A D08escape.phpt61 // Force bytea escaping and retry

Completed in 29 milliseconds

12