https://xb549224.xbiz.jp/products/detail/2282

ProductController :: detail

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
Product
Eccube\Entity\Product {#3965
  -_calc: true
  -stockFinds: [
    true
  ]
  -stocks: [
    null
  ]
  -stockUnlimiteds: [
    true
  ]
  -price01: []
  -price02: [
    "2200.00"
  ]
  -price01IncTaxs: []
  -price02IncTaxs: [
    2200.0
  ]
  -codes: [
    "C267 | C26701(____) |"
  ]
  -classCategories1: []
  -classCategories2: []
  -className1: null
  -className2: null
  -id: 2282
  -name: "C言語演習問題集"
  -note: null
  -description_list: "FE試験問題を解法するために必要なテクニックを習得"
  -description_detail: """
    基本情報技術者試験及び旧第二種情報処理技術者試験の過去問題28題、模擬問題24題をテーマ別・難易度順に編集し、C言語の実践応用力の養成を目的とした直前対策に最適な演習問題集です。\r\n
    \r\n
    ※サーティファイ情報処理能力認定委員会主催「情報処理技術者能力認定試験」1級、2級の選択問題(C言語)対応教材\r\n
    (>><a href="http://www.sikaku.gr.jp/js/jss/org/prepare/model/files/js_cp.pdf"> モデルカリキュラムはこちら</a> )
    """
  -search_word: "ウイネット,基本情報,技術者,情報処理,試験,C言語,演習,問題集,午後,対策"
  -free_area: """
    ページ数\n
    219\n
    配色\n
    \n
    想定学習時間\n
    50時間\n
    目次\n
    第1章 探索・整列処理\r\n
    \r\n
     1.1 バブルソートとシェーカソート --------------  2\r\n
     1.2 選択ソートと挿入ソート --------------------  6\r\n
     1.3 マージソート ------------------------------ 10\r\n
     1.4 シェルソート ------------------------------ 14\r\n
     1.5 クイックソート ---------------------------- 18\r\n
     1.6 ヒープソート ------------------------------ 21\r\n
     1.7 個人用英和辞書 ---------------------------- 25\r\n
     1.8 商品検索・ハッシュ法 ---------------------- 29\r\n
     1.9 双方向リスト ------------------------------ 33\r\n
     1.10 2分木 ------------------------------------ 37\r\n
     1.11 距離による運賃計算(H11春 問11) ----------- 42\r\n
     1.12 サーバのアクセス履歴集計(H8秋 問7) ------- 45\r\n
     1.13 2分木による整列(H11秋 問7) --------------- 49\r\n
     1.14 二分探索(H15春 問10) --------------------- 53\r\n
    \r\n
    第2章 文字列処理\r\n
    \r\n
     2.1 バイト変換3Bから4Bへ ---------------------- 58\r\n
     2.2 画像データと文字列 ------------------------ 60\r\n
     2.3 文字列探索 -------------------------------- 63\r\n
     2.4 文字列探索(KMP法とBM法) ------------------- 68\r\n
     2.5 文字列の置換 ------------------------------ 75\r\n
     2.6 タブの置換 -------------------------------- 78\r\n
     2.7 マクロ展開 -------------------------------- 82\r\n
     2.8 文字列の圧縮・伸張 ------------------------ 88\r\n
     2.9 連長(ランレングス)圧縮 -------------------- 92\r\n
     2.10 文字列の解析(H13秋 問6) ------------------ 96\r\n
     2.11 文字列のコード変換(H10春 問7) ------------ 100\r\n
     2.12 階層構造の一覧表示(H11春 問7) ------------ 104\r\n
     2.13 単語の行末調整で英文出力(H11秋 問11) ----- 108\r\n
     2.14 文字列のマクロ展開(H14春 問10) ----------- 111\r\n
    \r\n
    第3章 図形・画像処理\r\n
    \r\n
     3.1 図形の拡大・縮小 -------------------------- 116\r\n
     3.2 多角形の塗りつぶし ------------------------ 120\r\n
     3.3 図形の回転 -------------------------------- 125\r\n
     3.4 長方形領域の色を数える(H13春 問6) --------- 131\r\n
     3.5 時計の針を描画(H12春 問7) ----------------- 134\r\n
     3.6 水平,垂直方向座標の割当て(H10秋 問11) ----- 138\r\n
     3.7 自由曲線の直線描画(H13春 問9) ------------- 142\r\n
     3.8 三角形領域の塗りつぶし(H14春 問6) --------- 147\r\n
     3.9 フラクタル図形(H15春 問6) ----------------- 150\r\n
     3.10 凸四角形の描画(H14秋 問10) --------------- 154\r\n
    \r\n
    第4章 応用問題(その他業務処理)\r\n
    \r\n
     4.1 排他的論理和 ------------------------------ 160\r\n
     4.2 ○×ゲーム -------------------------------- 163\r\n
     4.3 リングバッファDB管理 ---------------------- 168\r\n
     4.4 数当てゲーム ------------------------------ 172\r\n
     4.5 じゃんけんゲーム -------------------------- 178\r\n
     4.6 キーワードの出現率 ------------------------ 185\r\n
     4.7 正答数の集計結果出力(H8春 問7) ------------ 190\r\n
     4.8 金種計算(H10秋 問7) ----------------------- 194\r\n
     4.9 ゲームの得点計算(H10春 問11) -------------- 197\r\n
     4.10 アドレス帳の内容同期(H12秋 問7) ---------- 200\r\n
     4.11 モグラたたきの得点競技(H12秋 問11) ------- 204\r\n
     4.12 文字列の10進数を乗算(H12春 問11) --------- 209\r\n
     4.13 迷路の解法(H13秋 問10) ------------------- 213\r\n
     4.14 素因数分解(H14秋 問6) -------------------- 217\n
    サポート情報\n
    \n
    """
  -create_date: DateTime @1382958345 {#3554
    date: 2013-10-28 20:05:45.0 Asia/Tokyo (+09:00)
  }
  -update_date: DateTime @1532657023 {#3544
    date: 2018-07-27 11:03:43.0 Asia/Tokyo (+09:00)
  }
  -ProductCategories: Doctrine\ORM\PersistentCollection {#4321 …}
  -ProductClasses: Doctrine\ORM\PersistentCollection {#4385 …}
  -ProductImage: Doctrine\ORM\PersistentCollection {#4624 …}
  -ProductTag: Doctrine\ORM\PersistentCollection {#4621 …}
  -CustomerFavoriteProducts: Doctrine\ORM\PersistentCollection {#4319 …}
  -Creator: null
  -Status: Proxies\__CG__\Eccube\Entity\Master\ProductStatus {#4387 …}
}
_controller
"Eccube\Controller\ProductController::detail"
_converters
[
  Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter {#3520
    -name: "Product"
    -class: "Eccube\Entity\Product"
    -options: [
      "repository_method" => "findWithSortedClassCategories"
    ]
    -isOptional: false
    -converter: null
  }
]
_firewall_context
"security.firewall.map.context.customer"
_route
"product_detail"
_route_params
[
  "id" => "2282"
]
_security_firewall_run
"_security_customer"
_stopwatch_token
"e471d6"
_template
Sensio\Bundle\FrameworkExtraBundle\Configuration\Template {#3519
  #template: "Product/detail.twig"
  -vars: []
  -streamable: false
  -owner: []
}
id
"2282"

Request Headers

Header Value
accept
"*/*"
authorization
""
connection
"close"
cookie
"eccube=5736c9401c13e4a19efb59f49b2fb5da"
host
"xb549224.xbiz.jp"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-accel-expires
"60"
x-failure-cache-time
"0"
x-file-type
"normal"
x-forwarded-for
"216.73.216.129"
x-forwarded-host
"xb549224.xbiz.jp"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-ssl
"on"
x-php-fpm-version
"81"
x-php-ob-level
"1"
x-real-ip
"216.73.216.129"
x-server-address
"162.43.105.104"
x-ua-device
"pc"
x-wp-access
"0"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Wed, 17 Dec 2025 11:47:49 GMT"
set-cookie
"maintenance_token=deleted; expires=Tue, 17-Dec-2024 11:47:48 GMT; Max-Age=0; path=/; httponly"
x-debug-token
"d0583f"

Cookies

Request Cookies

Key Value
eccube
"5736c9401c13e4a19efb59f49b2fb5da"

Response Cookies

Key Value
maintenance_token
Symfony\Component\HttpFoundation\Cookie {#10318
  #name: "maintenance_token"
  #value: null
  #domain: null
  #expire: 1
  #path: "/"
  #secure: false
  #httpOnly: true
  -raw: false
  -sameSite: null
  -secureDefault: true
}

Session 7

Session Metadata

Key Value
Created
"Wed, 17 Dec 25 20:47:39 +0900"
Last used
"Wed, 17 Dec 25 20:47:49 +0900"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-Eccube\Form\Type\AddCartType
"RlrMrJnSluO29qV2BSzdMykjFRXj3Sw3b36-EjbFBT4"
_csrf/https-_token
"HWM_mkUQNWQaQokf_Xak4qBzoINn7UL2tRBKVNbblGA"

Session Usage

7 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/src/Eccube/Log/Processor/TokenProcessor.php"
    "line" => 34
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/monolog/monolog/src/Monolog/Logger.php"
    "line" => 368
    "function" => "__invoke"
    "class" => "Eccube\Log\Processor\TokenProcessor"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/monolog/monolog/src/Monolog/Logger.php"
    "line" => 574
    "function" => "addRecord"
    "class" => "Monolog\Logger"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 99
    "function" => "debug"
    "class" => "Monolog\Logger"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 39
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 73
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Eccube\Controller\ProductController:455
[
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/src/Eccube/Controller/ProductController.php"
    "line" => 455
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/src/Eccube/Controller/ProductController.php"
    "line" => 220
    "function" => "checkVisibility"
    "class" => "Eccube\Controller\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detail"
    "class" => "Eccube\Controller\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:101
[
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 101
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 72
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/src/Eccube/Controller/ProductController.php"
    "line" => 252
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detail"
    "class" => "Eccube\Controller\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:71
[
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 71
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 73
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/src/Eccube/Controller/ProductController.php"
    "line" => 252
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detail"
    "class" => "Eccube\Controller\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:75
[
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 75
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 73
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/src/Eccube/Controller/ProductController.php"
    "line" => 252
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detail"
    "class" => "Eccube\Controller\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Eccube\Service\CartService:174
[
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/src/Eccube/Service/CartService.php"
    "line" => 174
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/src/Eccube/Service/CartService.php"
    "line" => 151
    "function" => "getSessionCarts"
    "class" => "Eccube\Service\CartService"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/var/cache/dev/ContainerDxQaI2x/CartService_9dde17f.php"
    "line" => 29
    "function" => "getCarts"
    "class" => "Eccube\Service\CartService"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/src/Eccube/Twig/Extension/CartServiceExtension.php"
    "line" => 50
    "function" => "getCarts"
    "class" => "ContainerDxQaI2x\CartService_9dde17f"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/var/cache/dev/twig/a0/a01c8a0496196e18628d4dd884a40cb4.php"
    "line" => 45
    "function" => "get_all_carts"
    "class" => "Eccube\Twig\Extension\CartServiceExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_9a8c0a3e34f0fc1e3f778b02a67d5094"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1290
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/src/Eccube/Twig/Extension/IgnoreTwigSandboxErrorExtension.php"
    "line" => 59
    "function" => "twig_include"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/var/cache/dev/twig/88/88e768270931059b6a00b02d799159a7.php"
    "line" => 70
    "function" => "twig_include"
    "class" => "Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_3fc4bbbe689151b91457e9e6f8fb6c66"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/src/Eccube/Twig/Extension/TwigIncludeExtension.php"
    "line" => 42
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/var/cache/dev/twig/cd/cd45defed74f703c5e14ee43e0ec63d8.php"
    "line" => 63
    "function" => "include_dispatch"
    "class" => "Eccube\Twig\Extension\TwigIncludeExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_151d452c5854f703d0b839a86475ff0c"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1290
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/src/Eccube/Twig/Extension/IgnoreTwigSandboxErrorExtension.php"
    "line" => 59
    "function" => "twig_include"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/var/cache/dev/twig/60/606a2968405ad3da686920b847802275.php"
    "line" => 218
    "function" => "twig_include"
    "class" => "Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_e78928597836ec00366868b72aef971a"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/var/cache/dev/twig/95/95e06d1ee4a3d5d8916abe21181cae01.php"
    "line" => 55
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/twig/twig/src/Template.php"
    "line" => 405
    "function" => "doDisplay"
    "class" => "__TwigTemplate_e4db24f8d1b3c8e8f588d974d5ccc483"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/twig/twig/src/Template.php"
    "line" => 378
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/src/Eccube/Twig/Template.php"
    "line" => 41
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/twig/twig/src/Template.php"
    "line" => 390
    "function" => "display"
    "class" => "Eccube\Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 45
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/twig/twig/src/Environment.php"
    "line" => 318
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php"
    "line" => 115
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelView"
    "class" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 168
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Http\Firewall\ContextListener:195
[
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/security-http/Firewall/ContextListener.php"
    "line" => 195
    "function" => "remove"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\Security\Http\Firewall\ContextListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/xb549224/xb549224.xbiz.jp/public_html/index.php"
    "line" => 83
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
(no data)

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
CONTEXT_DOCUMENT_ROOT
"/home/xb549224/xb549224.xbiz.jp/public_html"
CONTEXT_PREFIX
""
DATABASE_CHARSET
"utf8mb4"
DATABASE_SERVER_VERSION
"10.5.22-MariaDB-log"
DATABASE_URL
"mysql://xb549224_wbswork:4u3Bse6N9nXyMG@localhost/xb549224_wenetbsecwork"
DOCUMENT_ROOT
"/home/xb549224/xb549224.xbiz.jp/public_html"
ECCUBE_ADMIN_ALLOW_HOSTS
"[]"
ECCUBE_ADMIN_ROUTE
"g2XDcKPn"
ECCUBE_AUTH_MAGIC
"laevewreslachaeliohuhitaidetehouthistovo"
ECCUBE_COOKIE_PATH
"/"
ECCUBE_FORCE_SSL
"1"
ECCUBE_LOCALE
"ja"
ECCUBE_TEMPLATE_CODE
"default"
FCGI_ROLE
"RESPONDER"
FailureCacheTime
"0"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/xb549224"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
"close"
HTTP_COOKIE
"eccube=5736c9401c13e4a19efb59f49b2fb5da"
HTTP_HOST
"xb549224.xbiz.jp"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_ACCEL_EXPIRES
"60"
HTTP_X_FAILURE_CACHE_TIME
"0"
HTTP_X_FILE_TYPE
"normal"
HTTP_X_FORWARDED_FOR
"216.73.216.129"
HTTP_X_FORWARDED_HOST
"xb549224.xbiz.jp"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SSL
"on"
HTTP_X_PHP_FPM_VERSION
"81"
HTTP_X_REAL_IP
"216.73.216.129"
HTTP_X_SERVER_ADDRESS
"162.43.105.104"
HTTP_X_UA_DEVICE
"pc"
HTTP_X_WP_ACCESS
"0"
MAILER_DSN
"smtp://localhost:25"
MEF_PROXY_ADDR
"162.43.105.104"
Ngx_Cache_NormalFile
"1"
Ngx_Cache_StaticMode
"1"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_FailureCacheTime
"0"
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_MEF_PROXY_ADDR
"162.43.105.104"
REDIRECT_Ngx_Cache_NormalFile
"1"
REDIRECT_Ngx_Cache_StaticMode
"1"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aUKYZDFZvYjSRDGgQM9KyAAAAXo"
REDIRECT_URL
"/products/detail/2282"
REMOTE_ADDR
"216.73.216.129"
REMOTE_PORT
"56516"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1765972068
REQUEST_TIME_FLOAT
1765972068.7209
REQUEST_URI
"/products/detail/2282"
SCRIPT_FILENAME
"/home/xb549224/xb549224.xbiz.jp/public_html/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"162.43.105.104"
SERVER_ADMIN
"webmaster@xb549224.xbiz.jp"
SERVER_NAME
"xb549224.xbiz.jp"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
TRUSTED_HOSTS
"^xb549224\.xbiz\.jp$"
UNIQUE_ID
"aUKYZDFZvYjSRDGgQM9KyAAAAXo"
USER
"xb549224"

Sub Requests 2

SearchProductController :: index (token = a9777f)

Key Value
_controller
"Eccube\Controller\Block\SearchProductController::index"
_route
"block_search_product"
_route_params
[]
_stopwatch_token
"1f599b"
_template
Sensio\Bundle\FrameworkExtraBundle\Configuration\Template {#5120
  #template: "Block/search_product.twig"
  -vars: []
  -streamable: false
  -owner: []
}

SearchProductController :: index (token = 206c30)

Key Value
_controller
"Eccube\Controller\Block\SearchProductController::index"
_route
"block_search_product"
_route_params
[]
_stopwatch_token
"66806e"
_template
Sensio\Bundle\FrameworkExtraBundle\Configuration\Template {#5120
  #template: "Block/search_product.twig"
  -vars: []
  -streamable: false
  -owner: []
}