So, I tried and It's not possible to averload the __construct() function.
So I have another question :
In PHP5 can we make a constructor as we did in PHP4, using the name of the class as the name of the function (like in java)?
Ex:
Class toto{
function toto(){...}
}