mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
ea256a218b
This format matches against null bytes, and prevents the test expectation from being interpreted as binary data. bless_tests.php will automatically replace \0 with %0 as well.
11 lines
202 B
PHP
11 lines
202 B
PHP
--TEST--
|
|
Bug #78363: Buffer overflow in zendparse
|
|
--FILE--
|
|
<?php
|
|
<<<X
|
|
%0$a
|
|
X;
|
|
?>
|
|
--EXPECTF--
|
|
Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on line %d
|