btwael / mammouth

Unfancy PHP
http://mammouth.boutglay.com
MIT License
214 stars 22 forks source link

number octal notation #29

Closed CezaryDanielNowak closed 10 years ago

CezaryDanielNowak commented 10 years ago
chmod(filepath, 0666)

not compiling

btwael commented 10 years ago

Mammouth support now octal notation see this example: http://mammouth.wamalaka.com/#try:{{%0Achmod%28filepath%2C%200666%29%0A}}