Bài 52: Phản Xạ Không điều Kiện Và Phản Xạ Có điều Kiện
Có thể bạn quan tâm
Application frames (1) All frames (40) 39 ErrorException …/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php122 38 file_put_contents …/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php122 37 Illuminate\Filesystem\Filesystem put …/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php83 36 Illuminate\Session\FileSessionHandler write …/vendor/laravel/framework/src/Illuminate/Session/Store.php129 35 Illuminate\Session\Store save …/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php170 34 Illuminate\Session\Middleware\StartSession saveSession …/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php65 33 Illuminate\Session\Middleware\StartSession handle …/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163 32 Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure} …/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53 31 Illuminate\Routing\Pipeline Illuminate\Routing\{closure} …/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php37 30 Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse handle …/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163 29 Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure} …/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53 28 Illuminate\Routing\Pipeline Illuminate\Routing\{closure} …/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php66 27 Illuminate\Cookie\Middleware\EncryptCookies handle …/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163 26 Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure} …/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53 25 Illuminate\Routing\Pipeline Illuminate\Routing\{closure} …/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php104 24 Illuminate\Pipeline\Pipeline then …/vendor/laravel/framework/src/Illuminate/Routing/Router.php682 23 Illuminate\Routing\Router runRouteWithinStack …/vendor/laravel/framework/src/Illuminate/Routing/Router.php657 22 Illuminate\Routing\Router runRoute …/vendor/laravel/framework/src/Illuminate/Routing/Router.php623 21 Illuminate\Routing\Router dispatchToRoute …/vendor/laravel/framework/src/Illuminate/Routing/Router.php612 20 Illuminate\Routing\Router dispatch …/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php176 19 Illuminate\Foundation\Http\Kernel Illuminate\Foundation\Http\{closure} …/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php30 18 Illuminate\Routing\Pipeline Illuminate\Routing\{closure} …/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php21 17 Illuminate\Foundation\Http\Middleware\TransformsRequest handle …/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163 16 Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure} …/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53 15 Illuminate\Routing\Pipeline Illuminate\Routing\{closure} …/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php21 14 Illuminate\Foundation\Http\Middleware\TransformsRequest handle …/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163 13 Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure} …/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53 12 Illuminate\Routing\Pipeline Illuminate\Routing\{closure} …/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php27 11 Illuminate\Foundation\Http\Middleware\ValidatePostSize handle …/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163 10 Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure} …/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53 9 Illuminate\Routing\Pipeline Illuminate\Routing\{closure} …/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php62 8 Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode handle …/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163 7 Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure} …/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53 6 Illuminate\Routing\Pipeline Illuminate\Routing\{closure} …/vendor/fideloper/proxy/src/TrustProxies.php57 5 Fideloper\Proxy\TrustProxies handle …/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163 4 Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure} …/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53 3 Illuminate\Routing\Pipeline Illuminate\Routing\{closure} …/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php104 2 Illuminate\Pipeline\Pipeline then …/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php151 1 Illuminate\Foundation\Http\Kernel sendRequestThroughRouter …/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php116 0 Illuminate\Foundation\Http\Kernel handle …/public/index.php55 /home/www/hoctv/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php * * @param string $path * @return string */ public function hash($path) { return md5_file($path); } /** * Write the contents of a file. * * @param string $path * @param string $contents * @param bool $lock * @return int|bool */ public function put($path, $contents, $lock = false) { return file_put_contents($path, $contents, $lock ? LOCK_EX : 0); } /** * Write the contents of a file, replacing it atomically if it already exists. * * @param string $path * @param string $content * @return void */ public function replace($path, $content) { // If the path already exists and is a symlink, get the real path... clearstatcache(true, $path); $path = realpath($path) ?: $path; $tempPath = tempnam(dirname($path), basename($path)); // Fix permissions of tempPath because `tempnam()` creates it with permissions set to 0600... chmod($tempPath, 0777 - umask()); Arguments
Environment Variables
Registered Handlers 0. Whoops\Handler\PrettyPageHandler
- "file_put_contents(): Only 0 of 251 bytes written, possibly out of free disk space"
- "/home/www/hoctv/public_html/storage/framework/sessions/9RkMwwleDkG8oGM90b3zUed3nw418Ml2EVBf5FaW"
- "a:3:{s:6:"_token";s:40:"fPloHGO2CH2FlynOgVsMBlNhKqRWBF5HaOQXjyUT";s:9:"_previous";a:1:{s:3:"url";s:93:"https://hoc.tv/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
- 2
- "/home/www/hoctv/public_html/storage/framework/sessions/9RkMwwleDkG8oGM90b3zUed3nw418Ml2EVBf5FaW"
- "a:3:{s:6:"_token";s:40:"fPloHGO2CH2FlynOgVsMBlNhKqRWBF5HaOQXjyUT";s:9:"_previous";a:1:{s:3:"url";s:93:"https://hoc.tv/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
- true
- "9RkMwwleDkG8oGM90b3zUed3nw418Ml2EVBf5FaW"
- "a:3:{s:6:"_token";s:40:"fPloHGO2CH2FlynOgVsMBlNhKqRWBF5HaOQXjyUT";s:9:"_previous";a:1:{s:3:"url";s:93:"https://hoc.tv/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Closure($passable) {#324 …4}
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Closure($passable) {#325 …4}
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Closure($passable) {#326 …4}
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Closure($request) {#264 …4}
- Illuminate\Routing\Route {#230}
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Illuminate\Routing\Route {#230}
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Closure($passable) {#154 …4}
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Closure($passable) {#207 …4}
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Closure($passable) {#233 …4}
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Closure($passable) {#237 …4}
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Closure($passable) {#238 …4}
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Closure($request) {#44 …4}
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
- Illuminate\Http\Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#256 …4} #routeResolver: Closure() {#257 …4} +attributes: Symfony\Component\HttpFoundation\ParameterBag {#45} +request: Symfony\Component\HttpFoundation\ParameterBag {#51} +query: Symfony\Component\HttpFoundation\ParameterBag {#51} +server: Symfony\Component\HttpFoundation\ServerBag {#47} +files: Symfony\Component\HttpFoundation\FileBag {#48} +cookies: Symfony\Component\HttpFoundation\ParameterBag {#46} +headers: Symfony\Component\HttpFoundation\HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #requestUri: "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: Illuminate\Session\Store {#338} #locale: null #defaultLocale: "en" -preferredFormat: null -isHostValid: true -isForwardedValid: true : "" : "html" }
Environment & details:
GET Data empty POST Data empty Files empty Cookies empty Session empty Server/Request DataKey | Value |
USER | "www-static" |
HOME | "/home/www-static" |
HTTP_ACCEPT_ENCODING | "deflate, gzip" |
HTTP_ACCEPT | "*/*" |
HTTP_HOST | "hoc.tv" |
HTTP_USER_AGENT | "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/62.0.3202.94 Chrome/62.0.3202.94 Safari/537.36" |
REDIRECT_STATUS | "200" |
SERVER_NAME | "hoc.tv" |
SERVER_PORT | "443" |
SERVER_ADDR | "203.171.20.67" |
REMOTE_PORT | "36494" |
REMOTE_ADDR | "103.110.85.167" |
SERVER_SOFTWARE | "nginx/1.10.3" |
GATEWAY_INTERFACE | "CGI/1.1" |
HTTPS | "on" |
REQUEST_SCHEME | "https" |
SERVER_PROTOCOL | "HTTP/1.1" |
DOCUMENT_ROOT | "/home/www/hoctv/public_html/public" |
DOCUMENT_URI | "/index.php" |
REQUEST_URI | "/giao-duc/bai-52-phan-xa-khong-dieu-kien-va-phan-xa-co-dieu-kien-dtail9084.html" |
SCRIPT_NAME | "/index.php" |
CONTENT_LENGTH | "" |
CONTENT_TYPE | "" |
REQUEST_METHOD | "GET" |
QUERY_STRING | "" |
SCRIPT_FILENAME | "/home/www/hoctv/public_html/public/index.php" |
FCGI_ROLE | "RESPONDER" |
PHP_SELF | "/index.php" |
REQUEST_TIME_FLOAT | 1734786168.2474 |
REQUEST_TIME | 1734786168 |
APP_NAME | "Laravel" |
APP_ENV | "production" |
APP_KEY | "base64:/TiBQvE9XDvtTbeC84kPYSLTAlFIfBp9aqIsSbezoVw=" |
APP_DEBUG | "true" |
APP_URL | "http://localhost" |
LOG_CHANNEL | "stack" |
DB_CONNECTION | "mysql" |
DB_HOST | "127.0.0.1" |
DB_PORT | "3306" |
DB_DATABASE | "hoctv" |
DB_USERNAME | "hoctv_root" |
DB_PASSWORD | "kHgjQeh56RzyEBkr6ZS" |
BROADCAST_DRIVER | "log" |
CACHE_DRIVER | "file" |
QUEUE_CONNECTION | "sync" |
SESSION_DRIVER | "file" |
SESSION_LIFETIME | "120" |
REDIS_HOST | "127.0.0.1" |
REDIS_PASSWORD | "null" |
REDIS_PORT | "6379" |
MAIL_DRIVER | "smtp" |
MAIL_HOST | "smtp.mailtrap.io" |
MAIL_PORT | "2525" |
MAIL_USERNAME | "null" |
MAIL_PASSWORD | "null" |
MAIL_ENCRYPTION | "null" |
AWS_ACCESS_KEY_ID | "" |
AWS_SECRET_ACCESS_KEY | "" |
AWS_DEFAULT_REGION | "us-east-1" |
AWS_BUCKET | "" |
PUSHER_APP_ID | "" |
PUSHER_APP_KEY | "" |
PUSHER_APP_SECRET | "" |
PUSHER_APP_CLUSTER | "mt1" |
MIX_PUSHER_APP_KEY | "" |
MIX_PUSHER_APP_CLUSTER | "mt1" |
FTP_URL | "https://media.hoc.tv" |
FTP_HOST | "media.hoc.tv" |
FTP_USER | "mediahoctv" |
FTP_PASS | "uwhrgkZWh2zU6" |
FTP_ROOT | "" |
CACHE_TIME | "300" |
CACHE_HIGHT | "600" |
FROALA_KEY | "XAG4eH3I3C8C7D6B4C-11VKOJ1FGULVKHXDXNDXc1d1Kg1SNdD5B4A4B3H3I3B2B7A4E2==" |
R_POST_DETAIL | "post" |
R_TAG | "tag" |
R_COLLECT | "null" |
Key | Value |
APP_NAME | "Laravel" |
APP_ENV | "production" |
APP_KEY | "base64:/TiBQvE9XDvtTbeC84kPYSLTAlFIfBp9aqIsSbezoVw=" |
APP_DEBUG | "true" |
APP_URL | "http://localhost" |
LOG_CHANNEL | "stack" |
DB_CONNECTION | "mysql" |
DB_HOST | "127.0.0.1" |
DB_PORT | "3306" |
DB_DATABASE | "hoctv" |
DB_USERNAME | "hoctv_root" |
DB_PASSWORD | "kHgjQeh56RzyEBkr6ZS" |
BROADCAST_DRIVER | "log" |
CACHE_DRIVER | "file" |
QUEUE_CONNECTION | "sync" |
SESSION_DRIVER | "file" |
SESSION_LIFETIME | "120" |
REDIS_HOST | "127.0.0.1" |
REDIS_PASSWORD | "null" |
REDIS_PORT | "6379" |
MAIL_DRIVER | "smtp" |
MAIL_HOST | "smtp.mailtrap.io" |
MAIL_PORT | "2525" |
MAIL_USERNAME | "null" |
MAIL_PASSWORD | "null" |
MAIL_ENCRYPTION | "null" |
AWS_ACCESS_KEY_ID | "" |
AWS_SECRET_ACCESS_KEY | "" |
AWS_DEFAULT_REGION | "us-east-1" |
AWS_BUCKET | "" |
PUSHER_APP_ID | "" |
PUSHER_APP_KEY | "" |
PUSHER_APP_SECRET | "" |
PUSHER_APP_CLUSTER | "mt1" |
MIX_PUSHER_APP_KEY | "" |
MIX_PUSHER_APP_CLUSTER | "mt1" |
FTP_URL | "https://media.hoc.tv" |
FTP_HOST | "media.hoc.tv" |
FTP_USER | "mediahoctv" |
FTP_PASS | "uwhrgkZWh2zU6" |
FTP_ROOT | "" |
CACHE_TIME | "300" |
CACHE_HIGHT | "600" |
FROALA_KEY | "XAG4eH3I3C8C7D6B4C-11VKOJ1FGULVKHXDXNDXc1d1Kg1SNdD5B4A4B3H3I3B2B7A4E2==" |
R_POST_DETAIL | "post" |
R_TAG | "tag" |
R_COLLECT | "null" |
Từ khóa » Ví Dụ Về Phản Xạ Có điều Kiện Trong Y Học
-
Ví Dụ Về Phản Xạ Có điều Kiện Trong ý Học - Bí Quyết Xây Nhà
-
Lấy 5 Ví Dụ Về Phản Xạ Có điều Kiện Và 5 Ví Dụ Không điều Kiện - Hoc24
-
Phản Xạ Là Gì? Hãy Lấy Vài Ví Dụ Về Phản Xạ - TopLoigiai
-
Ví Dụ Về Phản Xạ Có điều Kiện - Onfire
-
Ví Dụ Về Phản Xạ Có điều Kiện Và Phản Xạ Không điều Kiện
-
Phản Xạ Có điều Kiện Là Gì? Phân Biệt Với Phản Xạ Không điều Kiện?
-
Ví Dụ Về Phản Xạ Có điều Kiện Và Không điều Kiện
-
Phản Xạ Có điều Kiện Là Gì? - Luật Hoàng Phi
-
Ví Dụ Về Phản Xạ Có điều Kiện Và Không điều Kiện
-
Soạn Sinh 8 Bài 52: Phản Xạ Không điều Kiện Và ...
-
Cho 15 Ví Dụ Về Phản Xạ Có điều Kiện Và Phản Xạ Không Có điều Kiện
-
Phản Xạ Có điều Kiện – Wikipedia Tiếng Việt
-
Phân Biệt Phản Xạ Có điều Kiện Và Phản Xạ Không điều Kiện