diff options
author | Johannes Schlüter <johannes@php.net> | 2008-03-09 01:07:01 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2008-03-09 01:07:01 +0000 |
commit | 14496417d0fe048b0b50ad8336a62b473374e5cb (patch) | |
tree | 9f77b8ce475dc0a874ee586b2e64d59d0e42fccb | |
parent | 77af81b8c3b351ad3e8efc45784d9f8536351f52 (diff) | |
download | php-git-14496417d0fe048b0b50ad8336a62b473374e5cb.tar.gz |
- MFH: Fix typo in skipif
-rw-r--r-- | ext/mysql/tests/mysql_query_load_data_openbasedir.phpt | 4 |
1 files 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! |