diff options
author | Michael Wallner <mike@php.net> | 2015-02-18 14:04:53 +0100 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2015-02-18 14:04:53 +0100 |
commit | 8b6919c77ccbfbf52dd97067e313c55dd39abbf5 (patch) | |
tree | e8625c0e4e08cf29c34971c54e616597ac458214 /tests/output/bug65593.phpt | |
parent | 225af964c0324b2bf14e44c0fad77198b97cc06c (diff) | |
download | php-git-8b6919c77ccbfbf52dd97067e313c55dd39abbf5.tar.gz |
fix test
Diffstat (limited to 'tests/output/bug65593.phpt')
-rw-r--r-- | tests/output/bug65593.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/output/bug65593.phpt b/tests/output/bug65593.phpt index 336c73e03d..44a2f5bf5e 100644 --- a/tests/output/bug65593.phpt +++ b/tests/output/bug65593.phpt @@ -10,4 +10,4 @@ ob_start(function(){ob_start();}); --EXPECT-- Test -Fatal error: Cannot destroy active lambda function in /home/mike/src/php-5.5/tests/output/bug65593.php on line 4 +Fatal error: Cannot destroy active lambda function in %sbug65593.php on line %d |