Home
last modified time | relevance | path

Searched refs:escape (Results 51 – 75 of 137) sorted by relevance

123456

/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fgetcsv_escape_error.phpt21 SplFileObject::fgetcsv(): Argument #3 ($escape) must be empty or a single character
H A DSplFileObject_setCsvControl_error003.phpt29 SplFileObject::setCsvControl(): Argument #3 ($escape) must be empty or a single character
/php-src/tests/lang/string/
H A Dunicode_escape_surrogates.phpt2 Valid Unicode escape sequences: Surrogate halves
H A Dunicode_escape.phpt2 Valid Unicode escape sequences
/php-src/ext/pcre/tests/
H A Dbug47229.phpt2 Bug #47229 (preg_quote() doesn't escape -)
/php-src/ext/spl/
H A Dspl_directory.stub.php253 …public function fgetcsv(string $separator = ",", string $enclosure = "\"", string $escape = "\\"):… argument
256 …rray $fields, string $separator = ",", string $enclosure = "\"", string $escape = "\\", string $eo… argument
259 …public function setCsvControl(string $separator = ",", string $enclosure = "\"", string $escape = … argument
H A Dspl_directory.c2305 int escape = intern->u.file.escape; in PHP_METHOD() local
2335 escape = PHP_CSV_NO_ESCAPE; in PHP_METHOD()
2337 escape = (unsigned char) esc[0]; in PHP_METHOD()
2352 int escape = intern->u.file.escape; in PHP_METHOD() local
2383 escape = PHP_CSV_NO_ESCAPE; in PHP_METHOD()
2385 escape = (unsigned char) esc[0]; in PHP_METHOD()
2430 escape = PHP_CSV_NO_ESCAPE; in PHP_METHOD()
2438 intern->u.file.escape = escape; in PHP_METHOD()
2459 escape[0] = '\0'; in PHP_METHOD()
2461 escape[0] = (unsigned char) intern->u.file.escape; in PHP_METHOD()
[all …]
/php-src/ext/standard/tests/general_functions/
H A Dghsa-pc52-254m-w9w7_1.phpt2 GHSA-54hq-v5wp-fqgv - proc_open does not correctly escape args for bat files
H A Dghsa-pc52-254m-w9w7_2.phpt2 GHSA-54hq-v5wp-fqgv - proc_open does not correctly escape args for cmd files
H A Dghsa-pc52-254m-w9w7_3.phpt2 GHSA-54hq-v5wp-fqgv - proc_open does not correctly escape args for cmd executing batch files
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1559 int escape = 0; in PRIV() local
1596 if (cb != NULL && (escape == ESC_P || escape == ESC_p || escape == ESC_X)) in PRIV()
1836 escape = -s; in PRIV()
2139 return escape; in PRIV()
2647 switch(escape) in handle_escdsw()
2678 switch(escape) in handle_escdsw()
2793 int escape; in parse_regex() local
3237 escape = -escape; in parse_regex()
3336 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex()
5651 uint32_t escape; in compile_branch() local
[all …]
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_text_02.phpt2 DOM\HTMLDocument serialization escape text 02 - special tags in html namespace
H A DHTMLDocument_serialize_text_03.phpt2 DOM\HTMLDocument serialization escape text 03 - special tags in namespace should encode content
/php-src/ext/standard/tests/strings/
H A Daddcslashes_002.phpt9 /* charlist "\0..\37" would escape all characters with ASCII code between 0 and 31 */
H A Dstrrev_basic.phpt22 //string containing escape char
H A Dstr_getcsv_001.phpt6 // string input[, string delimiter[, string enclosure[, string escape]]]
/php-src/ext/mbstring/tests/
H A Diso2022jp_2004_encoding.phpt118 /* Try all ASCII characters, with explicit ASCII escape */
211 /* All possible escape sequences */
224 echo "All escape sequences work as expected\n";
230 echo "All incomplete escape sequences are rejected\n";
244 /* Try redundant escape sequences (switching mode but including any characters
341 convertInvalidString("\x1B\$(X", "%", "ISO-2022-JP-2004", "UTF-8"); // Invalid escape
359 All escape sequences work as expected
360 All incomplete escape sequences are rejected
H A Diso2022jp_encoding.phpt136 /* JIS7 supports escape to switch to JIS X 0212 charset, but ISO-2022-JP does not */
164 /* All possible escape sequences */
208 echo "All escape sequences work as expected\n";
247 convertInvalidString("\x1B\$(X", "%\$(X", "JIS", "UTF-8"); // Invalid escape
248 convertInvalidString("\x1B\$(X", "%\$(X", "ISO-2022-JP", "UTF-8"); // Invalid escape
259 All escape sequences work as expected
H A Dmb_strcut.phpt23 …JP', 'UTF-8'); // [<escape sequence>1b2442 3441 3b7a <escape sequence>1b2842 20 61 62 63 20 <escap…
173 print "Bad escape sequence followed by null byte: [" . bin2hex(mb_strcut("\x1b\x00", 1, 100, "JIS")…
201 print "Bad escape sequence preceded by bad bytes: [" . bin2hex(mb_strcut("\xFF\xFF\x1B\x00", 0, 100…
203 print "Bad escape sequence followed by GR kana: [" . bin2hex(mb_strcut("\x1B\$\xAC\x13", 0, 100, 'C…
400 Bad escape sequence followed by null byte: []
422 Bad escape sequence preceded by bad bytes: [3f3f3f00]
424 Bad escape sequence followed by GR kana: []
/php-src/ext/standard/tests/file/
H A Dbug72330.phpt2 Bug #72330 (CSV fields incorrectly split if escape char followed by UTF chars)
/php-src/ext/opcache/tests/opt/
H A Ddce_006.phpt2 DCE 006: Objects with destructors escape
/php-src/ext/pgsql/tests/
H A D18pg_escape_bytea_before.phpt20 @pg_query($db, "SET bytea_output = 'escape'");
/php-src/ext/standard/tests/array/
H A Dnatcasesort_variation9.phpt7 * and escape characters to test how natcasesort() re-orders it
H A Dnatcasesort_variation4.phpt12 // group of escape sequences
/php-src/ext/pdo/tests/
H A Dpdo_033.phpt9 …TEST_DSN'), 'odbc', strlen('odbc'))) die('skip odbc driver doesn\'t have escape API, use prepared …

Completed in 57 milliseconds

123456