Home
last modified time | relevance | path

Searched refs:escaped (Results 1 – 11 of 11) sorted by relevance

/PHP-7.4/ext/curl/tests/
H A Dcurl_escape.phpt17 $escaped = curl_escape($a, $str);
18 $original = curl_unescape($a, $escaped);
19 var_dump($escaped, $original);
/PHP-7.4/ext/pcre/tests/
H A Dpreg_quote_basic.phpt12 …th metacharacters and / (set as delimiter) escaped\n"; //$string_after is printed with metacharact…
19 …ike: \/this \*\-has \\ metacharacters\^ in \$, with metacharacters and / (set as delimiter) escaped
/PHP-7.4/ext/standard/tests/file/
H A Dbug22382.phpt2 Bug #22382 (fgetcsv() does not handle escaped quotes correctly)
/PHP-7.4/ext/mysqli/tests/
H A D065.phpt27 /* 5C should be escaped */
38 /* nothing should be escaped, it's a valid gbk character */
/PHP-7.4/sapi/phpdbg/tests/
H A Drun_002.phpt2 Stdin and escaped args being passed to run command
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c323 unsigned char *escaped; in pgsql_handle_quoter() local
330 escaped = PQescapeByteaConn(H->server, (unsigned char *)unquoted, unquotedlen, &tmp_len); in pgsql_handle_quoter()
333 memcpy((*quoted)+1, escaped, *quotedlen-2); in pgsql_handle_quoter()
337 PQfreemem(escaped); in pgsql_handle_quoter()
/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re108 /* escaped question marks unsupported, treat as text */
210 /* escaped character */
/PHP-7.4/ext/pgsql/
H A Dpgsql.c5529 char *escaped; local
5575 smart_str_appendl(&querystr, escaped, new_len);
5577 efree(escaped);
5583 smart_str_appendl(&querystr, escaped, new_len);
5585 efree(escaped);
6491 add_assoc_zval(result, escaped, &new_val);
6492 PGSQLfree(escaped);
6580 smart_str_appends(querystr, escaped);
6581 PGSQLfree(escaped);
6593 smart_str_appends(querystr, escaped);
[all …]
/PHP-7.4/ext/standard/
H A Dfile.c1945 int escaped = 0; in php_fputcsv() local
1950 escaped = 1; in php_fputcsv()
1951 } else if (!escaped && *ch == enclosure) { in php_fputcsv()
1954 escaped = 0; in php_fputcsv()
/PHP-7.4/ext/date/lib/
H A Dparse_date.re2059 * prefix is escaped. (e.g. "%%" is expecting literal "%")
2281 case TIMELIB_FORMAT_ESCAPE: /* escaped char */
2290 …add_pbf_error(s, TIMELIB_ERR_NO_ESCAPED_CHAR, "The escaped character could not be found", string, …
/PHP-7.4/build/
H A Dlibtool.m4115 # Sed substitution to delay expansion of an escaped shell variable in a

Completed in 54 milliseconds