Skip to content
This repository was archived by the owner on Aug 24, 2021. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions ext/standard/tests/streams/stream_get_filters_basic.phpt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--TEST--
stream_get_filters() - Basic behaviour
--CREDITS--
José Carlos Soares de Souza <josecarlos@globtec.com.br>
# TestFest 2017 - PHPRS PHP UG 2017-10-28
--FILE--
<?php
var_dump(is_array(stream_get_filters()));
?>
--EXPECT--
bool(true)