[SPIP] ~maj v3.2.9-->v3.2.11
[lhc/web/www.git] / www / plugins-dist / textwheel / engine / textwheelrule.php
index a3cd6fd..2f0efc2 100644 (file)
@@ -65,10 +65,12 @@ class TextWheelRule {
        # optional
        # language specific
        public $require; # file to require_once
+       # DEPRECATED : create_function deprecated a partir de PHP 7.2, ne plus utiliser
        public $create_replace; # do create_function('$m', %) on $this->replace, $m is the matched array
 
        # optimizations
        public $func_replace;
+       public $compilereplace;
 
        /**
         * Rule constructor