--TEST-- Lua::include() with error codes --SKIPIF-- --FILE-- include($filename); } catch (LuaException $e) { assert($e->getCode() == LUA_ERRFILE); echo "\n".$e->getMessage(); } ?> --EXPECTF-- cannot open %s012.php.tmp: No such file or directory