--TEST-- interface_exists() tests --FILE-- --EXPECTF-- Warning: interface_exists() expects at least 1 parameter, 0 given in %s on line %d NULL bool(false) bool(false) Warning: interface_exists() expects parameter 1 to be string, array given in %s on line %d NULL bool(false) bool(true) bool(true) bool(false) bool(false) Done