Current section
Files
Jump to
Current section
Files
c_src/termbox2/tests/test_invalid_utf8/test.php
<?php
declare(strict_types=1);
$test->ffi->tb_init();
$test->ffi->tb_print_ex(0, 0, 0, 0, NULL, "foo\xc2\x00password");
$test->ffi->tb_present();
$test->screencap();