From: Felipe Pena Date: Fri, 18 Jul 2008 12:20:29 +0000 (+0000) Subject: - Fixed test X-Git-Tag: php-5.3.0alpha1~288 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94840506de5e5b0fabfa265999739b519017382b;p=php - Fixed test --- diff --git a/ext/pcntl/tests/signal_closure_handler.phpt b/ext/pcntl/tests/signal_closure_handler.phpt index ba9b8f5106..4bcac1193a 100755 --- a/ext/pcntl/tests/signal_closure_handler.phpt +++ b/ext/pcntl/tests/signal_closure_handler.phpt @@ -19,7 +19,8 @@ $i = 0; // dummy echo "Done!\n"; ?> ---EXPECT-- +--EXPECTF-- +Deprecated: Ticks is deprecated and will be removed in PHP 6 in %s on line %d Start! Signal handler called! Done!