summaryrefslogtreecommitdiff
path: root/ext/mysql/tests/mysql_field_name.phpt
diff options
context:
space:
mode:
authorUlf Wendel <uw@php.net>2009-07-02 10:05:37 +0000
committerUlf Wendel <uw@php.net>2009-07-02 10:05:37 +0000
commit5147f6cf8d2c9fa1ed9ba6aa9e8df766a3f8da7b (patch)
tree6c9c042350c7b97d1262098bebf7ec65af38a85e /ext/mysql/tests/mysql_field_name.phpt
parent9adf2ed4aa49f3f9672f423a6b254746ae9c5fc9 (diff)
downloadphp-git-5147f6cf8d2c9fa1ed9ba6aa9e8df766a3f8da7b.tar.gz
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
Diffstat (limited to 'ext/mysql/tests/mysql_field_name.phpt')
-rw-r--r--ext/mysql/tests/mysql_field_name.phpt4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mysql/tests/mysql_field_name.phpt b/ext/mysql/tests/mysql_field_name.phpt
index f2ced72f7d..c87ac188f7 100644
--- a/ext/mysql/tests/mysql_field_name.phpt
+++ b/ext/mysql/tests/mysql_field_name.phpt
@@ -41,6 +41,10 @@ var_dump(mysql_field_name($res, 0));
mysql_close($link);
print "done!";
?>
+--CLEAN--
+<?php
+require_once("clean_table.inc");
+?>
--EXPECTF--
Warning: mysql_field_name() expects exactly 2 parameters, 1 given in %s on line %d