1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-php-src/ext/standard/tests/strings/bug68996.phpt
2020-05-07 16:51:05 +02:00

12 lines
274 B
PHP
Raw Blame History

--TEST--
Bug #68996 (Invalid free of CG(interned_empty_string))
--INI--
html_errors=1
--FILE--
<?php
fopen("\xfc\x63", "r");
?>
--EXPECTF--
<br />
<b>Warning</b>: fopen(<28>c): Failed to open stream: No such file or directory in <b>%sbug68996.php</b> on line <b>2</b><br />