Skip to content

error Notice: Undefined index: argv #35084

@aboussaid

Description

@aboussaid

Symfony version(s) affected: 4.4

Description
screenshot-127 0 0 1_8000-2019 11 26-11_22_00

How to reproduce

  • composer create-project symfony/skeleton test-debug-pack 4.4.*
  • composer require symfony/debug-pack

config/routes.yaml:

index:
   path: /
   controller: App\Controller\DefaultController::index

DefaultController.php:

namespace App\Controller;

use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\Response;

class DefaultController extends AbstractController
{

    public function index()
    {
        dd($this);
        return new Response('My first page already!');
    }

}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy