Fix stream_get_filters
commit5bb8e4790004abc5b479ccb87240c331b1d86a58
authorFred Emmott <fredemmott@fb.com>
Sat, 8 Mar 2014 00:21:31 +0000 (7 16:21 -0800)
committerSara Golemon <sgolemon@fb.com>
Sat, 8 Mar 2014 05:23:47 +0000 (7 21:23 -0800)
treebfd41b8f73b59db9bf9f05091b8fef742e95cbc4
parente952b81f7e4faf2ef44cbdb919ab744ea846fdeb
Fix stream_get_filters

Previously array('name1' => 'Class1', ... ), now just array('name1', 'name2', ...);

Reviewed By: @ptarjan

Differential Revision: D1208949
hphp/runtime/ext/stream/ext_stream-user-filters.cpp
hphp/test/slow/streams/stream_get_filters.php [new file with mode: 0644]
hphp/test/slow/streams/stream_get_filters.php.expect [new file with mode: 0644]