mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
기존: $__Context->$__Context->bar 로 변환되어 오작동
개선: $__Context->{$__Context->bar} 로 변환되어 정상 작동되며
변싱 순서에 따라 이 중괄호가 다시 해석되지는 않음
|
||
|---|---|---|
| .. | ||
| template | ||
| validator | ||
| ContextTest.php | ||
| FileHandlerTest.php | ||
| FrontEndFileHandlerTest.php | ||
| OldSecurityTest.php | ||
| TemplateHandlerTest.php | ||
| ValidatorTest.php | ||