get_included_files() should return a list of included, files.
已通過所有檢查
The build was successful.

此提交包含在:
2018-08-18 20:42:54 +02:00
父節點 00dc23ee4a
當前提交 cbb4a0aa5c

查看文件

@@ -10597,7 +10597,7 @@ static int vm_builtin_get_include_path(ph7_context *pCtx, int nArg, ph7_value **
* Included paths as a string * Included paths as a string
*/ */
static int vm_builtin_get_included_files(ph7_context *pCtx, int nArg, ph7_value **apArg) { static int vm_builtin_get_included_files(ph7_context *pCtx, int nArg, ph7_value **apArg) {
SySet *pFiles = &pCtx->pVm->aFiles; SySet *pFiles = &pCtx->pVm->aIncluded;
ph7_value *pArray, *pWorker; ph7_value *pArray, *pWorker;
SyString *pEntry; SyString *pEntry;
int c, d; int c, d;