mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
11 lines
124 B
PHP
11 lines
124 B
PHP
--TEST--
|
|
Testing stream_encoding()
|
|
--FILE--
|
|
<?php
|
|
|
|
stream_encoding(fopen(__FILE__, 'r'));
|
|
print "Done";
|
|
|
|
?>
|
|
--EXPECT--
|
|
Done
|