summaryrefslogtreecommitdiff
path: root/ext/pcntl/tests
diff options
context:
space:
mode:
authorMatteo Beccati <mbeccati@php.net>2009-03-28 01:32:51 +0000
committerMatteo Beccati <mbeccati@php.net>2009-03-28 01:32:51 +0000
commit724ae4b95e043563952267cd26b36f03470c35bf (patch)
tree975fecfa3e42620a45ee866f7c8ae767a840b631 /ext/pcntl/tests
parent155564d727d9f272d2d56ea0260d9b6a80f68599 (diff)
downloadphp-git-724ae4b95e043563952267cd26b36f03470c35bf.tar.gz
MFH:
- Fixed pcntl_signal() returning NULL when passing wrong parameters
Diffstat (limited to 'ext/pcntl/tests')
-rw-r--r--ext/pcntl/tests/pcntl_signal.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcntl/tests/pcntl_signal.phpt b/ext/pcntl/tests/pcntl_signal.phpt
index 977f26fbcc..324cc0b418 100644
--- a/ext/pcntl/tests/pcntl_signal.phpt
+++ b/ext/pcntl/tests/pcntl_signal.phpt
@@ -25,7 +25,7 @@ echo "ok\n";
signal dispatched
Warning: pcntl_signal() expects at least 2 parameters, 0 given in %s
-NULL
+bool(false)
bool(true)
Warning: pcntl_signal(): Invalid value for handle argument specified in %s