First add for test tools.
This commit is contained in:
parent
fd57f3f42b
commit
8d0dfb941c
@ -3,9 +3,9 @@
|
||||
|
||||
$filename='filewithé';
|
||||
|
||||
print 'Test to create a file on disk'."\n";
|
||||
print 'ENV[LANG]='.$_ENV["LANG"]."\n";
|
||||
print 'ENV[LANGUAGE]='.$_ENV["LANGUAGE"]."\n";
|
||||
print 'Test to create a file on disk with name '.$filename."<br>\n";
|
||||
print 'ENV[LANG]='.$_ENV["LANG"]."<br>\n";
|
||||
print 'ENV[LANGUAGE]='.$_ENV["LANGUAGE"]."<br>\n";
|
||||
|
||||
// Si LANG contient UTF8, system en UTF8, pas de conversion requise pour fopen
|
||||
$s=fopen('/tmp/'.$filename,'w');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user