Home
last modified time | relevance | path

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

1234

/PHP-5.6/Zend/tests/
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-5.6/ext/spl/tests/
H A DSplFileObject_fgetcsv_escape_error.phpt17 Warning: SplFileObject::fgetcsv(): escape must be a character in %s on line %d
H A DSplFileObject_setCsvControl_error003.phpt25 Warning: SplFileObject::setCsvControl(): escape must be a character in %s on line %d
/PHP-5.6/ext/standard/tests/strings/
H A Dhebrev_variation1.phpt82 // text with backslash escape
83 'text with backslash escape \\',
175 string(28) "/ text with backslash escape"
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 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 Dchop_variation5.phpt21 …var_dump ( chop("chop test \t\n\r\0\x0B", "\t\n\r\0\x0B") ); /* with multiple escape sequences as…
/PHP-5.6/ext/pcre/tests/
H A Dbug47229.phpt2 Bug #47229 (preg_quote() doesn't escape -)
/PHP-5.6/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-5.6/ext/pcre/pcrelib/
H A Dpcre_compile.c1012 int escape = 0; in check_escape() local
1192 escape = -s; in check_escape()
1238 escape = -s; in check_escape()
1478 if ((options & PCRE_UCP) != 0 && escape >= ESC_D && escape <= ESC_w) in check_escape()
1485 return escape; in check_escape()
4472 int escape; in compile_branch() local
8030 else if (escape == ESC_P || escape == ESC_p) in compile_branch()
8047 else if (escape == ESC_X || escape == ESC_P || escape == ESC_p) in compile_branch()
8062 if ((escape == ESC_b || escape == ESC_B || escape == ESC_A) && in compile_branch()
8066 if (escape >= ESC_DU && escape <= ESC_wu) in compile_branch()
[all …]
/PHP-5.6/ext/standard/tests/file/
H A Dbug72330.phpt2 Bug #72330 (CSV fields incorrectly split if escape char followed by UTF chars)
/PHP-5.6/ext/standard/tests/array/
H A Dnatcasesort_variation9.phpt12 * and escape characters to test how natcasesort() re-orders it
H A Dnatcasesort_variation4.phpt22 // group of escape sequences
H A Darray_change_key_case_variation8.phpt22 // group of escape sequences
/PHP-5.6/ext/spl/
H A Dspl_directory.c319 intern->u.file.escape = '\\'; in spl_filesystem_file_open()
2608 …r = intern->u.file.delimiter, enclosure = intern->u.file.enclosure, escape = intern->u.file.escape; in SPL_METHOD() local
2626 escape = esc[0]; in SPL_METHOD()
2655 …r = intern->u.file.delimiter, enclosure = intern->u.file.enclosure, escape = intern->u.file.escape; in SPL_METHOD() local
2668 escape = esc[0]; in SPL_METHOD()
2711 escape = esc[0]; in SPL_METHOD()
2732 intern->u.file.escape = escape; in SPL_METHOD()
2750 escape[0] = intern->u.file.escape; in SPL_METHOD()
2751 escape[1] = '\0'; in SPL_METHOD()
3044 ZEND_ARG_INFO(0, escape)
[all …]
H A Dspl_directory.h102 char escape; member
/PHP-5.6/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-5.6/sapi/cli/tests/
H A D016.phpt14 // disallow console escape sequences that may break the output
/PHP-5.6/ext/pdo_pgsql/tests/
H A Dbug46274.phpt18 @$db->query("SET bytea_output = 'escape'");

Completed in 78 milliseconds

1234