TypePHP 编译器 https://swoole.com/aot/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
349 B

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