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