grep 正则表达式选项要记得转义
- font size decrease font size increase font size
- Print Email
使用过程中,使用最多的参数就是 -v ,但是用着并不爽。
比如说,我想查找一个单词“UserService”,但是像”*.svn” 这种文件就不用显示了,我该怎么做呢?
grep -r "UserService" ./ | grep -v "svn"
但是,如果类似于含有”test、auto_load”之类的文件我也不显示,怎么做呢?我之前的做法是:
grep -r "UserService" ./ | grep -v "svn" | grep -v "test" | grep -v "auto_load"
命令很长,而且麻烦,于是就想,grep本身是按照正则表达式来当做选项的,那么我是不是可以利用到正则表达式的“或|”命令?
grep -r "UserService" ./ | grep -v "svn|test|auto_load"
很显示,执行结果显示上面的命令不符合我的需求,于是苦思不得其解。原来,在使用正则表达式选项时,要记得将”|”转义。最终命令如下:
grep -r "UserService" ./ | grep -v "svn\|prj\|test\|auto_load"
( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 169 | ||||
---|---|---|---|---|
Call Stack | ||||
# | Time | Memory | Function | Location |
1 | 0.0002 | 406648 | {main}( ) | .../index.php:0 |
2 | 0.0517 | 4928632 | Joomla\CMS\Application\SiteApplication->execute( ) | .../index.php:49 |
3 | 0.0517 | 4928632 | Joomla\CMS\Application\SiteApplication->doExecute( ) | .../CMSApplication.php:196 |
4 | 0.1681 | 13311560 | Joomla\CMS\Application\SiteApplication->dispatch( $component = ??? ) | .../SiteApplication.php:233 |
5 | 0.1686 | 13336296 | Joomla\CMS\Component\ComponentHelper::renderComponent( $option = 'com_k2', $params = ??? ) | .../SiteApplication.php:194 |
6 | 0.1690 | 13391648 | Joomla\CMS\Component\ComponentHelper::executeComponent( $path = '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ) | .../ComponentHelper.php:377 |
7 | 0.1691 | 13423128 | require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php ) | .../ComponentHelper.php:402 |
8 | 0.1745 | 13828592 | K2ControllerItem->execute( $task = '' ) | .../k2.php:64 |
9 | 0.1745 | 13828592 | K2ControllerItem->display( $cachable = ???, $urlparams = ??? ) | .../BaseController.php:710 |
10 | 0.1806 | 14685120 | K2ControllerItem->display( $cachable = TRUE, $urlparams = ['id' => 'INT', 'print' => 'INT', 'lang' => 'CMD', 'Itemid' => 'INT', 'm' => 'INT', 'amp' => 'INT', 'tmpl' => 'CMD', 'template' => 'CMD'] ) | .../item.php:78 |
11 | 0.1806 | 14685120 | K2ControllerItem->display( $cachable = TRUE, $urlparams = ['id' => 'INT', 'print' => 'INT', 'lang' => 'CMD', 'Itemid' => 'INT', 'm' => 'INT', 'amp' => 'INT', 'tmpl' => 'CMD', 'template' => 'CMD'] ) | .../controller.php:19 |
12 | 0.1835 | 15144120 | Joomla\CMS\Cache\Controller\ViewController->get( $view = class K2ViewItem { public $document = class Joomla\CMS\Document\HtmlDocument { public $_links = [...]; public $_custom = [...]; public $template = NULL; public $baseurl = NULL; public $params = NULL; public $_file = NULL; protected $_template = ''; protected $_template_tags = [...]; protected $_caching = NULL; private $_html5 = NULL; public $title = 'grep 正则表达式选项要记得转义'; public $description = '使用过程中,使用最多的参数就是 -v ,但是用着并不爽。 比如说,我想查找一个单词“UserService”,但是像”*.svn” 这种文件就不用显示了,我该怎么做呢? grep -r "UserService" ./ | grep&...'; public $link = ''; public $base = 'https://www.shan.info/item/544-grep-%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E9%80%89%E9%A1%B9%E8%A6%81%E8%AE%B0%E5%BE%97%E8%BD%AC%E4%B9%89.html'; public $language = 'en-gb'; public $direction = 'ltr'; public $_generator = 'Joomla! - Open Source Content Management'; public $_mdate = ''; public $_tab = '\t'; public $_lineEnd = '\n'; public $_charset = 'utf-8'; public $_mime = 'text/html'; public $_namespace = ''; public $_profile = ''; public $_scripts = [...]; public $_script = [...]; protected $scriptOptions = [...]; public $_styleSheets = [...]; public $_style = [...]; public $_metaTags = [...]; public $_engine = NULL; public $_type = 'html'; protected $mediaVersion = '15dbf078d61dbbf76811992dd0143dd9' }; protected $_name = 'item'; protected $_models = ['itemlist' => class K2ModelItemlist { ... }, 'item' => class K2ModelItem { ... }]; protected $_basePath = '/var/www/vhosts/shan.info/httpdocs/components/com_k2'; protected $_defaultModel = 'item'; protected $_layout = 'item'; protected $_layoutExt = 'php'; protected $_layoutTemplate = '_'; protected $_path = ['template' => [...], 'helper' => [...]]; protected $_template = '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php'; protected $_output = NULL; protected $_escape = 'htmlspecialchars'; protected $_charset = 'UTF-8'; protected $_errors = []; public $baseurl = ''; public $addLink = NULL; public $inlineCommentsModeration = FALSE; public $item = class stdClass { public $id = '544'; public $title = 'grep 正则表达式选项要记得转义'; public $alias = 'grep-正则表达式选项要记得转义'; public $catid = '49'; public $published = '1'; public $introtext = '<p style="font-family: \'Microsoft Yahei\', \'Helvetica Neue\', \'Luxi Sans\', \'DejaVu Sans\', Tahoma, \'Hiragino Sans GB\', STHeiti; font-size: 16px; line-height: 25px;">使用过程中,使用最多的参数就是 -v ,但是用着并不爽。</p>\r\n<p style="font-family: \'Microsoft Yahei\', \'Helvetica Neue\', \'Luxi Sans\', \'DejaVu Sans\', Tahoma, \'Hiragino Sans GB\', STHeiti; font-size: 16px; line-height: 25px;">比如说,我想查找一个单词“UserService”,但是像”*.svn” 这种'; public $fulltext = ''; public $video = NULL; public $gallery = NULL; public $extra_fields = NULL; public $extra_fields_search = ''; public $created = '2013-09-19 23:23:45'; public $created_by = '63'; public $created_by_alias = ''; public $checked_out = '63'; public $checked_out_time = '2013-09-19 23:24:04'; public $modified = '0000-00-00 00:00:00'; public $modified_by = '0'; public $publish_up = '2013-09-19 23:23:45'; public $publish_down = '0000-00-00 00:00:00'; public $trash = '0'; public $access = '1'; public $ordering = '64'; public $featured = '0'; public $featured_ordering = '0'; public $image_caption = ''; public $image_credits = ''; public $video_caption = ''; public $video_credits = ''; public $hits = '2681'; public $params = class Joomla\Registry\Registry { ... }; public $metadesc = ''; public $metadata = 'robots=\nauthor='; public $metakey = ''; public $plugins = ''; public $language = '*'; public $category = class TableK2Category { ... }; public $link = '/item/544-grep-正则表达式选项要记得转义.html'; public $printLink = '/item/544-grep-正则表达式选项要记得转义.html?tmpl=component&print=1'; public $tags = [...]; public $imageXSmall = ''; public $imageSmall = ''; public $imageMedium = ''; public $imageLarge = ''; public $imageXLarge = ''; public $attachments = [...]; public $rawTitle = 'grep 正则表达式选项要记得转义'; public $author = class Joomla\CMS\User\User { ... }; public $videoType = 'allvideos'; public $text = '<p style="font-family: \'Microsoft Yahei\', \'Helvetica Neue\', \'Luxi Sans\', \'DejaVu Sans\', Tahoma, \'Hiragino Sans GB\', STHeiti; font-size: 16px; line-height: 25px;">使用过程中,使用最多的参数就是 -v ,但是用着并不爽。</p>\r\n<p style="font-family: \'Microsoft Yahei\', \'Helvetica Neue\', \'Luxi Sans\', \'DejaVu Sans\', Tahoma, \'Hiragino Sans GB\', STHeiti; font-size: 16px; line-height: 25px;">比如说,我想查找一个单词“UserService”,但是像”*.svn” 这种'; public $event = class stdClass { ... }; public $jcfields = [...]; public $image = ''; public $imageWidth = '600'; public $comments = [...]; public $numOfComments = 0; public $nextLink = '/item/545-怎么把命令输出结果赋值给变量-已解决.html'; public $nextTitle = '怎么把命令输出结果赋值给变量(已解决)'; public $nextImageXSmall = ''; public $nextImageSmall = ''; public $nextImageMedium = ''; public $nextImageLarge = ''; public $nextImageXLarge = ''; public $previousLink = '/item/543-正则表达式的与或非.html'; public $previousTitle = '正则表达式的与或非'; public $previousImageXSmall = ''; public $previousImageSmall = ''; public $previousImageMedium = ''; public $previousImageLarge = ''; public $previousImageXLarge = ''; public $absoluteURL = 'https://www.shan.info/item/544-grep-%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E9%80%89%E9%A1%B9%E8%A6%81%E8%AE%B0%E5%BE%97%E8%BD%AC%E4%B9%89.html'; public $langTagForFB = 'en_GB'; public $langTagForTW = 'en-gb'; public $langTagForLI = 'en_GB'; public $sharinglink = 'https://www.shan.info/item/544-grep-%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E9%80%89%E9%A1%B9%E8%A6%81%E8%AE%B0%E5%BE%97%E8%BD%AC%E4%B9%89.html'; public $socialLink = 'https%3A%2F%2Fwww.shan.info%2Fitem%2F544-grep-%25E6%25AD%25A3%25E5%2588%2599%25E8%25A1%25A8%25E8%25BE%25BE%25E5%25BC%258F%25E9%2580%2589%25E9%25A1%25B9%25E8%25A6%2581%25E8%25AE%25B0%25E5%25BE%2597%25E8%25BD%25AC%25E4%25B9%2589.html'; public $twitterURL = 'https://twitter.com/intent/tweet?text=grep+%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E9%80%89%E9%A1%B9%E8%A6%81%E8%AE%B0%E5%BE%97%E8%BD%AC%E4%B9%89&url=https%3A%2F%2Fwww.shan.info%2Fitem%2F544-grep-%25E6%25AD%25A3%25E5%2588%2599%25E8%25A1%25A8%25E8%25BE%25BE%25E5%25BC%258F%25E9%2580%2589%25E9%25A1%25B9%25E8%25A6%2581%25E8%25AE%25B0%25E5%25BE%2597%25E8%25BD%25AC%25E4%25B9%2589.html'; public $langTagForGP = ''; public $emailLink = '/component/mailto/?tmpl=component&template=gk_publisher&link=2aec826a90bcee485021b6ddccff2894a7109000' }; public $user = class Joomla\CMS\User\User { protected $isRoot = FALSE; public $id = 0; public $name = NULL; public $username = NULL; public $email = NULL; public $password = NULL; public $password_clear = ''; public $block = NULL; public $sendEmail = 0; public $registerDate = NULL; public $lastvisitDate = NULL; public $activation = NULL; public $params = NULL; public $groups = [...]; public $guest = 1; public $lastResetTime = NULL; public $resetCount = NULL; public $requireReset = NULL; protected $_params = class Joomla\Registry\Registry { ... }; protected $_authGroups = NULL; protected $_authLevels = [...]; protected $_authActions = NULL; protected $_errorMsg = NULL; protected $userHelper = class Joomla\CMS\User\UserWrapper { ... }; protected $_errors = [...]; public $aid = 0; public $gid = 1 }; public $params = class Joomla\Registry\Registry { protected $data = class stdClass { ... }; protected $initialized = TRUE; public $separator = '.' }; public $pagination = class Joomla\CMS\Pagination\Pagination { public $limitstart = 0; public $limit = 10; public $total = 0; public $prefix = ''; public $pagesStart = 1; public $pagesStop = 0; public $pagesCurrent = 1; public $pagesTotal = 0; public $hideEmptyLimitstart = FALSE; protected $viewall = FALSE; protected $additionalUrlParams = [...]; protected $app = class Joomla\CMS\Application\SiteApplication { ... }; protected $data = NULL } }, $method = 'display', $id = ???, $wrkarounds = ??? ) | .../BaseController.php:663 |
13 | 0.1841 | 15164488 | K2ViewItem->display( $tpl = ??? ) | .../ViewController.php:102 |
14 | 0.2269 | 18389360 | K2ViewItem->display( $tpl = NULL ) | .../view.html.php:742 |
15 | 0.2269 | 18389360 | K2ViewItem->loadTemplate( $tpl = NULL ) | .../HtmlView.php:230 |
16 | 0.2280 | 18591408 | include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php ) | .../HtmlView.php:701 |
- Published in CentOS 6
- Read 2681 times
( ! ) Notice: Only variables should be assigned by reference in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 478 | ||||
---|---|---|---|---|
Call Stack | ||||
# | Time | Memory | Function | Location |
1 | 0.0002 | 406648 | {main}( ) | .../index.php:0 |
2 | 0.0517 | 4928632 | Joomla\CMS\Application\SiteApplication->execute( ) | .../index.php:49 |
3 | 0.0517 | 4928632 | Joomla\CMS\Application\SiteApplication->doExecute( ) | .../CMSApplication.php:196 |
4 | 0.1681 | 13311560 | Joomla\CMS\Application\SiteApplication->dispatch( $component = ??? ) | .../SiteApplication.php:233 |
5 | 0.1686 | 13336296 | Joomla\CMS\Component\ComponentHelper::renderComponent( $option = 'com_k2', $params = ??? ) | .../SiteApplication.php:194 |
6 | 0.1690 | 13391648 | Joomla\CMS\Component\ComponentHelper::executeComponent( $path = '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ) | .../ComponentHelper.php:377 |
7 | 0.1691 | 13423128 | require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php ) | .../ComponentHelper.php:402 |
8 | 0.1745 | 13828592 | K2ControllerItem->execute( $task = '' ) | .../k2.php:64 |
9 | 0.1745 | 13828592 | K2ControllerItem->display( $cachable = ???, $urlparams = ??? ) | .../BaseController.php:710 |
10 | 0.1806 | 14685120 | K2ControllerItem->display( $cachable = TRUE, $urlparams = ['id' => 'INT', 'print' => 'INT', 'lang' => 'CMD', 'Itemid' => 'INT', 'm' => 'INT', 'amp' => 'INT', 'tmpl' => 'CMD', 'template' => 'CMD'] ) | .../item.php:78 |
11 | 0.1806 | 14685120 | K2ControllerItem->display( $cachable = TRUE, $urlparams = ['id' => 'INT', 'print' => 'INT', 'lang' => 'CMD', 'Itemid' => 'INT', 'm' => 'INT', 'amp' => 'INT', 'tmpl' => 'CMD', 'template' => 'CMD'] ) | .../controller.php:19 |
12 | 0.1835 | 15144120 | Joomla\CMS\Cache\Controller\ViewController->get( $view = class K2ViewItem { public $document = class Joomla\CMS\Document\HtmlDocument { public $_links = [...]; public $_custom = [...]; public $template = NULL; public $baseurl = NULL; public $params = NULL; public $_file = NULL; protected $_template = ''; protected $_template_tags = [...]; protected $_caching = NULL; private $_html5 = NULL; public $title = 'grep 正则表达式选项要记得转义'; public $description = '使用过程中,使用最多的参数就是 -v ,但是用着并不爽。 比如说,我想查找一个单词“UserService”,但是像”*.svn” 这种文件就不用显示了,我该怎么做呢? grep -r "UserService" ./ | grep&...'; public $link = ''; public $base = 'https://www.shan.info/item/544-grep-%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E9%80%89%E9%A1%B9%E8%A6%81%E8%AE%B0%E5%BE%97%E8%BD%AC%E4%B9%89.html'; public $language = 'en-gb'; public $direction = 'ltr'; public $_generator = 'Joomla! - Open Source Content Management'; public $_mdate = ''; public $_tab = '\t'; public $_lineEnd = '\n'; public $_charset = 'utf-8'; public $_mime = 'text/html'; public $_namespace = ''; public $_profile = ''; public $_scripts = [...]; public $_script = [...]; protected $scriptOptions = [...]; public $_styleSheets = [...]; public $_style = [...]; public $_metaTags = [...]; public $_engine = NULL; public $_type = 'html'; protected $mediaVersion = '15dbf078d61dbbf76811992dd0143dd9' }; protected $_name = 'item'; protected $_models = ['itemlist' => class K2ModelItemlist { ... }, 'item' => class K2ModelItem { ... }]; protected $_basePath = '/var/www/vhosts/shan.info/httpdocs/components/com_k2'; protected $_defaultModel = 'item'; protected $_layout = 'item'; protected $_layoutExt = 'php'; protected $_layoutTemplate = '_'; protected $_path = ['template' => [...], 'helper' => [...]]; protected $_template = '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php'; protected $_output = NULL; protected $_escape = 'htmlspecialchars'; protected $_charset = 'UTF-8'; protected $_errors = []; public $baseurl = ''; public $addLink = NULL; public $inlineCommentsModeration = FALSE; public $item = class stdClass { public $id = '544'; public $title = 'grep 正则表达式选项要记得转义'; public $alias = 'grep-正则表达式选项要记得转义'; public $catid = '49'; public $published = '1'; public $introtext = '<p style="font-family: \'Microsoft Yahei\', \'Helvetica Neue\', \'Luxi Sans\', \'DejaVu Sans\', Tahoma, \'Hiragino Sans GB\', STHeiti; font-size: 16px; line-height: 25px;">使用过程中,使用最多的参数就是 -v ,但是用着并不爽。</p>\r\n<p style="font-family: \'Microsoft Yahei\', \'Helvetica Neue\', \'Luxi Sans\', \'DejaVu Sans\', Tahoma, \'Hiragino Sans GB\', STHeiti; font-size: 16px; line-height: 25px;">比如说,我想查找一个单词“UserService”,但是像”*.svn” 这种'; public $fulltext = ''; public $video = NULL; public $gallery = NULL; public $extra_fields = NULL; public $extra_fields_search = ''; public $created = '2013-09-19 23:23:45'; public $created_by = '63'; public $created_by_alias = ''; public $checked_out = '63'; public $checked_out_time = '2013-09-19 23:24:04'; public $modified = '0000-00-00 00:00:00'; public $modified_by = '0'; public $publish_up = '2013-09-19 23:23:45'; public $publish_down = '0000-00-00 00:00:00'; public $trash = '0'; public $access = '1'; public $ordering = '64'; public $featured = '0'; public $featured_ordering = '0'; public $image_caption = ''; public $image_credits = ''; public $video_caption = ''; public $video_credits = ''; public $hits = '2681'; public $params = class Joomla\Registry\Registry { ... }; public $metadesc = ''; public $metadata = 'robots=\nauthor='; public $metakey = ''; public $plugins = ''; public $language = '*'; public $category = class TableK2Category { ... }; public $link = '/item/544-grep-正则表达式选项要记得转义.html'; public $printLink = '/item/544-grep-正则表达式选项要记得转义.html?tmpl=component&print=1'; public $tags = [...]; public $imageXSmall = ''; public $imageSmall = ''; public $imageMedium = ''; public $imageLarge = ''; public $imageXLarge = ''; public $attachments = [...]; public $rawTitle = 'grep 正则表达式选项要记得转义'; public $author = class Joomla\CMS\User\User { ... }; public $videoType = 'allvideos'; public $text = '<p style="font-family: \'Microsoft Yahei\', \'Helvetica Neue\', \'Luxi Sans\', \'DejaVu Sans\', Tahoma, \'Hiragino Sans GB\', STHeiti; font-size: 16px; line-height: 25px;">使用过程中,使用最多的参数就是 -v ,但是用着并不爽。</p>\r\n<p style="font-family: \'Microsoft Yahei\', \'Helvetica Neue\', \'Luxi Sans\', \'DejaVu Sans\', Tahoma, \'Hiragino Sans GB\', STHeiti; font-size: 16px; line-height: 25px;">比如说,我想查找一个单词“UserService”,但是像”*.svn” 这种'; public $event = class stdClass { ... }; public $jcfields = [...]; public $image = ''; public $imageWidth = '600'; public $comments = [...]; public $numOfComments = 0; public $nextLink = '/item/545-怎么把命令输出结果赋值给变量-已解决.html'; public $nextTitle = '怎么把命令输出结果赋值给变量(已解决)'; public $nextImageXSmall = ''; public $nextImageSmall = ''; public $nextImageMedium = ''; public $nextImageLarge = ''; public $nextImageXLarge = ''; public $previousLink = '/item/543-正则表达式的与或非.html'; public $previousTitle = '正则表达式的与或非'; public $previousImageXSmall = ''; public $previousImageSmall = ''; public $previousImageMedium = ''; public $previousImageLarge = ''; public $previousImageXLarge = ''; public $absoluteURL = 'https://www.shan.info/item/544-grep-%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E9%80%89%E9%A1%B9%E8%A6%81%E8%AE%B0%E5%BE%97%E8%BD%AC%E4%B9%89.html'; public $langTagForFB = 'en_GB'; public $langTagForTW = 'en-gb'; public $langTagForLI = 'en_GB'; public $sharinglink = 'https://www.shan.info/item/544-grep-%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E9%80%89%E9%A1%B9%E8%A6%81%E8%AE%B0%E5%BE%97%E8%BD%AC%E4%B9%89.html'; public $socialLink = 'https%3A%2F%2Fwww.shan.info%2Fitem%2F544-grep-%25E6%25AD%25A3%25E5%2588%2599%25E8%25A1%25A8%25E8%25BE%25BE%25E5%25BC%258F%25E9%2580%2589%25E9%25A1%25B9%25E8%25A6%2581%25E8%25AE%25B0%25E5%25BE%2597%25E8%25BD%25AC%25E4%25B9%2589.html'; public $twitterURL = 'https://twitter.com/intent/tweet?text=grep+%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E9%80%89%E9%A1%B9%E8%A6%81%E8%AE%B0%E5%BE%97%E8%BD%AC%E4%B9%89&url=https%3A%2F%2Fwww.shan.info%2Fitem%2F544-grep-%25E6%25AD%25A3%25E5%2588%2599%25E8%25A1%25A8%25E8%25BE%25BE%25E5%25BC%258F%25E9%2580%2589%25E9%25A1%25B9%25E8%25A6%2581%25E8%25AE%25B0%25E5%25BE%2597%25E8%25BD%25AC%25E4%25B9%2589.html'; public $langTagForGP = ''; public $emailLink = '/component/mailto/?tmpl=component&template=gk_publisher&link=2aec826a90bcee485021b6ddccff2894a7109000' }; public $user = class Joomla\CMS\User\User { protected $isRoot = FALSE; public $id = 0; public $name = NULL; public $username = NULL; public $email = NULL; public $password = NULL; public $password_clear = ''; public $block = NULL; public $sendEmail = 0; public $registerDate = NULL; public $lastvisitDate = NULL; public $activation = NULL; public $params = NULL; public $groups = [...]; public $guest = 1; public $lastResetTime = NULL; public $resetCount = NULL; public $requireReset = NULL; protected $_params = class Joomla\Registry\Registry { ... }; protected $_authGroups = NULL; protected $_authLevels = [...]; protected $_authActions = NULL; protected $_errorMsg = NULL; protected $userHelper = class Joomla\CMS\User\UserWrapper { ... }; protected $_errors = [...]; public $aid = 0; public $gid = 1 }; public $params = class Joomla\Registry\Registry { protected $data = class stdClass { ... }; protected $initialized = TRUE; public $separator = '.' }; public $pagination = class Joomla\CMS\Pagination\Pagination { public $limitstart = 0; public $limit = 10; public $total = 0; public $prefix = ''; public $pagesStart = 1; public $pagesStop = 0; public $pagesCurrent = 1; public $pagesTotal = 0; public $hideEmptyLimitstart = FALSE; protected $viewall = FALSE; protected $additionalUrlParams = [...]; protected $app = class Joomla\CMS\Application\SiteApplication { ... }; protected $data = NULL } }, $method = 'display', $id = ???, $wrkarounds = ??? ) | .../BaseController.php:663 |
13 | 0.1841 | 15164488 | K2ViewItem->display( $tpl = ??? ) | .../ViewController.php:102 |
14 | 0.2269 | 18389360 | K2ViewItem->display( $tpl = NULL ) | .../view.html.php:742 |
15 | 0.2269 | 18389360 | K2ViewItem->loadTemplate( $tpl = NULL ) | .../HtmlView.php:230 |
16 | 0.2280 | 18591408 | include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php ) | .../HtmlView.php:701 |