X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Fnotify001.phpt;h=e255353e27ed8ed2e2e29ee725f9ca3ddf1cdd58;hp=bb2b7c2ea5cb4bd754423d38120c29ee74b0f9da;hb=80ad126795d3f1f420adc506fb5649264f765b1b;hpb=7e633cc0ddf139abbfc591b1e27d0bf9f17bebbf diff --git a/tests/notify001.phpt b/tests/notify001.phpt index bb2b7c2..e255353 100644 --- a/tests/notify001.phpt +++ b/tests/notify001.phpt @@ -22,7 +22,7 @@ $producer->notify("test", "this is an async test"); $r = array($consumer->socket); $w = null; $e = null; -var_dump(stream_select($r, $w, $e, 0)); +var_dump(stream_select($r, $w, $e, NULL)); $consumer->poll(); $producer->notify("other", "this should not show up");