mirror of
https://github.com/php/php-src.git
synced 2026-03-30 20:22:36 +02: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.