summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/preload_004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache/tests/preload_004.phpt')
-rw-r--r--ext/opcache/tests/preload_004.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/tests/preload_004.phpt b/ext/opcache/tests/preload_004.phpt
index 690d7f84fe..0441c78883 100644
--- a/ext/opcache/tests/preload_004.phpt
+++ b/ext/opcache/tests/preload_004.phpt
@@ -12,5 +12,5 @@ opcache.preload={PWD}/preload_undef_const.inc
var_dump(class_exists('Foo'));
?>
--EXPECTF--
-Warning: Can't preload class Foo with unresolved initializer for constant A at %s:%d in Unknown on line 0
+Warning: Can't preload class Foo with unresolved initializer for constant A in %spreload_undef_const.inc on line 2
bool(false)