]> granicus.if.org Git - php/commitdiff
- Fix typo in skipif
authorJohannes Schlüter <johannes@php.net>
Sun, 9 Mar 2008 01:06:38 +0000 (01:06 +0000)
committerJohannes Schlüter <johannes@php.net>
Sun, 9 Mar 2008 01:06:38 +0000 (01:06 +0000)
ext/mysql/tests/mysql_query_load_data_openbasedir.phpt

index d0070804318553809e0707cbe858404a236c090d..9561ece70c7dd1f14c2b14605968098fac540a0c 100644 (file)
@@ -11,7 +11,7 @@ if (file_exists('./simple.csv') && !unlink('./simple.csv'))
 if (!$fp = fopen('./simple.csv', 'w'))
        die("skip Cannot create test CSV file");
 
-flose($fp);
+fclose($fp);
 @unlink('./simple.csv');
 ?>
 --INI--
@@ -105,4 +105,4 @@ print "done!";
 [007] [0] ''
 [008] LOAD DATA not run?
 [010] [1148] %s
-done!
\ No newline at end of file
+done!