#!/usr/bin/env php getAPILinkTest('/module/user/model.php/getById', 'extendModel')) && p('hasDebug,hasApiModule,actionMatch,filePathEncoded') && e('1,1,1,1'); r($editor->getAPILinkTest('/module/task/control.php/create', 'extendControl')) && p('hasDebug,hasAction,hasApiModule,isValidLink') && e('1,1,1,1'); r($editor->getAPILinkTest('/module/project/model.php/update', '')) && p('hasDebug,hasFilePath,isValidLink') && e('1,1,1'); r($editor->getAPILinkTest('/path/with_special_chars/model.php/method', 'extendModel')) && p('hasDebug,hasAction,filePathEncoded,isValidLink') && e('1,1,1,1'); r($editor->getAPILinkTest('/very/long/deep/nested/module/path/structure/with/many/levels/test/model.php/veryLongMethodNameForTesting', 'extendModel')) && p('hasDebug,actionMatch') && e('1,1'); r($editor->getAPILinkTest('/module/bug/model.php/close', 'extendModel')) && p('actionMatch,hasApiModule,canDecodeFilePath') && e('1,1,1'); r($editor->getAPILinkTest('/module/story/control.php/edit', 'extendControl')) && p('filePathEncoded,isValidLink,hasAction') && e('1,1,1');