mirror of
https://github.com/php/php-src.git
synced 2026-04-01 13:12:16 +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.