Home
last modified time | relevance | path

Searched refs:esc_str (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/mysqli/tests/
H A D065.phpt22 $esc_str = chr(0xbf) . chr(0x5c);
28 if (3 !== ($tmp = strlen($mysql->real_escape_string($esc_str))))
40 if (2 !== ($tmp = strlen($mysql->real_escape_string($esc_str))))
/PHP-7.3/ext/standard/
H A Dstring.c5396 char *delim_str = NULL, *enc_str = NULL, *esc_str = NULL; local
5404 Z_PARAM_STRING(esc_str, esc_len)
5409 esc = esc_len ? esc_str[0] : esc;

Completed in 18 milliseconds