Everything
php
Learn
Community
Releases
The PHP Project
Learn
Community
Releases
The PHP Project
Home
»
Project
»
Newsgroups
»
php.internals
»
RE: ZSTR and NULL problems again
»
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