RE: ZSTR and NULL problems again

php.internals

Frank M. Kromann

20 years ago
NULL_ZSTR is not a problem, but when a macro defines ZSTR(buf) and buf is NULL_ZSTR you get ZSTR(NULL_ZSTR) which is invalid. - Frank