@@ -105,7 +105,7 @@ |
||
105 | 105 | |
106 | 106 | return preg_replace_callback( |
107 | 107 | '~(\${((?:[^\${}]+|(?R))*)})~', |
108 | - function ($matched) { |
|
108 | + function($matched) { |
|
109 | 109 | return $this->expandValue(self::deReference($matched[2])); |
110 | 110 | }, |
111 | 111 | $str |