--TEST-- Test stream_get_meta_data() function : error conditions --FILE-- --EXPECTF-- *** Testing stream_get_meta_data() : error conditions *** -- Testing stream_get_meta_data() function with Zero arguments -- Warning: Wrong parameter count for stream_get_meta_data() in %s on line %i NULL -- Testing stream_get_meta_data() function with more than expected no. of arguments -- Warning: Wrong parameter count for stream_get_meta_data() in %s on line %i NULL -- Testing stream_get_meta_data() function with invalid stream resource -- Warning: stream_get_meta_data(): supplied argument is not a valid stream resource in %s on line %i bool(false) -- Testing stream_get_meta_data() function with closed stream resource -- Warning: stream_get_meta_data(): %i is not a valid stream resource in %s on line %i bool(false) Done