mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
Since we're passing these parameter to C functions accepting `char*` without any further checking, we should reject strings with NUL bytes in the first place.