macro_rules! php_call { ($rt:expr, $fn:ident()) => { ... }; ($rt:expr, $fn:ident($($arg:expr),+)) => { ... }; }