Network 0.0.0.0 0.0.0.0 routing process

in CCIE
Hello guys (and gals),
while preparing for CCIE I went across a weird command and I have no clue whatsoever as to what it does.
Router Ospf (or Eigrp) 1
network 0.0.0.0 0.0.0.0 area 1
I know network 0.0.0.0 255.255.255.255 will advertise any interface on the router
But 0.0.0.0 0.0.0.0 I got no clue as to what it will advertise. Default route? I thought default information originate (ospf) IP default-network (EIGRP) was allready doing that
If anyone has a clue thanks in advance for your educated answer
while preparing for CCIE I went across a weird command and I have no clue whatsoever as to what it does.
Router Ospf (or Eigrp) 1
network 0.0.0.0 0.0.0.0 area 1
I know network 0.0.0.0 255.255.255.255 will advertise any interface on the router
But 0.0.0.0 0.0.0.0 I got no clue as to what it will advertise. Default route? I thought default information originate (ospf) IP default-network (EIGRP) was allready doing that
If anyone has a clue thanks in advance for your educated answer

Comments
Jeez this is lame not only is itnot good practice but 2 commands which are fundamentally different according to the wildcard mask do the same ... Thanks for the answer pal
If you use the 0.0.0.0 0.0.0.0 method the IOS will change it to 0.0.0.0 255.255.255.255 in the running config.
router ospf 1
network 192.168.0.1 0.0.0.0 area 0
-or-
interface g0/0
ip address 192.168.0.1 255.255.255.0
ip ospf 1 area 0