mirror of
https://github.com/php/php-src.git
synced 2026-04-02 13:43:02 +02:00
The function name gets printed here now, with illegal chars substituted in the arg. This slipped through previously, because the test only runs under USE_ZEND_ALLOC=0. We remove that check as well, because the test behaves the same regardless of which allocator is used, even if the original bug only reproduces under USE_ZEND_ALLOC=0.