summaryrefslogtreecommitdiff
path: root/Zend/tests/numeric_string_errors_assign.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/numeric_string_errors_assign.phpt')
-rw-r--r--Zend/tests/numeric_string_errors_assign.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/numeric_string_errors_assign.phpt b/Zend/tests/numeric_string_errors_assign.phpt
index 8d882aadcc..31cc8a3631 100644
--- a/Zend/tests/numeric_string_errors_assign.phpt
+++ b/Zend/tests/numeric_string_errors_assign.phpt
@@ -25,7 +25,7 @@ echo "---", PHP_EOL;
$a = foxcache("11 sed");
$a *= "13 do";
var_dump($a);
-$a = foxcache("eiusmod");
+$a = foxcache("eiusmod");
$a *= "tempor";
var_dump($a);
echo "---", PHP_EOL;