Skip to content
Snippets Groups Projects
Commit 9d4551d9 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

First add for test tools.

parent af4033e4
No related branches found
No related tags found
No related merge requests found
<?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";
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment