]> granicus.if.org Git - php/commitdiff
- Fixed test
authorFelipe Pena <felipe@php.net>
Fri, 18 Jul 2008 12:20:29 +0000 (12:20 +0000)
committerFelipe Pena <felipe@php.net>
Fri, 18 Jul 2008 12:20:29 +0000 (12:20 +0000)
ext/pcntl/tests/signal_closure_handler.phpt

index ba9b8f510667b75c054e76136a6e9fcf86f9bb58..4bcac1193abd4bfec83dd9ee5f7cf7bf30a9d1f8 100755 (executable)
@@ -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!