DOes anyone know how to pass a null pointer/empty string(are they the same?) to a function?

I've tried


open(null)

open("")




but none work.

Thanks.