Home
last modified time | relevance | path

Searched refs:escape (Results 26 – 50 of 137) sorted by relevance

123456

/php-src/ext/standard/tests/general_functions/
H A Dvar_export_basic9.phpt2 Bug #55082: var_export() doesn't escape properties properly
/php-src/Zend/tests/
H A Dbug60350.phpt2 Bug #60350 No string escape code for ESC (ascii 27), normally \e
H A Doct_overflow_char.phpt10 Warning: Octal escape sequence overflow \542 is greater than \377 in %s%eoct_overflow_char.php on l…
H A Dnowdoc_016.phpt2 Testing nowdocs with escape sequences
H A Dheredoc_015.phpt2 Testing heredoc with escape sequences
H A Dheredoc_016.phpt2 Testing heredoc (double quotes) with escape sequences
/php-src/ext/standard/tests/strings/
H A Dgh12151.phpt2 GH-12151 (str_getcsv ending with escape zero segfualt)
H A Dstr_getcsv_002.phpt2 str_getcsv() with empty $escape
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_setCsvControl_variation002.phpt2 SplFileObject::setCsvControl() and ::getCsvControl() with empty $escape
H A DSplFileObject_fputcsv_variation15.phpt2 SplFileObject::fputcsv() with empty $escape
H A DSplFileObject_fgetcsv_escape_empty.phpt2 SplFileObject::fgetcsv() with empty $escape
H A DSplFileObject_fgetcsv_escape_default.phpt2 SplFileObject::fgetcsv with default escape character
H A Dbug60201.phpt26 string(6) "escape"
H A Dbug68479.phpt31 string(6) "escape"
/php-src/ext/pcre/tests/
H A Dbug26927.phpt2 Bug #26927 (preg_quote() does not escape \0)
/php-src/ext/standard/tests/array/
H A Dbug25758.phpt2 Bug #25758 (var_export does not escape ' & \ inside array keys)
/php-src/ext/json/tests/
H A Dbug62010.phpt13 string(50) "Single unpaired UTF-16 surrogate in unicode escape"
/php-src/ext/standard/tests/file/
H A Dfputcsv_variation16.phpt2 fputcsv() with empty $escape
H A Dfgetcsv_variation32.phpt2 fgetcsv() with empty $escape
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_context.c493 pcre2_set_glob_escape(pcre2_convert_context *ccontext, uint32_t escape) in pcre2_set_glob_escape() argument
495 if (escape > 255 || (escape != 0 && !ispunct(escape))) in pcre2_set_glob_escape()
497 ccontext->glob_escape = escape; in pcre2_set_glob_escape()
/php-src/tests/lang/string/
H A Dunicode_escape_legacy.phpt2 Tolerated Unicode escape sequences: Legacy compatibility
/php-src/ext/pgsql/tests/
H A D08escape.phpt2 PostgreSQL escape functions
18 $expect2 = "ABC\\\\ABC\\\\''"; //the way escape string differs from PostgreSQL 9.0
67 @pg_query($db, "SET bytea_output = 'escape'");
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_escape_attribute.phpt2 DOM\HTMLDocument serialization escape attribute
H A DHTMLDocument_serialize_text_01.phpt2 DOM\HTMLDocument serialization escape text 01
H A DHTMLDocument_escape_nbsp.phpt2 DOM\HTMLDocument serialization escape nbsp

Completed in 21 milliseconds

123456