Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/pcre/tests/
H A Dbug47229.phpt2 Bug #47229 (preg_quote() doesn't escape -)
/PHP-7.4/ext/pgsql/tests/
H A D18pg_escape_bytea_before.phpt15 @pg_query($db, "SET bytea_output = 'escape'");
H A Dbug37100.phpt14 @pg_query("SET bytea_output = 'escape'");
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1490 int escape = 0; in PRIV() local
1527 if (cb != NULL && (escape == ESC_P || escape == ESC_p || escape == ESC_X)) in PRIV()
1755 escape = -s; in PRIV()
2037 return escape; in PRIV()
2511 int escape; in parse_regex() local
2936 escape = -escape; in parse_regex()
3020 ((escape == ESC_d || escape == ESC_s || escape == ESC_w)? in parse_regex()
3567 ((escape == ESC_d || escape == ESC_s || escape == ESC_w)? in parse_regex()
5294 uint32_t escape; in compile_branch() local
9111 if (escape == ESC_R || escape == ESC_X) return -1; in get_branchlength()
[all …]
/PHP-7.4/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.phpt27 //string containing escape char
H A Dstr_getcsv_001.phpt6 // string input[, string delimiter[, string enclosure[, string escape]]]
H A Dchunk_split_variation11.phpt22 sPeci@! ch@r$ :) & numbers 222.This is \k wrong escape char.
51 sPeci@! ch@r$ :) & numbers 222.This is \k wrong escape char."
H A Dchop_variation5.phpt21 …var_dump ( chop("chop test \t\n\r\0\x0B", "\t\n\r\0\x0B") ); /* with multiple escape sequences as…
H A Dchunk_split_variation12.phpt20 … str to check with heredoc ending.This\tcontains,\nspeci@! ch@r$ __with wrong \k escape char 222.";
90 speci@! ch@r$ __with wrong \k escape char 222."
93 speci@! ch@r$ __with wrong \k escape char 222."
H A Dexplode1.phpt60 /* String with escape characters */
61 echo "\n-- Testing string with escape characters --\n";
447 -- Testing string with escape characters --
H A Dchunk_split_variation7.phpt33 "Testing invalid \k and \m escape char",
/PHP-7.4/ext/standard/tests/file/
H A Dbug72330.phpt2 Bug #72330 (CSV fields incorrectly split if escape char followed by UTF chars)
/PHP-7.4/ext/spl/
H A Dspl_directory.c2581 int escape = intern->u.file.escape; in SPL_METHOD() local
2600 escape = PHP_CSV_NO_ESCAPE; in SPL_METHOD()
2633 int escape = intern->u.file.escape; in SPL_METHOD() local
2645 escape = PHP_CSV_NO_ESCAPE; in SPL_METHOD()
2698 escape = PHP_CSV_NO_ESCAPE; in SPL_METHOD()
2727 intern->u.file.escape = escape; in SPL_METHOD()
2746 escape[0] = '\0'; in SPL_METHOD()
2748 escape[0] = (unsigned char) intern->u.file.escape; in SPL_METHOD()
2749 escape[1] = '\0'; in SPL_METHOD()
3046 ZEND_ARG_INFO(0, escape)
[all …]
H A Dspl_directory.h99 int escape; member
/PHP-7.4/ext/opcache/tests/opt/
H A Ddce_006.phpt2 DCE 006: Objects with destructors escape
/PHP-7.4/ext/pdo/tests/
H A Dpdo_033.phpt8 …TEST_DSN'), 'odbc', strlen('odbc'))) die('skip odbc driver doesn\'t have escape API, use prepared …
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug70861.phpt18 @$db->query("SET bytea_output = 'escape'");
H A Dbug46274.phpt18 @$db->query("SET bytea_output = 'escape'");
H A Dbug46274_2.phpt18 @$db->query("SET bytea_output = 'escape'");
/PHP-7.4/ext/standard/tests/array/
H A Dnatcasesort_variation4.phpt17 // group of escape sequences
H A Dnatcasesort_variation9.phpt12 * and escape characters to test how natcasesort() re-orders it
H A Darray_change_key_case_variation8.phpt17 // group of escape sequences
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_50323.phpt2 Bug #50323 (No ability to connect to database named 't;', no chance to escape semicolon)
/PHP-7.4/sapi/cli/tests/
H A D016.phpt14 // disallow console escape sequences that may break the output

Completed in 57 milliseconds

12345