Fixed!! The problem was on the webserver with multiple php versions conflicting. phpinfo gave 5.6.24, but 5.3.x was used for the Verbs other then get, post or head.
Thanks all!
In addition: the parse error was because php version < 5.4 don’t supports short array syntax. So for delete and put methods, the 5.3 version was used.