X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Finfo002.phpt;h=093dcd169c63e3334271666cb390efa4693f4cba;hp=72690e472ba290db865fa54e4e8cb5cdc995daa7;hb=5016399a1e84ca8d23fa74934300e703155e586b;hpb=eafbe5359bfb82233e5591147dc589cb957562c6 diff --git a/tests/info002.phpt b/tests/info002.phpt index 72690e4..093dcd1 100644 --- a/tests/info002.phpt +++ b/tests/info002.phpt @@ -9,7 +9,7 @@ include "skipif.inc"; echo "Test\n"; -function trap(callable $cb) { +function trap($cb) { try { $cb(); } catch (Exception $e) {