diff options
author | Christian Schneider | 2012-02-14 14:04:24 +0000 |
---|---|---|
committer | Christian Schneider | 2012-02-14 14:04:24 +0000 |
commit | 4a778f1f2d1f5b41c02471c6b7749caa066ed2b8 (patch) | |
tree | 894d6789c5ccee6ce7d5908efc1565d25adb77fe /it.class | |
parent | 608b37d764ddc6dbacd6329fb9a6cbedb1fc81cc (diff) | |
download | itools-4a778f1f2d1f5b41c02471c6b7749caa066ed2b8.tar.gz itools-4a778f1f2d1f5b41c02471c6b7749caa066ed2b8.tar.bz2 itools-4a778f1f2d1f5b41c02471c6b7749caa066ed2b8.zip |
Remove documentation of disabled exec flag to it::replace
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -312,7 +312,6 @@ static function toascii($text) * @param $p['singleline'] add modifier s: . matches \n * @param $p['utf8'] add modifier u * @param $p['extended'] add modifier x (non signifcant whitespace) - * @param $p['exec'] add modifier e (execute replace string as php-code) * @return converted regex to use with preg */ static function convertregex($pattern, $p = array()) |