macro_rules! info_table_row {
    ($($element:expr),*) => { ... };
}
Expand description

Adds a row to the PHP extension information table. Takes as many string arguments as required.