summaryrefslogtreecommitdiff
path: root/ext/opcache
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache')
-rw-r--r--ext/opcache/tests/log_verbosity_bug.phpt2
-rw-r--r--ext/opcache/tests/opt/sccp_023.phpt2
-rw-r--r--ext/opcache/tests/opt/sccp_025.phpt2
-rw-r--r--ext/opcache/tests/wrong_inlining_004.phpt2
4 files changed, 4 insertions, 4 deletions
diff --git a/ext/opcache/tests/log_verbosity_bug.phpt b/ext/opcache/tests/log_verbosity_bug.phpt
index 2e5d7a9add..c965e5c4b7 100644
--- a/ext/opcache/tests/log_verbosity_bug.phpt
+++ b/ext/opcache/tests/log_verbosity_bug.phpt
@@ -16,5 +16,5 @@ opcache.log_verbosity_level=-1
<?php
var_dump("Script should fail");
?>
---EXPECTF--
+--EXPECT--
diff --git a/ext/opcache/tests/opt/sccp_023.phpt b/ext/opcache/tests/opt/sccp_023.phpt
index 0a25424eda..d327d6279e 100644
--- a/ext/opcache/tests/opt/sccp_023.phpt
+++ b/ext/opcache/tests/opt/sccp_023.phpt
@@ -21,7 +21,7 @@ function a ($field_type, $allowed_values) {
var_dump(a("list_string", ["xxx"]));
?>
---EXPECTF--
+--EXPECT--
array(1) {
["allowed_values"]=>
array(1) {
diff --git a/ext/opcache/tests/opt/sccp_025.phpt b/ext/opcache/tests/opt/sccp_025.phpt
index 020973368e..8f46dab830 100644
--- a/ext/opcache/tests/opt/sccp_025.phpt
+++ b/ext/opcache/tests/opt/sccp_025.phpt
@@ -39,7 +39,7 @@ function test($phpEx)
}
var_dump(test("xxx"));
?>
---EXPECTF--
+--EXPECT--
array(1) {
[0]=>
array(1) {
diff --git a/ext/opcache/tests/wrong_inlining_004.phpt b/ext/opcache/tests/wrong_inlining_004.phpt
index d4b2d391a0..8ecb87cd4f 100644
--- a/ext/opcache/tests/wrong_inlining_004.phpt
+++ b/ext/opcache/tests/wrong_inlining_004.phpt
@@ -19,5 +19,5 @@ function test() {
test();
?>
---EXPECTF--
+--EXPECT--
int(42)