fixup
[m6w6/ext-pq] / tests / notify001.phpt
index bb2b7c2ea5cb4bd754423d38120c29ee74b0f9da..e255353e27ed8ed2e2e29ee725f9ca3ddf1cdd58 100644 (file)
@@ -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");