Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/
H A Dphp_pcre.c933 int esc_match_len; /* Length of the quote-escaped match */ in preg_do_eval() local
961 esc_match = php_addslashes(match, match_len, &esc_match_len, 0 TSRMLS_CC); in preg_do_eval()
964 esc_match_len = 0; in preg_do_eval()
968 esc_match_len = 0; in preg_do_eval()
970 smart_str_appendl(&code, esc_match, esc_match_len); in preg_do_eval()
975 if (esc_match_len) in preg_do_eval()

Completed in 20 milliseconds