First add for test tools.
This commit is contained in:
parent
af4033e4b4
commit
9d4551d9a8
11
dev/test/testutf.php
Normal file
11
dev/test/testutf.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
// This source file must be UTF-8 encoded
|
||||
|
||||
$filename='filewithé';
|
||||
|
||||
print 'Test to create a file on disk'."\n";
|
||||
$s=fopen('/tmp/'.$filename,'w');
|
||||
fclose($s);
|
||||
|
||||
print 'Files has been created. Check its name from your explorer'."\n";
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user