#bash internals question: What happens with «export FOO=$‘blah\0blah\0blah’»? Does the variable hold four bytes or fourteen?

«vim /proc/self/environ» shows only the four bytes are getting passed to children.