mercredi 24 mai 2017

Not null bug in PHP or not?

I don't know if it is a bug or what but here it is. I var_dump my variable status_id it says:

var_dump($status_id);
string(4) "null"

but when I var_dump my if its says:

var_dump($status_id != NULL);
bool(true)

can you please help me with this.

Aucun commentaire:

Enregistrer un commentaire