@@ -515,7 +515,7 @@ |
||
| 515 | 515 | public function getPhpCodePregFunzions($return, $exp = '', $str, $val, $type = 'match', $isParam = false) |
| 516 | 516 | { |
| 517 | 517 | $pregFunz = "preg_{$type}( '"; |
| 518 | - if ($isParam === false) { |
|
| 518 | + if ($isParam === false) { |
|
| 519 | 519 | $ret = "\${$return} = {$pregMatch}{$exp}', '{$str}', {$val});\n"; |
| 520 | 520 | } else { |
| 521 | 521 | $ret = "{$pregMatch}{$exp}', '{$str}', {$val})"; |