summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-03-29 17:59:28 +0200
committerAnatol Belski <ab@php.net>2015-03-29 17:59:28 +0200
commit662c439087504c111f695fe964a3b50319d62141 (patch)
tree08e1430e72ea329e9d9c61aed212ddca47bc4995
parent5e773b4ce5cafd06cbf6659986385aaa658e1db9 (diff)
downloadphp-git-662c439087504c111f695fe964a3b50319d62141.tar.gz
fix typo
-rw-r--r--ext/fileinfo/tests/bug69320.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fileinfo/tests/bug69320.phpt b/ext/fileinfo/tests/bug69320.phpt
index 9b1c2762b1..4eea7470b8 100644
--- a/ext/fileinfo/tests/bug69320.phpt
+++ b/ext/fileinfo/tests/bug69320.phpt
@@ -13,7 +13,7 @@ var_dump(finfo_file(finfo_open(FILEINFO_MIME_TYPE), $fname));
--CLEAN--
<?php
$fname = dirname(__FILE__) . DIRECTORY_SEPARATOR . "bug69320.txt";
- unling($fname);
+ unlink($fname);
?>
--EXPECTF--
string(10) "text/plain"