Macro ext_php_rs::php_println
source · macro_rules! php_println {
() => { ... };
($fmt: tt) => { ... };
($fmt: tt, $($arg: tt) *) => { ... };
}
macro_rules! php_println {
() => { ... };
($fmt: tt) => { ... };
($fmt: tt, $($arg: tt) *) => { ... };
}