summaryrefslogtreecommitdiff
path: root/ext/ctype/tests/ctype_xdigit_variation3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ctype/tests/ctype_xdigit_variation3.phpt')
-rw-r--r--ext/ctype/tests/ctype_xdigit_variation3.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/ctype/tests/ctype_xdigit_variation3.phpt b/ext/ctype/tests/ctype_xdigit_variation3.phpt
index 2c9960ced2..50798dcc7d 100644
--- a/ext/ctype/tests/ctype_xdigit_variation3.phpt
+++ b/ext/ctype/tests/ctype_xdigit_variation3.phpt
@@ -5,7 +5,7 @@ Test ctype_xdigit() function : usage variations - Different strings
--FILE--
<?php
/* Prototype : bool ctype_xdigit(mixed $c)
- * Description: Checks for character(s) representing a hexadecimal digit
+ * Description: Checks for character(s) representing a hexadecimal digit
* Source code: ext/ctype/ctype.c
*/
@@ -16,7 +16,7 @@ Test ctype_xdigit() function : usage variations - Different strings
echo "*** Testing ctype_xdigit() : usage variations ***\n";
-$orig = setlocale(LC_CTYPE, "C");
+$orig = setlocale(LC_CTYPE, "C");
$values = array(
/*1*/ "This string contains just letters and spaces", // Simple string
@@ -54,7 +54,7 @@ foreach($values as $value) {
$iterator++;
};
-setlocale(LC_CTYPE, $orig);
+setlocale(LC_CTYPE, $orig);
?>
===DONE===
--EXPECTF--