mirror of
https://github.com/php/php-src.git
synced 2026-03-26 01:02:25 +01:00
12 lines
124 B
PHP
12 lines
124 B
PHP
--TEST--
|
|
Testing stream_encoding()
|
|
--FILE--
|
|
<?php
|
|
|
|
stream_encoding(fopen(__FILE__, 'r'));
|
|
print "Done";
|
|
|
|
?>
|
|
--EXPECT--
|
|
Done
|