summaryrefslogtreecommitdiff
path: root/ext/opcache
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache')
-rw-r--r--ext/opcache/tests/compact_literals.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/opcache/tests/compact_literals.phpt b/ext/opcache/tests/compact_literals.phpt
index a691b912e3..367331f742 100644
--- a/ext/opcache/tests/compact_literals.phpt
+++ b/ext/opcache/tests/compact_literals.phpt
@@ -22,7 +22,7 @@ unset($array["2"]);
print_r($array);
-echo "funcion define" . ":" . PHP_EOL;
+echo "function define" . ":" . PHP_EOL;
if (!function_exists("dummy")) {
function dummy() {
var_dump(__FUNCTION__);
@@ -165,7 +165,7 @@ Array
[1] => one
[two] => 2
)
-funcion define:
+function define:
string(5) "dummy"
string(11) "lambdadummy"
string(1) "A"