This function is creating new queue (and returning true) if you set NULL into $key variable.
<?php
$isQueueCreated = msg_queue_exists(NULL);
print $isQueueCreated ? "WTF??!" : "ok, everything is fine..";
?>
WTF??!
# ipcs -q
0x00000000 173047808 root 0 0 0