--TEST-- mysqli_set_local_infile_handler() - do not use the file pointer --SKIPIF-- --INI-- mysqli.allow_local_infile=1 --FILE-- 10) return 0; mysqli_set_local_infile_default($link); return strlen($buffer); } $file = create_standard_csv(1); $expected = array(array('id' => 1, 'label' => 'a')); try_handler(20, $link, $file, 'callback_unregister', $expected); mysqli_close($link); print "done!"; ?> --CLEAN-- --EXPECTF-- Callback set to 'callback_unregister' Callback: 0 Warning: mysqli_query(): File handle closed in %s on line %d [022] LOAD DATA failed, [2000] File handle closed [024/0] [0] '' done!