diff options
author | Arnaud Le Blanc <lbarnaud@php.net> | 2009-03-27 02:32:57 +0000 |
---|---|---|
committer | Arnaud Le Blanc <lbarnaud@php.net> | 2009-03-27 02:32:57 +0000 |
commit | 13061cf0a069ed4fd90959c2f3e0166a3fbdcf59 (patch) | |
tree | 50487da88cc84910edd5ae98fcde118e8ae98411 /ext/pcntl/tests | |
parent | 3526fe5dad33d00fe9580ae9a327a485272cf574 (diff) | |
download | php-git-13061cf0a069ed4fd90959c2f3e0166a3fbdcf59.tar.gz |
Removed deprecation warning for ticks
Diffstat (limited to 'ext/pcntl/tests')
-rwxr-xr-x | ext/pcntl/tests/signal_closure_handler.phpt | 1 |
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! |