Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/
H A Dphp_pcre.c968 int esc_match_len; /* Length of the quote-escaped match */ in preg_do_eval() local
996 esc_match = php_addslashes(match, match_len, &esc_match_len, 0 TSRMLS_CC); in preg_do_eval()
999 esc_match_len = 0; in preg_do_eval()
1003 esc_match_len = 0; in preg_do_eval()
1005 smart_str_appendl(&code, esc_match, esc_match_len); in preg_do_eval()
1010 if (esc_match_len) in preg_do_eval()

Completed in 8 milliseconds