From: Johannes Schlüter Date: Sun, 9 Mar 2008 01:06:38 +0000 (+0000) Subject: - Fix typo in skipif X-Git-Tag: RELEASE_2_0_0a1~202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0defdae0450616f66f2af5e119c8a11f404a5ed8;p=php - Fix typo in skipif --- diff --git a/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt b/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt index d007080431..9561ece70c 100644 --- a/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt +++ b/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt @@ -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!