mirror of
https://github.com/php/php-src.git
synced 2026-03-30 20:22:36 +02:00
12 lines
264 B
PHP
12 lines
264 B
PHP
--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>: : failed to open stream: No such file or directory in <b>%sbug68996.php</b> on line <b>%d</b><br />
|