--TEST-- Test xml_get_current_column_number() function : error conditions --SKIPIF-- --FILE-- --EXPECTF-- *** Testing xml_get_current_column_number() : error conditions *** -- Testing xml_get_current_column_number() function with Zero arguments -- Warning: xml_get_current_column_number() expects exactly 1 parameter, 0 given in %s on line %d NULL -- Testing xml_get_current_column_number() function with more than expected no. of arguments -- Warning: xml_get_current_column_number() expects exactly 1 parameter, 2 given in %s on line %d NULL Done