Same name and namespace in other branches
  1. 7.x-2.x advagg_css_compress/yui/CSSMin.inc \CSSmin::set_pcre_backtrack_limit() 1 comment
  2. 8.x-3.x advagg_css_minify/yui/CSSMin.inc \CSSmin::set_pcre_backtrack_limit() 1 comment

Sets the PCRE backtrack limit for this script

Parameters

int $limit:

File

advagg_css_minify/yui/CSSMin.inc, line 188

Class

CSSmin

Code

public function set_pcre_backtrack_limit($limit) {
    $this->pcre_backtrack_limit = (int) $limit;
}