From 14496417d0fe048b0b50ad8336a62b473374e5cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Schl=C3=BCter?= Date: Sun, 9 Mar 2008 01:07:01 +0000 Subject: [PATCH] - MFH: Fix typo in skipif --- ext/mysql/tests/mysql_query_load_data_openbasedir.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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! -- 2.50.1