Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/ext/pcre/tests/
H A Dpreg_quote_basic.phpt11 …th metacharacters and / (set as delimiter) escaped\n"; //$string_after is printed with metacharact…
18 …ike: \/this \*\-has \\ metacharacters\^ in \$, with metacharacters and / (set as delimiter) escaped
/PHP-8.0/ext/standard/tests/file/
H A Dbug22382.phpt2 Bug #22382 (fgetcsv() does not handle escaped quotes correctly)
/PHP-8.0/ext/mysqli/tests/
H A D065.phpt27 /* 5C should be escaped */
38 /* nothing should be escaped, it's a valid gbk character */
/PHP-8.0/sapi/phpdbg/tests/
H A Drun_002.phpt2 Stdin and escaped args being passed to run command
/PHP-8.0/ext/pgsql/
H A Dpgsql.c4251 char *escaped; in php_pgsql_meta_data() local
4295 smart_str_appendl(&querystr, escaped, new_len); in php_pgsql_meta_data()
4297 efree(escaped); in php_pgsql_meta_data()
4303 smart_str_appendl(&querystr, escaped, new_len); in php_pgsql_meta_data()
4305 efree(escaped); in php_pgsql_meta_data()
5213 add_assoc_zval(result, escaped, &new_val); in php_pgsql_convert()
5214 PQfreemem(escaped); in php_pgsql_convert()
5304 smart_str_appends(querystr, escaped); in build_tablename()
5305 PQfreemem(escaped); in build_tablename()
5317 smart_str_appends(querystr, escaped); in build_tablename()
[all …]
/PHP-8.0/ext/pdo_pgsql/
H A Dpgsql_driver.c354 unsigned char *escaped; in pgsql_handle_quoter() local
361 escaped = PQescapeByteaConn(H->server, (unsigned char *)unquoted, unquotedlen, &tmp_len); in pgsql_handle_quoter()
364 memcpy((*quoted)+1, escaped, *quotedlen-2); in pgsql_handle_quoter()
368 PQfreemem(escaped); in pgsql_handle_quoter()
/PHP-8.0/ext/pdo/
H A Dpdo_sql_parser.re107 /* escaped question marks unsupported, treat as text */
209 /* escaped character */
/PHP-8.0/ext/standard/
H A Dfile.c1876 int escaped = 0; in php_fputcsv() local
1881 escaped = 1; in php_fputcsv()
1882 } else if (!escaped && *ch == enclosure) { in php_fputcsv()
1885 escaped = 0; in php_fputcsv()
/PHP-8.0/ext/date/lib/
H A Dparse_date.re2100 * prefix is escaped. (e.g. "%%" is expecting literal "%")
2360 case TIMELIB_FORMAT_ESCAPE: /* escaped char */
2367 …add_pbf_error(s, TIMELIB_ERR_NO_ESCAPED_CHAR, "The escaped character could not be found", string, …
/PHP-8.0/build/
H A Dlibtool.m4115 # Sed substitution to delay expansion of an escaped shell variable in a

Completed in 55 milliseconds