Home
last modified time | relevance | path

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

/plugin/cli/
H A Dsyntax.php366 function _toregexp( $s, $is_comment_re=false ) { argument
368 if( $is_comment_re )
372 $r= $is_comment_re? '/(' : '/^.*?';
375 $r .= $is_comment_re? ')/' : '/';