Skip to content

Commit a107010

Browse files
authored
Merge pull request #100 from ggoffy/master
new fq
2 parents aaadc3b + 8df30fe commit a107010

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

class/Devtools.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public static function function_qualifier($src_path, $dst_path, $moduleName) {
192192
$errors = [
193193
'substr_\count(' => 'substr_count(',
194194
'micro\time(' => 'microtime(',
195-
'mk\time' => 'mktime',
195+
'mk\time(' => 'mktime(',
196196
'strto\time(' => 'strtotime(',
197197
'mb_\strlen(' => 'mb_strlen(',
198198
'mb_\substr(' => 'mb_substr(',
@@ -207,6 +207,8 @@ public static function function_qualifier($src_path, $dst_path, $moduleName) {
207207
'image\copy(' => 'imagecopy(',
208208
'<{if \count(' => '<{if count(',
209209
'define(\_' => 'define(_',
210+
'\strr\chr(' => '\strrchr(',
211+
'strf\time(' => 'strftime(',
210212
"'\_AM_" . $moduleNameUpper .'_' => "'_AM_" . $moduleNameUpper .'_',
211213
"'\_MI_" . $moduleNameUpper .'_' => "'_MI_" . $moduleNameUpper .'_',
212214
"'\_MB_" . $moduleNameUpper .'_' => "'_MB_" . $moduleNameUpper .'_',

0 commit comments

Comments
 (0)