summaryrefslogtreecommitdiff
path: root/ext/pcntl/tests
diff options
context:
space:
mode:
authorArnaud Le Blanc <lbarnaud@php.net>2009-03-27 02:32:57 +0000
committerArnaud Le Blanc <lbarnaud@php.net>2009-03-27 02:32:57 +0000
commit13061cf0a069ed4fd90959c2f3e0166a3fbdcf59 (patch)
tree50487da88cc84910edd5ae98fcde118e8ae98411 /ext/pcntl/tests
parent3526fe5dad33d00fe9580ae9a327a485272cf574 (diff)
downloadphp-git-13061cf0a069ed4fd90959c2f3e0166a3fbdcf59.tar.gz
Removed deprecation warning for ticks
Diffstat (limited to 'ext/pcntl/tests')
-rwxr-xr-xext/pcntl/tests/signal_closure_handler.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pcntl/tests/signal_closure_handler.phpt b/ext/pcntl/tests/signal_closure_handler.phpt
index 84147b5ba2..438e05159f 100755
--- a/ext/pcntl/tests/signal_closure_handler.phpt
+++ b/ext/pcntl/tests/signal_closure_handler.phpt
@@ -20,7 +20,6 @@ echo "Done!\n";
?>
--EXPECTF--
-Deprecated: Ticks is deprecated and will be removed in PHP 6 in %s on line %d
Start!
Signal handler called!
Done!