21:45:54.000
deprecation
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface " service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface " instead. It is being referenced by the "App\Security\LoginFormAuthenticator " service.
21:45:54.105
warning
Failed to save key "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23getSubscribedServices " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\9\R\HTHtSAtS43BGzBjUk0Ww): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23getSubscribedServices "
"exception " => ErrorException {#349
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\9\R\HTHtSAtS43BGzBjUk0Ww): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:45:54.334
warning
Failed to save key "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23has " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\V\X\rRhG-scUkBFDDrWiGVuQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23has "
"exception " => ErrorException {#275
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\V\X\rRhG-scUkBFDDrWiGVuQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:45:54.624
warning
Failed to save key "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23generateUrl " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\W\Q\qL1yzOgykFLY45kp7Lzw): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23generateUrl "
"exception " => ErrorException {#279
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\W\Q\qL1yzOgykFLY45kp7Lzw): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:45:55.321
warning
Failed to save key "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23redirectToRoute " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\C\diONqeNsv1CKI4hHZ0xA): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23redirectToRoute "
"exception " => ErrorException {#382
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\C\diONqeNsv1CKI4hHZ0xA): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:45:55.432
warning
Failed to save key "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23json " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\S\V\JE9zyQ0Rn40PWOF0piGA): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23json "
"exception " => ErrorException {#388
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\S\V\JE9zyQ0Rn40PWOF0piGA): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:45:55.578
warning
Failed to save key "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23isGranted " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\R\K\MIzSKR9HXZQaf06RwDtA): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23isGranted "
"exception " => ErrorException {#372
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\R\K\MIzSKR9HXZQaf06RwDtA): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:45:55.888
warning
Failed to save key "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23renderView " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\W\8\Pjs54Hf13XxYKNJqrPjQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23renderView "
"exception " => ErrorException {#277
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\W\8\Pjs54Hf13XxYKNJqrPjQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:45:55.929
silenced
Warning: mkdir(): File exists
21:45:56.065
warning
Failed to save key "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23render " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\D\L\36vSR3tXUNaakQvrQKlQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23render "
"exception " => ErrorException {#403
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\D\L\36vSR3tXUNaakQvrQKlQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:45:56.372
warning
Failed to save key "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23stream " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\H\C\NrXC0TcSKGCfyJiEn2lg): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23stream "
"exception " => ErrorException {#412
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\H\C\NrXC0TcSKGCfyJiEn2lg): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:45:56.756
warning
Failed to save key "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23createNotFoundException " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\U\9IwV7qZ0NhI61hv4KbsQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23createNotFoundException "
"exception " => ErrorException {#418
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\U\9IwV7qZ0NhI61hv4KbsQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:45:56.819
warning
Failed to save key "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23createAccessDeniedException " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\+\AqCrY9cD7cBQ9Vxo+iYg): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23createAccessDeniedException "
"exception " => ErrorException {#431
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\+\AqCrY9cD7cBQ9Vxo+iYg): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:45:57.261
warning
Failed to save key "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23createFormBuilder " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\3\7\j315m7S4nPO5gnPigpKA): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23createFormBuilder "
"exception " => ErrorException {#441
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\3\7\j315m7S4nPO5gnPigpKA): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:45:57.402
warning
Failed to save key "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23getDoctrine " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\8\L\TZy+m-Bz3h6C8DjGQeiA): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23getDoctrine "
"exception " => ErrorException {#460
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\8\L\TZy+m-Bz3h6C8DjGQeiA): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:45:57.675
warning
Failed to save key "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23getUser " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\B\N\xNNXsksRu2iNoiY-vQVQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23getUser "
"exception " => ErrorException {#426
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\B\N\xNNXsksRu2iNoiY-vQVQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:45:57.852
warning
Failed to save key "[C]Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23isCsrfTokenValid " of type int: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\E\Y\KZLGFnNNm2i7QxDhqMsQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "[C]Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23isCsrfTokenValid "
"exception " => ErrorException {#468
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\E\Y\KZLGFnNNm2i7QxDhqMsQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:45:57.996
warning
Failed to save key "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23isCsrfTokenValid " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\B\1\v-Mmc+5rJegrxxuUBgXg): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23isCsrfTokenValid "
"exception " => ErrorException {#482
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\B\1\v-Mmc+5rJegrxxuUBgXg): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:45:58.114
warning
Failed to save key "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23addLink " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\8\Q\cJQhhGI9qYhVYnvLN41w): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "Symfony%5CBundle%5CFrameworkBundle%5CController%5CAbstractController%23addLink "
"exception " => ErrorException {#456
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\8\Q\cJQhhGI9qYhVYnvLN41w): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:45:59.254
warning
Failed to save key "App%5CController%5CLoginController%23signUpForm " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\Q\R\swRZA7QrbvTEn6ICLVZw): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CController%5CLoginController%23signUpForm "
"exception " => ErrorException {#532
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\Q\R\swRZA7QrbvTEn6ICLVZw): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:45:59.946
warning
Failed to save key "[C]App%5CController%5CMpesa%5CMpesaAPIController%23stkPush " of type int: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\P\K\jnVbxc7zKFduKYW32pSA): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "[C]App%5CController%5CMpesa%5CMpesaAPIController%23stkPush "
"exception " => ErrorException {#574
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\P\K\jnVbxc7zKFduKYW32pSA): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:00.085
warning
Failed to save key "App%5CController%5CMpesa%5CMpesaAPIController%23stkPush " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\W\B\WqUBkmBRhT8Rw9JoXtEw): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CController%5CMpesa%5CMpesaAPIController%23stkPush "
"exception " => ErrorException {#576
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\W\B\WqUBkmBRhT8Rw9JoXtEw): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:00.476
warning
Failed to save key "App%5CController%5CMpesa%5CMpesaAPIController%23queryRequest " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\T\t2at0Yz33vjEfA4bMI7g): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CController%5CMpesa%5CMpesaAPIController%23queryRequest "
"exception " => ErrorException {#583
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\T\t2at0Yz33vjEfA4bMI7g): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:00.769
warning
Failed to save key "App%5CController%5CMpesa%5CMpesaController " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\R\A\jtO16iQfnRPxMd80-1tQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CController%5CMpesa%5CMpesaController "
"exception " => ErrorException {#534
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\R\A\jtO16iQfnRPxMd80-1tQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:57 {
Doctrine\Common\Annotations \ PsrCachedReader->getClassAnnotations(ReflectionClass $class) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getClassAnnotations', $class);
›
arguments : {
$cacheKey : "App%5CWeb%5CSystemUsersController "
$class : ReflectionClass {#916 …}
$method : "getClassAnnotations "
$reflector : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:67 {
Doctrine\Common\Annotations \ PsrCachedReader->getClassAnnotation(ReflectionClass $class, $annotationName) …
› {
› foreach ($this->getClassAnnotations($class) as $annot) {
› if ($annot instanceof $annotationName) {
arguments : {
$class : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:287 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getGlobals(ReflectionClass $class) …
› if (!$annot && $this->reader) {
› $annot = $this->reader->getClassAnnotation($class, $this->routeAnnotationClass);
› }
arguments : {
$class : ReflectionClass {#916 …}
$annotationName : "Symfony\Component\Routing\Annotation\Route "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:122 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
›
› $globals = $this->getGlobals($class);
›
arguments : {
$class : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:57 {
Doctrine\Common\Annotations \ PsrCachedReader->getClassAnnotations(ReflectionClass $class) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getClassAnnotations', $class);
›
arguments : {
$cacheKey : "App%5CWeb%5CSystemUsersController "
$class : ReflectionClass {#916 …}
$method : "getClassAnnotations "
$reflector : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:67 {
Doctrine\Common\Annotations \ PsrCachedReader->getClassAnnotation(ReflectionClass $class, $annotationName) …
› {
› foreach ($this->getClassAnnotations($class) as $annot) {
› if ($annot instanceof $annotationName) {
arguments : {
$class : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:287 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getGlobals(ReflectionClass $class) …
› if (!$annot && $this->reader) {
› $annot = $this->reader->getClassAnnotation($class, $this->routeAnnotationClass);
› }
arguments : {
$class : ReflectionClass {#916 …}
$annotationName : "Symfony\Component\Routing\Annotation\Route "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:122 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
›
› $globals = $this->getGlobals($class);
›
arguments : {
$class : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:01.472
warning
Failed to save key "App%5CController%5CMpesa%5CMpesaController%23getMpesaAuthentication " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\I\W\+9Cd5-9Xwx1NVNdRC5dA): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CController%5CMpesa%5CMpesaController%23getMpesaAuthentication "
"exception " => ErrorException {#479
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\I\W\+9Cd5-9Xwx1NVNdRC5dA): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:01.822
warning
Failed to save key "App%5CController%5CMpesa%5CMpesaController%23importMpesaTransactions " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\R\S\-mcF36rPDj-EJd-pxqzQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CController%5CMpesa%5CMpesaController%23importMpesaTransactions "
"exception " => ErrorException {#459
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\R\S\-mcF36rPDj-EJd-pxqzQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:02.130
warning
Failed to save key "App%5CController%5CPayment%5CPaymentController%23mpesaPaymentAck " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\5\Y\3LIJyixTRJVVKpW0f20g): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CController%5CPayment%5CPaymentController%23mpesaPaymentAck "
"exception " => ErrorException {#654
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\5\Y\3LIJyixTRJVVKpW0f20g): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:02.707
warning
Failed to save key "App%5CController%5CSms%5CSmsController%23sendMessage " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\H\V\BYZ5voVUw8k8AwqlQmWQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CController%5CSms%5CSmsController%23sendMessage "
"exception " => ErrorException {#677
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\H\V\BYZ5voVUw8k8AwqlQmWQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:03.103
warning
Failed to save key "App%5CMobile%5CBranchesController%23__construct " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\2\J\x3xYwfleUmPbodfwvEmA): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CMobile%5CBranchesController%23__construct "
"exception " => ErrorException {#689
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\2\J\x3xYwfleUmPbodfwvEmA): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:03.208
warning
Failed to save key "App%5CMobile%5CBranchesController%23getBranches " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\C\0\fuSZfVxAkk7HBIBFkKbw): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CMobile%5CBranchesController%23getBranches "
"exception " => ErrorException {#481
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\C\0\fuSZfVxAkk7HBIBFkKbw): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:03.481
warning
Failed to save key "App%5CMobile%5CNewPatientController%23newPatient " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\+\E\KxKHlGcbMUWfBqsJRlyQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CMobile%5CNewPatientController%23newPatient "
"exception " => ErrorException {#649
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\+\E\KxKHlGcbMUWfBqsJRlyQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:04.216
warning
Failed to save key "[C]App%5CMobile%5CSmsController%23getAniversallySms " of type int: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\E\P\hdw5jQhKvwacgeK04FWg): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "[C]App%5CMobile%5CSmsController%23getAniversallySms "
"exception " => ErrorException {#743
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\E\P\hdw5jQhKvwacgeK04FWg): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:04.253
warning
Failed to save key "App%5CMobile%5CSmsController%23getAniversallySms " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\U\H\xBzIej7NepsCkkO5bdbQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CMobile%5CSmsController%23getAniversallySms "
"exception " => ErrorException {#745
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\U\H\xBzIej7NepsCkkO5bdbQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:04.276
warning
Failed to save key "[C]App%5CMobile%5CSmsController%23getSmsSms " of type int: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\1\Q\o4a8iu2Z6DmVmhSGn9bQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "[C]App%5CMobile%5CSmsController%23getSmsSms "
"exception " => ErrorException {#754
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\1\Q\o4a8iu2Z6DmVmhSGn9bQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:04.447
warning
Failed to save key "App%5CMobile%5CSmsController%23getSmsSms " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\T\M\Jy2aJdaL3bG5gmorz3sA): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CMobile%5CSmsController%23getSmsSms "
"exception " => ErrorException {#756
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\T\M\Jy2aJdaL3bG5gmorz3sA): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:04.872
warning
Failed to save key "App%5CMobile%5CUsersController%23systemUsers " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\E\Y\DDgmNmkr9Up6lQJETDcg): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CMobile%5CUsersController%23systemUsers "
"exception " => ErrorException {#788
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\E\Y\DDgmNmkr9Up6lQJETDcg): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:05.326
warning
Failed to save key "App%5CWeb%5CCampaignController " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\T\X\nvziUcEZc0DBBoBkjS2g): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CWeb%5CCampaignController "
"exception " => ErrorException {#538
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\T\X\nvziUcEZc0DBBoBkjS2g): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:57 {
Doctrine\Common\Annotations \ PsrCachedReader->getClassAnnotations(ReflectionClass $class) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getClassAnnotations', $class);
›
arguments : {
$cacheKey : "App%5CWeb%5CSystemUsersController "
$class : ReflectionClass {#916 …}
$method : "getClassAnnotations "
$reflector : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:67 {
Doctrine\Common\Annotations \ PsrCachedReader->getClassAnnotation(ReflectionClass $class, $annotationName) …
› {
› foreach ($this->getClassAnnotations($class) as $annot) {
› if ($annot instanceof $annotationName) {
arguments : {
$class : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:287 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getGlobals(ReflectionClass $class) …
› if (!$annot && $this->reader) {
› $annot = $this->reader->getClassAnnotation($class, $this->routeAnnotationClass);
› }
arguments : {
$class : ReflectionClass {#916 …}
$annotationName : "Symfony\Component\Routing\Annotation\Route "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:122 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
›
› $globals = $this->getGlobals($class);
›
arguments : {
$class : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:57 {
Doctrine\Common\Annotations \ PsrCachedReader->getClassAnnotations(ReflectionClass $class) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getClassAnnotations', $class);
›
arguments : {
$cacheKey : "App%5CWeb%5CSystemUsersController "
$class : ReflectionClass {#916 …}
$method : "getClassAnnotations "
$reflector : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:67 {
Doctrine\Common\Annotations \ PsrCachedReader->getClassAnnotation(ReflectionClass $class, $annotationName) …
› {
› foreach ($this->getClassAnnotations($class) as $annot) {
› if ($annot instanceof $annotationName) {
arguments : {
$class : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:287 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getGlobals(ReflectionClass $class) …
› if (!$annot && $this->reader) {
› $annot = $this->reader->getClassAnnotation($class, $this->routeAnnotationClass);
› }
arguments : {
$class : ReflectionClass {#916 …}
$annotationName : "Symfony\Component\Routing\Annotation\Route "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:122 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
›
› $globals = $this->getGlobals($class);
›
arguments : {
$class : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:05.474
warning
Failed to save key "App%5CWeb%5CCampaignController%23newCampaign " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\A\F\quo7QkyjJMgz-Nu+qAWA): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CWeb%5CCampaignController%23newCampaign "
"exception " => ErrorException {#639
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\A\F\quo7QkyjJMgz-Nu+qAWA): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:05.619
warning
Failed to save key "[C]App%5CWeb%5CCampaignController%23setupCampaignDeleteImage " of type int: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\G\V\oZoRY+s-MO2Lax3IJo3A): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "[C]App%5CWeb%5CCampaignController%23setupCampaignDeleteImage "
"exception " => ErrorException {#647
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\G\V\oZoRY+s-MO2Lax3IJo3A): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:05.633
warning
Failed to save key "App%5CWeb%5CCampaignController%23setupCampaignDeleteImage " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\E\A\631kd6JYGsWxYAIS4JNw): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CWeb%5CCampaignController%23setupCampaignDeleteImage "
"exception " => ErrorException {#833
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\E\A\631kd6JYGsWxYAIS4JNw): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:06.048
warning
Failed to save key "App%5CWeb%5CCampaignController%23setupBranchCampaignSMS " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\Q\M\bacLuTlA0mS+uiBjGA9A): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CWeb%5CCampaignController%23setupBranchCampaignSMS "
"exception " => ErrorException {#858
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\Q\M\bacLuTlA0mS+uiBjGA9A): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:06.412
warning
Failed to save key "App%5CWeb%5CCampaignController%23getContacts " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\M\8\H12bkzVQkqk6fo7fnAcQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CWeb%5CCampaignController%23getContacts "
"exception " => ErrorException {#786
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\M\8\H12bkzVQkqk6fo7fnAcQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:06.607
warning
Failed to save key "App%5CWeb%5CCampaignController%23sendSampleSms " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\V\J\vM8Rb2D-ppmOZB0F8wIw): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CWeb%5CCampaignController%23sendSampleSms "
"exception " => ErrorException {#881
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\V\J\vM8Rb2D-ppmOZB0F8wIw): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:06.717
warning
Failed to save key "App%5CWeb%5CCampaignController%23sendToLocal " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\D\C\adHXIc4LX5qKIlq9FOAw): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CWeb%5CCampaignController%23sendToLocal "
"exception " => ErrorException {#893
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\D\C\adHXIc4LX5qKIlq9FOAw): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:07.017
warning
Failed to save key "App%5CWeb%5CCampaignController%23startSendingWhatsappMessages " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\W\+\VAcJt8S4Dg4g2jhkPT3g): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CWeb%5CCampaignController%23startSendingWhatsappMessages "
"exception " => ErrorException {#900
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\W\+\VAcJt8S4Dg4g2jhkPT3g): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:08.215
warning
Failed to save key "[C]App%5CWeb%5CMarketingController%23marketingPatientsHomeAction " of type int: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\R\E\dMg0PdbkV6iNSCm0DGyg): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "[C]App%5CWeb%5CMarketingController%23marketingPatientsHomeAction "
"exception " => ErrorException {#936
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\R\E\dMg0PdbkV6iNSCm0DGyg): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:08.671
warning
Failed to save key "[C]App%5CWeb%5CMpesaHomeController%23__construct " of type int: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\Y\J\Ssw7ZzdItL2Vgre9ijeQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "[C]App%5CWeb%5CMpesaHomeController%23__construct "
"exception " => ErrorException {#958
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\Y\J\Ssw7ZzdItL2Vgre9ijeQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:08.783
warning
Failed to save key "App%5CWeb%5CMpesaHomeController%23__construct " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\F\7\9BMLefd4TX8XxoJ+oi3g): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CWeb%5CMpesaHomeController%23__construct "
"exception " => ErrorException {#960
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\F\7\9BMLefd4TX8XxoJ+oi3g): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:09.019
warning
Failed to save key "App%5CWeb%5CMpesaHomeController%23mpesaTestingAction " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\W\Q\r8nOwFOtea+TNUYs7w3Q): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CWeb%5CMpesaHomeController%23mpesaTestingAction "
"exception " => ErrorException {#974
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\W\Q\r8nOwFOtea+TNUYs7w3Q): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:09.330
warning
Failed to save key "App%5CWeb%5CMpesaHomeController%23getMpesaTransaction " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\+\U\In878QMMVYY5KMBH7CcA): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CWeb%5CMpesaHomeController%23getMpesaTransaction "
"exception " => ErrorException {#850
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\+\U\In878QMMVYY5KMBH7CcA): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:09.497
warning
Failed to save key "[C]App%5CWeb%5CMpesaHomeController%23mpesaManualNewActionk " of type int: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\6\6\jRFfuqE-E+XYb7cSICrA): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "[C]App%5CWeb%5CMpesaHomeController%23mpesaManualNewActionk "
"exception " => ErrorException {#1001
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\6\6\jRFfuqE-E+XYb7cSICrA): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:10.085
warning
Failed to save key "App%5CWeb%5CMpesaHomeController%23getMpesaAuthentication " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\0\H\PZIniVD0ELPVmghabhxQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CWeb%5CMpesaHomeController%23getMpesaAuthentication "
"exception " => ErrorException {#1005
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\0\H\PZIniVD0ELPVmghabhxQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:10.438
warning
Failed to save key "[C]App%5CWeb%5CSmsMarketingController%23__construct " of type int: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\F\H\RyXT7zZIPBh-sMrPvLVw): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "[C]App%5CWeb%5CSmsMarketingController%23__construct "
"exception " => ErrorException {#1036
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\F\H\RyXT7zZIPBh-sMrPvLVw): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:10.657
warning
Failed to save key "[C]App%5CWeb%5CSmsMarketingController%23smsSendToQueue " of type int: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\G\H\P5kFsdVED8SB5kXM+FCA): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "[C]App%5CWeb%5CSmsMarketingController%23smsSendToQueue "
"exception " => ErrorException {#1048
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\G\H\P5kFsdVED8SB5kXM+FCA): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:10.706
warning
Failed to save key "App%5CWeb%5CSmsMarketingController%23smsSendToQueue " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\S\9\5o6EWFOcxWi7nrP0hJtg): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CWeb%5CSmsMarketingController%23smsSendToQueue "
"exception " => ErrorException {#1062
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\S\9\5o6EWFOcxWi7nrP0hJtg): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:10.754
warning
Failed to save key "App%5CWeb%5CSmsMarketingController%23createStartForm " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\C\O\CAuvUYs7+84r2H5nC-bA): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CWeb%5CSmsMarketingController%23createStartForm "
"exception " => ErrorException {#1069
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\C\O\CAuvUYs7+84r2H5nC-bA): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:10.917
warning
Failed to save key "App%5CWeb%5CSmsMarketingController%23smsCallback " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\E\0\bC9YUuxRGmrDsfy7+ioQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CWeb%5CSmsMarketingController%23smsCallback "
"exception " => ErrorException {#1076
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\E\0\bC9YUuxRGmrDsfy7+ioQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:11.060
warning
Failed to save key "App%5CWeb%5CSmsMarketingController%23sendMessages " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\W\U\J5FiMa8KA3MG9rlcqgzg): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CWeb%5CSmsMarketingController%23sendMessages "
"exception " => ErrorException {#1057
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\W\U\J5FiMa8KA3MG9rlcqgzg): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:11.170
warning
Failed to save key "[C]App%5CWeb%5CSmsMarketingController%23sendToLocal " of type int: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\B\+\qnkBInVGp2rVM0qMRiVg): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "[C]App%5CWeb%5CSmsMarketingController%23sendToLocal "
"exception " => ErrorException {#1086
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\B\+\qnkBInVGp2rVM0qMRiVg): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:11.884
warning
Failed to save key "[C]App%5CWeb%5CSystemUsersController " of type int: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\E\R\irDjttYutf37P+39al5A): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "[C]App%5CWeb%5CSystemUsersController "
"exception " => ErrorException {#1006
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\E\R\irDjttYutf37P+39al5A): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:57 {
Doctrine\Common\Annotations \ PsrCachedReader->getClassAnnotations(ReflectionClass $class) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getClassAnnotations', $class);
›
arguments : {
$cacheKey : "App%5CWeb%5CSystemUsersController "
$class : ReflectionClass {#916 …}
$method : "getClassAnnotations "
$reflector : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:67 {
Doctrine\Common\Annotations \ PsrCachedReader->getClassAnnotation(ReflectionClass $class, $annotationName) …
› {
› foreach ($this->getClassAnnotations($class) as $annot) {
› if ($annot instanceof $annotationName) {
arguments : {
$class : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:287 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getGlobals(ReflectionClass $class) …
› if (!$annot && $this->reader) {
› $annot = $this->reader->getClassAnnotation($class, $this->routeAnnotationClass);
› }
arguments : {
$class : ReflectionClass {#916 …}
$annotationName : "Symfony\Component\Routing\Annotation\Route "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:122 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
›
› $globals = $this->getGlobals($class);
›
arguments : {
$class : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:57 {
Doctrine\Common\Annotations \ PsrCachedReader->getClassAnnotations(ReflectionClass $class) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getClassAnnotations', $class);
›
arguments : {
$cacheKey : "App%5CWeb%5CSystemUsersController "
$class : ReflectionClass {#916 …}
$method : "getClassAnnotations "
$reflector : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:67 {
Doctrine\Common\Annotations \ PsrCachedReader->getClassAnnotation(ReflectionClass $class, $annotationName) …
› {
› foreach ($this->getClassAnnotations($class) as $annot) {
› if ($annot instanceof $annotationName) {
arguments : {
$class : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:287 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getGlobals(ReflectionClass $class) …
› if (!$annot && $this->reader) {
› $annot = $this->reader->getClassAnnotation($class, $this->routeAnnotationClass);
› }
arguments : {
$class : ReflectionClass {#916 …}
$annotationName : "Symfony\Component\Routing\Annotation\Route "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:122 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
›
› $globals = $this->getGlobals($class);
›
arguments : {
$class : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:11.934
warning
Failed to save key "App%5CWeb%5CSystemUsersController " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\N\K\gGfGYXUDUJumx7Jp2vcA): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CWeb%5CSystemUsersController "
"exception " => ErrorException {#951
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\N\K\gGfGYXUDUJumx7Jp2vcA): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:57 {
Doctrine\Common\Annotations \ PsrCachedReader->getClassAnnotations(ReflectionClass $class) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getClassAnnotations', $class);
›
arguments : {
$cacheKey : "App%5CWeb%5CSystemUsersController "
$class : ReflectionClass {#916 …}
$method : "getClassAnnotations "
$reflector : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:67 {
Doctrine\Common\Annotations \ PsrCachedReader->getClassAnnotation(ReflectionClass $class, $annotationName) …
› {
› foreach ($this->getClassAnnotations($class) as $annot) {
› if ($annot instanceof $annotationName) {
arguments : {
$class : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:287 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getGlobals(ReflectionClass $class) …
› if (!$annot && $this->reader) {
› $annot = $this->reader->getClassAnnotation($class, $this->routeAnnotationClass);
› }
arguments : {
$class : ReflectionClass {#916 …}
$annotationName : "Symfony\Component\Routing\Annotation\Route "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:122 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
›
› $globals = $this->getGlobals($class);
›
arguments : {
$class : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:57 {
Doctrine\Common\Annotations \ PsrCachedReader->getClassAnnotations(ReflectionClass $class) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getClassAnnotations', $class);
›
arguments : {
$cacheKey : "App%5CWeb%5CSystemUsersController "
$class : ReflectionClass {#916 …}
$method : "getClassAnnotations "
$reflector : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:67 {
Doctrine\Common\Annotations \ PsrCachedReader->getClassAnnotation(ReflectionClass $class, $annotationName) …
› {
› foreach ($this->getClassAnnotations($class) as $annot) {
› if ($annot instanceof $annotationName) {
arguments : {
$class : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:287 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getGlobals(ReflectionClass $class) …
› if (!$annot && $this->reader) {
› $annot = $this->reader->getClassAnnotation($class, $this->routeAnnotationClass);
› }
arguments : {
$class : ReflectionClass {#916 …}
$annotationName : "Symfony\Component\Routing\Annotation\Route "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:122 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
›
› $globals = $this->getGlobals($class);
›
arguments : {
$class : ReflectionClass {#916 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:12.136
warning
Failed to save key "[C]App%5CWeb%5CSystemUsersController%23systemUsersHomeAction " of type int: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\V\A\xkK91Ks3z7B+U2TanaVA): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "[C]App%5CWeb%5CSystemUsersController%23systemUsersHomeAction "
"exception " => ErrorException {#1122
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\V\A\xkK91Ks3z7B+U2TanaVA): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:12.361
warning
Failed to save key "App%5CWeb%5CSystemUsersController%23systemUsersHomeAction " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\J\O\H0QF0V8gRutheRSuyfHQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CWeb%5CSystemUsersController%23systemUsersHomeAction "
"exception " => ErrorException {#1129
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\J\O\H0QF0V8gRutheRSuyfHQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:67 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
›
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#916 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:13.378
warning
Failed to save key "Symfony%5CComponent%5CHttpKernel%5CKernel%23reboot " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\N\R\ppdB5MlDWZcVNYV6-2Tw): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "Symfony%5CComponent%5CHttpKernel%5CKernel%23reboot "
"exception " => ErrorException {#1170
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\N\R\ppdB5MlDWZcVNYV6-2Tw): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:13.823
warning
Failed to save key "[C]Symfony%5CComponent%5CHttpKernel%5CKernel%23getBundle " of type int: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\V\T\7L0EPNArl4sVbyxECaOQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "[C]Symfony%5CComponent%5CHttpKernel%5CKernel%23getBundle "
"exception " => ErrorException {#1188
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\V\T\7L0EPNArl4sVbyxECaOQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:14.057
warning
Failed to save key "[C]Symfony%5CComponent%5CHttpKernel%5CKernel%23locateResource " of type int: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\H\B\kU01JblJ3kaiUGoRA5NQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "[C]Symfony%5CComponent%5CHttpKernel%5CKernel%23locateResource "
"exception " => ErrorException {#1195
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\H\B\kU01JblJ3kaiUGoRA5NQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:14.221
warning
Failed to save key "Symfony%5CComponent%5CHttpKernel%5CKernel%23locateResource " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\2\A\LNISgNB3FQZAmF-HUIjw): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "Symfony%5CComponent%5CHttpKernel%5CKernel%23locateResource "
"exception " => ErrorException {#1197
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\2\A\LNISgNB3FQZAmF-HUIjw): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:14.977
warning
Failed to save key "Symfony%5CComponent%5CHttpKernel%5CKernel%23setAnnotatedClassCache " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\N\H\XJO6wUB2b-WLMvwkzZkw): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "Symfony%5CComponent%5CHttpKernel%5CKernel%23setAnnotatedClassCache "
"exception " => ErrorException {#1125
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\N\H\XJO6wUB2b-WLMvwkzZkw): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:15.096
warning
Failed to save key "[C]App%5CKernel%23getCacheDir " of type int: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\D\Q\hNA3Qix4TUxJVCWjy3Hg): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "[C]App%5CKernel%23getCacheDir "
"exception " => ErrorException {#1051
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\D\Q\hNA3Qix4TUxJVCWjy3Hg): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:15.324
warning
Failed to save key "App%5CKernel%23getCacheDir " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\Z\R\eVNJzlADTyyvfgCoC3uw): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CKernel%23getCacheDir "
"exception " => ErrorException {#1054
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\Z\R\eVNJzlADTyyvfgCoC3uw): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:15.413
warning
Failed to save key "[C]Symfony%5CComponent%5CHttpKernel%5CKernel%23getBuildDir " of type int: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\V\V\PRm9l1PIDKYxGRxI+rrQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "[C]Symfony%5CComponent%5CHttpKernel%5CKernel%23getBuildDir "
"exception " => ErrorException {#1215
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\V\V\PRm9l1PIDKYxGRxI+rrQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:16.025
warning
Failed to save key "[C]Symfony%5CComponent%5CHttpKernel%5CKernel%23getAnnotatedClassesToCompile " of type int: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\I\G\qWdiLZG8APLmWh830rSQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "[C]Symfony%5CComponent%5CHttpKernel%5CKernel%23getAnnotatedClassesToCompile "
"exception " => ErrorException {#1226
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\I\G\qWdiLZG8APLmWh830rSQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:16.445
warning
Failed to save key "[C]Symfony%5CComponent%5CHttpKernel%5CKernel%23getContainerClass " of type int: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\B\T\C4GQdb+TZGxVwwm11Vtw): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "[C]Symfony%5CComponent%5CHttpKernel%5CKernel%23getContainerClass "
"exception " => ErrorException {#1237
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\B\T\C4GQdb+TZGxVwwm11Vtw): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:16.582
warning
Failed to save key "Symfony%5CComponent%5CHttpKernel%5CKernel%23getContainerClass " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\B\R\KJPmu1EXldawgN745XOQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "Symfony%5CComponent%5CHttpKernel%5CKernel%23getContainerClass "
"exception " => ErrorException {#1249
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\B\R\KJPmu1EXldawgN745XOQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:16.852
warning
Failed to save key "[C]Symfony%5CComponent%5CHttpKernel%5CKernel%23initializeContainer " of type int: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\G\9\IYO6MFr-lWfZkRd-ENDA): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "[C]Symfony%5CComponent%5CHttpKernel%5CKernel%23initializeContainer "
"exception " => ErrorException {#1258
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\G\9\IYO6MFr-lWfZkRd-ENDA): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:17.042
warning
Failed to save key "Symfony%5CComponent%5CHttpKernel%5CKernel%23getKernelParameters " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\9\A\scTW-Kcp8l9u-bNArBYw): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "Symfony%5CComponent%5CHttpKernel%5CKernel%23getKernelParameters "
"exception " => ErrorException {#1245
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\9\A\scTW-Kcp8l9u-bNArBYw): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:17.138
warning
Failed to save key "Symfony%5CComponent%5CHttpKernel%5CKernel%23buildContainer " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\S\M\bcs-x9E-mYHPO7BbmDwQ): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "Symfony%5CComponent%5CHttpKernel%5CKernel%23buildContainer "
"exception " => ErrorException {#1264
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\S\M\bcs-x9E-mYHPO7BbmDwQ): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:18.469
warning
Failed to save key "App%5CKernel%23configureContainer " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\X\8\iSQz9GHfdmUEBqFzhoZg): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CKernel%23configureContainer "
"exception " => ErrorException {#1312
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\X\8\iSQz9GHfdmUEBqFzhoZg): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:18.702
warning
Failed to save key "[C]App%5CKernel%23getConfigDir " of type int: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\K\X\B2qDUbiN1ZsmegnJAvHg): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "[C]App%5CKernel%23getConfigDir "
"exception " => ErrorException {#1320
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\K\X\B2qDUbiN1ZsmegnJAvHg): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:179 {
Doctrine\Common\Annotations \ PsrCachedReader->refresh(string $cacheKey, ReflectionClass $class): bool …
›
› $this->cache->save($item->set(time()));
›
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1318 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:154 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
arguments : {
$cacheKey : "App%5CKernel%23getConfigDir "
$class : ReflectionClass {#1311 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:18.803
warning
Failed to save key "App%5CKernel%23getConfigDir " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\H\N\CwFXKLysE3LDjCXJY3Xg): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CKernel%23getConfigDir "
"exception " => ErrorException {#1323
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\H\N\CwFXKLysE3LDjCXJY3Xg): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:18.867
warning
Failed to save key "App%5CKernel%23getBundlesPath " of type array: rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw): Access is denied (code: 5)
cache
Show context
Show trace
[
"key " => "App%5CKernel%23getBundlesPath "
"exception " => ErrorException {#1330
#message : "rename(C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b,C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php "
#line : 117
#severity : E_WARNING
trace : {
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
"cache-adapter " => "Symfony\Component\Cache\Adapter\PhpFilesAdapter "
]
{
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError(int $type, string $message, string $file, int $line) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
}
Symfony\Component\Cache\Adapter \ PhpFilesAdapter::throwError() {}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\FilesystemCommonTrait.php:117 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->write(string $file, string $data, int $expiresAt = null) …
›
› $success = rename($this->tmp, $file);
› $unlink = !$success;
arguments : {
$from : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\836b4b92ea7b "
$to : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpFilesAdapter.php:257 {
Symfony\Component\Cache\Adapter \ PhpFilesAdapter->doSave(array $values, int $lifetime) …
› // Since OPcache only compiles files older than the script execution start, set the file's mtime in the past
› $ok = $this->write($file, "<?php //{$encodedKey}\n\n{$value}\n", self::$startTime - 10) && $ok;
›
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev\pools\system\p4ehSQfbFP\L\S\-fcj5aNdA9ADuJKOSkRw "
$data : """
<?php //App%255CKernel%2523getBundlesPath\n
\n
return [PHP_INT_MAX, []];\n
"""
$expiresAt : 1776289497
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\AbstractAdapter.php:167 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->commit() …
› try {
› $e = $this->doSave($values, $lifetime);
› } catch (\Exception $e) {
arguments : {
$values : [ …1]
$lifetime : 0
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Traits\AbstractAdapterTrait.php:276 {
Symfony\Component\Cache\Adapter \ AbstractAdapter->save(CacheItemInterface $item) …
›
› return $this->commit();
› }
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\TraceableAdapter.php:129 {
Symfony\Component\Cache\Adapter \ TraceableAdapter->save(CacheItemInterface $item) …
› try {
› return $event->result[$item->getKey()] = $this->pool->save($item);
› } finally {
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \symfony\cache\ Adapter\PhpArrayAdapter.php:242 {
Symfony\Component\Cache\Adapter \ PhpArrayAdapter->save(CacheItemInterface $item) …
›
› return !isset($this->keys[$item->getKey()]) && $this->pool->save($item);
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:155 {
Doctrine\Common\Annotations \ PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
› $this->cache->save($item->set($this->delegate->{$method}($reflector)));
› }
arguments : {
$item : Symfony\Component\Cache \ CacheItem {#1325 …}
}
}
C:\wamp64\www\neema\vendor \doctrine\annotations\ lib\Doctrine\Common\Annotations\PsrCachedReader.php:119 {
Doctrine\Common\Annotations \ PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
arguments : {
$cacheKey : "App%5CKernel%23getBundlesPath "
$class : ReflectionClass {#1322 …}
$method : "getMethodAnnotations "
$reflector : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:386 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->getAnnotations(object $reflection): iterable …
› ? $this->reader->getClassAnnotations($reflection)
› : $this->reader->getMethodAnnotations($reflection);
›
arguments : {
$method : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationClassLoader.php:133 {
Symfony\Component\Routing\Loader \ AnnotationClassLoader->load($class, string $type = null) …
› $this->defaultRouteIndex = 0;
› foreach ($this->getAnnotations($method) as $annot) {
› $this->addRoute($collection, $annot, $globals, $class, $method);
arguments : {
$reflection : ReflectionMethod {#1155 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationFileLoader.php:62 {
Symfony\Component\Routing\Loader \ AnnotationFileLoader->load($file, string $type = null) …
› $collection->addResource(new FileResource($path));
› $collection->addCollection($this->loader->load($class, $type));
› }
arguments : {
$class : ReflectionClass {#763 …}
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\AnnotationDirectoryLoader.php:38 {
Symfony\Component\Routing\Loader \ AnnotationDirectoryLoader->load($path, string $type = null) …
› if (!is_dir($dir = $this->locator->locate($path))) {
› return parent::supports($path, $type) ? parent::load($path, $type) : new RouteCollection();
› }
arguments : {
$file : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:98 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
›
› return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);
› }
arguments : {
$resource : "C:\wamp64\www\neema\config/routes\../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:220 {
Symfony\Component\Routing\Loader \ YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file) …
› /** @var RouteCollection[] $imported */
› $imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];
›
arguments : {
$resource : "../../src/Kernel.php "
$type : "annotation "
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\YamlFileLoader.php:108 {
Symfony\Component\Routing\Loader \ YamlFileLoader->load($file, string $type = null) …
› if (isset($config['resource'])) {
› $this->parseImport($collection, $config, $path, $file);
› } else {
arguments : {
$collection : Symfony\Component\Routing \ RouteCollection {#223 …}
$config : [ …2]
$path : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:159 {
Symfony\Component\Config\Loader \ FileLoader->doImport($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null) …
› try {
› $ret = $loader->load($resource, $type);
› } finally {
arguments : {
$file : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\FileLoader.php:87 {
Symfony\Component\Config\Loader \ FileLoader->import($resource, string $type = null, bool $ignoreErrors = false, string $sourceResource = null, $exclude = null) …
› foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {
› if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {
› $ret[] = $res;
arguments : {
$resource : "C:\wamp64\www\neema\config/routes/annotations.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\Configurator\RoutingConfigurator.php:45 {
Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator->import($resource, string $type = null, bool $ignoreErrors = false, $exclude = null): ImportConfigurator …
›
› $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];
› if (!\is_array($imported)) {
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
$type : null
$ignoreErrors : false
$sourceResource : "C:\wamp64\www\neema\src\Kernel.php "
$exclude : null
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:79 {
App \ Kernel->configureRoutes(RoutingConfigurator $routes): void …
› $routes->import($configDir.'/{routes}/'.$this->environment.'/*.yaml');
› $routes->import($configDir.'/{routes}/*.yaml');
›
arguments : {
$resource : "C:\wamp64\www\neema/config/{routes}/*.yaml "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Kernel\MicroKernelTrait.php:226 {
App \ Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
›
› $configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));
›
arguments : {
$routes : Symfony\Component\Routing\Loader\Configurator \ RoutingConfigurator {#215 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Loader\ObjectLoader.php:62 {
Symfony\Component\Routing\Loader \ ObjectLoader->load($resource, string $type = null) …
›
› $routeCollection = $loaderObject->$method($this, $this->env);
›
arguments : {
$loader : Symfony\Component\Routing\Loader \ ContainerLoader {#206 …}
... : {
"dev "
}
}
}
C:\wamp64\www\neema\vendor \symfony\config\ Loader\DelegatingLoader.php:40 {
Symfony\Component\Config\Loader \ DelegatingLoader->load($resource, string $type = null) …
›
› return $loader->load($resource, $type);
› }
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\DelegatingLoader.php:70 {
Symfony\Bundle\FrameworkBundle\Routing \ DelegatingLoader->load($resource, string $type = null): RouteCollection …
› try {
› $collection = parent::load($resource, $type);
› } finally {
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\framework-bundle\ Routing\Router.php:68 {
Symfony\Bundle\FrameworkBundle\Routing \ Router->getRouteCollection() …
› if (null === $this->collection) {
› $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);
› $this->resolveParameters($this->collection);
arguments : {
$resource : "kernel::loadRoutes "
$type : "service "
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:359 {
Symfony\Component\Routing \ Router->getMatcherDumperInstance() …
› {
› return new $this->options['matcher_dumper_class']($this->getRouteCollection());
› }
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:289 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
› function (ConfigCacheInterface $cache) {
› $dumper = $this->getMatcherDumperInstance();
› if (method_exists($dumper, 'addExpressionLanguageProvider')) {
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:19.939
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure " .
21:46:19.939
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest " .
21:46:19.939
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest " .
21:46:19.939
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale " .
21:46:19.939
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest " .
21:46:19.956
silenced
User Warning: Configure the "curl.cainfo ", "openssl.cafile " or "openssl.capath " php.ini setting to enable the CurlHttpClient
21:46:19.956
silenced
User Notice: Upgrade the curl extension or run "composer require amphp/http-client:^4.2.1 " to perform async HTTP operations, including full HTTP/2 support
21:46:20.231
critical
Uncaught PHP Exception Symfony\Component\Filesystem\Exception\IOException: "Cannot rename "C:\wamp64\www\neema\var\cache\dev\urlB9F4.tmp" to "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php": rename(C:\wamp64\www\neema\var\cache\dev\urlB9F4.tmp,C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php): Access is denied (code: 5) " at C:\wamp64\www\neema\vendor\symfony\filesystem\Filesystem.php line 305
request
Show context
Show trace
[
"exception " => Symfony\Component\Filesystem\Exception \ IOException {#1368
#message : "Cannot rename "C:\wamp64\www\neema\var\cache\dev\urlB9F4.tmp" to "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php": rename(C:\wamp64\www\neema\var\cache\dev\urlB9F4.tmp,C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php): Access is denied (code: 5) "
#code : 0
#file : "C:\wamp64\www\neema\vendor \symfony\filesystem\ Filesystem.php "
#line : 305
-path : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
trace : {
C:\wamp64\www\neema\vendor \symfony\filesystem\ Filesystem.php:305 {
Symfony\Component\Filesystem \ Filesystem->rename(string $origin, string $target, bool $overwrite = false) …
› }
› throw new IOException(sprintf('Cannot rename "%s" to "%s": ', $origin, $target).self::$lastError, 0, null, $target);
› }
}
C:\wamp64\www\neema\vendor \symfony\filesystem\ Filesystem.php:693 {
Symfony\Component\Filesystem \ Filesystem->dumpFile(string $filename, $content) …
›
› $this->rename($tmpFile, $filename, true);
› } finally {
arguments : {
$origin : "C:\wamp64\www\neema\var\cache\dev\urlB9F4.tmp "
$target : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$overwrite : true
}
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCache.php:123 {
Symfony\Component\Config \ ResourceCheckerConfigCache->write(string $content, array $metadata = null) …
› $filesystem = new Filesystem();
› $filesystem->dumpFile($this->file, $content);
› try {
arguments : {
$filename : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$content : """
<?php\n
\n
/**\n
* This file has been auto-generated\n
* by the Symfony Routing Component.\n
*/\n
\n
return [\n
false, // $matchHost\n
[ // $staticRoutes\n
'/' => [[['_route' => 'globalHomeRoute', '_controller' => 'App\\Controller\\HomeController::homeAction'], null, null, null, false, false, null]],\n
'/web/login' => [[['_route' => 'app_login', '_controller' => 'App\\Controller\\LoginController::login'], null, null, null, false, false, null]],\n
'/logout' => [[['_route' => 'app_logout', '_controller' => 'App\\Controller\\LoginController::logout'], null, null, null, false, false, null]],\n
'/web/update' => [[['_route' => 'app_login_update', '_controller' => 'App\\Controller\\LoginController::updateUser'], null, null, null, false, false, null]],\n
'/web/sign_up' => [[['_route' => 'web_signup', '_controller' => 'App\\Controller\\LoginController::webSignUp'], null, null, null, false, false, null]],\n
'/neema/payment_request/get_token' => [[['_route' => 'mpesaPaymentToken', '_controller' => 'App\\Controller\\Mpesa\\MpesaAPIController::tokenRequest'], null, ['GET' => 0], null, false, false, null]],\n
'/neema/online_callback' => [[['_route' => 'onlineCallback', '_controller' => 'App\\Controller\\Mpesa\\MpesaAPIController::onlineCallback'], null, ['POST' => 0], null, false, false, null]],\n
'/neema/payment_request' => [[['_route' => 'mpesaPaymentRequest', '_controller' => 'App\\Controller\\Mpesa\\MpesaAPIController::paymentRequest'], null, ['POST' => 0], null, false, false, null]],\n
'/callback' => [[['_route' => 'mpesaCallback', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::mpesaCallback'], null, ['POST' => 0], null, false, false, null]],\n
'/callback/verify' => [[['_route' => 'mpesaCallbackVerify', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::mpesaCallbackVerification'], null, ['POST' => 0], null, false, false, null]],\n
'/callback/verify/timeout' => [[['_route' => 'mpesaCallbackVerifyTimeout', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::mpesaCallbackVerificationTimeout'], null, ['POST' => 0], null, false, false, null]],\n
'/callback/validation' => [[['_route' => 'mpesaCallbackValidation', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::mpesaCallbackValidation'], null, ['POST' => 0], null, false, false, null]],\n
'/imports' => [[['_route' => 'app_admin_imports_k', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::importMpesaTransactions'], null, null, null, false, false, null]],\n
'/api/branches' => [\n
[['_route' => 'systemBranches', '_controller' => 'App\\Mobile\\BranchesController::branches'], null, ['POST' => 0], null, false, false, null],\n
[['_route' => 'getSystemBranches', '_controller' => 'App\\Mobile\\BranchesController::getBranches'], null, ['GET' => 0], null, false, false, null],\n
],\n
'/api/patients' => [[['_route' => 'newPatient', '_controller' => 'App\\Mobile\\NewPatientController::newPatient'], null, ['POST' => 0], null, false, false, null]],\n
'/api/sms' => [[['_route' => 'getAniversallySms', '_controller' => 'App\\Mobile\\SmsController::getAniversallySms'], null, ['POST' => 0], null, false, false, null]],\n
'/api/sms/status' => [[['_route' => 'getAniversallySmsStatus', '_controller' => 'App\\Mobile\\SmsController::getSmsSms'], null, ['PUT' => 0], null, false, false, null]],\n
'/api/sign_up' => [[['_route' => 'signUpUsers', '_controller' => 'App\\Mobile\\UsersController::systemUsers'], null, ['POST' => 0], null, false, false, null]],\n
'/web/sms/campaign' => [[['_route' => 'campaignRoute', '_controller' => 'App\\Web\\CampaignController::campaignsHome'], null, null, null, false, false, null]],\n
'/web/sms/campaign/new' => [[['_route' => 'newCampaignRoute', '_controller' => 'App\\Web\\CampaignController::newCampaign'], null, null, null, false, false, null]],\n
'/web/sms/campaign/json' => [[['_route' => 'campaignJsonRoute', '_controller' => 'App\\Web\\CampaignController::campaignsJson'], null, null, null, false, false, null]],\n
'/web/whatsapp/ack' => [[['_route' => 'whats_app_ack', '_controller' => 'App\\Web\\CampaignController::receiveWhatsappCallbackACK'], null, null, null, false, false, null]],\n
'/web' => [[['_route' => 'homeRoute', '_controller' => 'App\\Web\\HomeController::homeAction'], null, null, null, true, false, null]],\n
'/web/marketing' => [[['_route' => 'marketingHomeRoute', '_controller' => 'App\\Web\\MarketingController::marketingHomeAction'], null, null, null, false, false, null]],\n
'/web/marketing/patients' => [[['_route' => 'marketingPatientsHomeRoute', '_controller' => 'App\\Web\\MarketingController::marketingPatientsHomeAction'], null, null, null, false, false, null]],\n
'/web/marketing/users/json' => [[['_route' => 'marketingUsersJSONRoute', '_controller' => 'App\\Web\\MarketingController::marketingUsersJSON'], null, null, null, false, false, null]],\n
'/web/marketing/patients/json' => [[['_route' => 'marketingPatientJSONRoute', '_controller' => 'App\\Web\\MarketingController::marketingPatientsJSON'], null, null, null, false, false, null]],\n
'/web/mpesa' => [[['_route' => 'mpesaHomeRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaHomeAction'], null, null, null, false, false, null]],\n
'/web/mpesa/testing' => [[['_route' => 'mpesaHomeRoute0', '_controller' => 'App\\Web\\MpesaHomeController::mpesaTestingAction'], null, null, null, false, false, null]],\n
'/web/mpesa/manual' => [[['_route' => 'mpesaManualRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaManualAction'], null, null, null, false, false, null]],\n
'/web/mpesa/manual/new/transaction' => [[['_route' => 'mpesaManualNewTransactionRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaManualNewAction'], null, null, null, false, false, null]],\n
'/web/mpesa/manual/new' => [[['_route' => 'mpesaManualNewRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaManualNewActionk'], null, null, null, false, false, null]],\n
'/web/mpesa/json' => [[['_route' => 'mpesaJSONRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaTransactionsJSON'], null, null, null, false, false, null]],\n
'/web/mpesa/manual/json' => [[['_route' => 'mpesaManualJSONRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaManualTransactionsJSON'], null, null, null, false, false, null]],\n
'/web/sms' => [[['_route' => 'smsMarketing', '_controller' => 'App\\Web\\SmsMarketingController::smsHome'], null, null, null, false, false, null]],\n
'/web/sms/queue' => [[['_route' => 'smsMarketingQueue', '_controller' => 'App\\Web\\SmsMarketingController::smsSendToQueue'], null, null, null, false, false, null]],\n
'/web/sms/callback' => [[['_route' => 'smsMarketingCallback', '_controller' => 'App\\Web\\SmsMarketingController::smsCallback'], null, null, null, false, false, null]],\n
'/web/sms/register_callback' => [[['_route' => 'smsMarketingRegisterCallback', '_controller' => 'App\\Web\\SmsMarketingController::smsRegisterCallback'], null, null, null, false, false, null]],\n
'/web/sms/send_sample' => [[['_route' => 'smsMarketingSendSample', '_controller' => 'App\\Web\\SmsMarketingController::smsSendSample'], null, null, null, false, false, null]],\n
'/web/system_users' => [[['_route' => 'systemUsersHomeRoute', '_controller' => 'App\\Web\\SystemUsersController::systemUsersHomeAction'], null, null, null, false, false, null]],\n
'/web/system_user/new' => [[['_route' => 'systemUserNewRoute', '_controller' => 'App\\Web\\SystemUsersController::systemUserNewAction'], null, null, null, false, false, null]],\n
'/web/system_users/json' => [[['_route' => 'systemUsersJSONRoute', '_controller' => 'App\\Web\\SystemUsersController::systemUsersJSON'], null, null, null, false, false, null]],\n
'/_profiler' => [[['_route' => '_profiler_home', '_controller' => 'web_profiler.controller.profiler::homeAction'], null, null, null, true, false, null]],\n
'/_profiler/search' => [[['_route' => '_profiler_search', '_controller' => 'web_profiler.controller.profiler::searchAction'], null, null, null, false, false, null]],\n
'/_profiler/search_bar' => [[['_route' => '_profiler_search_bar', '_controller' => 'web_profiler.controller.profiler::searchBarAction'], null, null, null, false, false, null]],\n
'/_profiler/phpinfo' => [[['_route' => '_profiler_phpinfo', '_controller' => 'web_profiler.controller.profiler::phpinfoAction'], null, null, null, false, false, null]],\n
'/_profiler/open' => [[['_route' => '_profiler_open_file', '_controller' => 'web_profiler.controller.profiler::openAction'], null, null, null, false, false, null]],\n
],\n
[ // $regexpList\n
0 => '{^(?'\n
.'|/callback/register/([^/]++)(*:34)'\n
.'|/mpesa/mpesa_credentials/([^/]++)(*:74)'\n
.'|/payment/(?'\n
.'|([^/]++)(*:101)'\n
.'|ack/([^/]++)(*:121)'\n
.')'\n
.'|/api/(?'\n
.'|patients/(?'\n
.'|([^/]++)(*:158)'\n
.'|ack(*:169)'\n
.')'\n
.'|s(?'\n
.'|ystem_users/([^/]++)(*:202)'\n
.'|ign_up/([^/]++)(*:225)'\n
.')'\n
.')'\n
.'|/web/(?'\n
.'|s(?'\n
.'|ms/(?'\n
.'|campaign/se(?'\n
.'|tup/([^/]++)(?'\n
.'|/(?'\n
.'|delete_image(*:298)'\n
.'|branch/([^/]++)(?'\n
.'|(*:324)'\n
.'|/sms(*:336)'\n
.')'\n
.')'\n
.'|(*:346)'\n
.')'\n
.'|nd_update/([^/]++)(*:373)'\n
.')'\n
.'|branch_campaign/(?'\n
.'|([^/]++)(*:409)'\n
.'|test0(*:422)'\n
.')'\n
.')'\n
.'|ystem_user/([^/]++)(*:451)'\n
.')'\n
.'|whatsapp/start/([^/]++)/([^/]++)(*:492)'\n
.'|test/([^/]++)/([^/]++)(*:522)'\n
.'|mpesa/(?'\n
.'|update/([^/]++)(*:554)'\n
.'|manual/edit/([^/]++)(*:582)'\n
.')'\n
.')'\n
.'|/_(?'\n
.'|error/(\\d+)(?:\\.([^/]++))?(*:623)'\n
.'|wdt/([^/]++)(*:643)'\n
.'|profiler/([^/]++)(?'\n
.'|/(?'\n
.'|search/results(*:689)'\n
.'|router(*:703)'\n
.'|exception(?'\n
.'|(*:723)'\n
.'|\\.css(*:736)'\n
.')'\n
.')'\n
.'|(*:746)'\n
.')'\n
.')'\n
.')/?$}sDu',\n
],\n
[ // $dynamicRoutes\n
34 => [[['_route' => 'register_callback_urls', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::paymentUrlRegister'], ['shortCode'], null, null, false, true, null]],\n
74 => [[['_route' => 'renew_mpesa_authentication', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::getMpesaAuthentication'], ['shortCode'], null, null, false, true, null]],\n
101 => [[['_route' => 'mpesaPayment', '_controller' => 'App\\Controller\\Payment\\PaymentController::mpesaPaymentRequest'], ['phone'], ['POST' => 0, 'GET' => 1], null, false, true, null]],\n
121 => [[['_route' => 'mpesaPaymentAcknoledgement', '_controller' => 'App\\Controller\\Payment\\PaymentController::mpesaPaymentAck'], ['id'], ['POST' => 0, 'GET' => 1], null, false, true, null]],\n
158 => [[['_route' => 'allPatients', '_controller' => 'App\\Mobile\\PatientsController::getPatients'], ['branchCode'], ['GET' => 0], null, false, true, null]],\n
169 => [[['_route' => 'allPatientsAck', '_controller' => 'App\\Mobile\\PatientsController::getPatientsAck'], [], ['POST' => 0], null, false, false, null]],\n
202 => [[['_route' => 'systemUsers', '_controller' => 'App\\Mobile\\SystemUsersController::systemUsers'], ['branchCode'], ['POST' => 0], null, false, true, null]],\n
225 => [[['_route' => 'getUser', '_controller' => 'App\\Mobile\\UsersController::getUsers'], ['signUpCode'], ['GET' => 0], null, false, true, null]],\n
298 => [[['_route' => 'newSetupDeleteImageRoute', '_controller' => 'App\\Web\\CampaignController::setupCampaignDeleteImage'], ['id'], null, null, false, false, null]],\n
324 => [[['_route' => 'newSetupUpdataIsSelectedCampaignRoute', '_controller' => 'App\\Web\\CampaignController::setupBranchCampaign'], ['id', 'branchId'], null, null, false, true, null]],\n
336 => [[['_route' => 'newSetupUpdataSMSCampaignRoute', '_controller' => 'App\\Web\\CampaignController::setupBranchCampaignSMS'], ['id', 'branchId'], null, null, false, false, null]],\n
346 => [[['_route' => 'newSetupCampaignRoute', '_controller' => 'App\\Web\\CampaignController::setupCampaign'], ['id'], null, null, false, true, null]],\n
373 => [[['_route' => 'campaignUpdateRoute', '_controller' => 'App\\Web\\CampaignController::makeScreenUpdate'], ['id'], null, null, false, true, null]],\n
409 => [[['_route' => 'newSetupCampaignExportRoute', '_controller' => 'App\\Web\\CampaignController::getContacts'], ['id'], null, null, false, true, null]],\n
422 => [[['_route' => 'newSetupCampaignTestRoute', '_controller' => 'App\\Web\\CampaignController::sendSampleSms'], [], null, null, false, false, null]],\n
451 => [[['_route' => 'systemUserUpdateRoute', '_controller' => 'App\\Web\\SystemUsersController::systemUserUpdateAction'], ['id'], null, null, false, true, null]],\n
492 => [[['_route' => 'whats_app_start_campaign', '_controller' => 'App\\Web\\CampaignController::sendWhatsAppMessage'], ['campaignId', 'branchId'], null, null, false, true, null]],\n
522 => [[['_route' => 'test_paging', '_controller' => 'App\\Web\\HomeController::test'], ['campaignId', 'branchId'], null, null, false, true, null]],\n
554 => [[['_route' => 'mpesaUpdateDateRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaUpdateCreatedAtDate'], ['id'], null, null, false, true, null]],\n
582 => [[['_route' => 'mpesaManualEditRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaManualNewEditActionk'], ['id'], null, null, false, true, null]],\n
623 => [[['_route' => '_preview_error', '_controller' => 'error_controller::preview', '_format' => 'html'], ['code', '_format'], null, null, false, true, null]],\n
643 => [[['_route' => '_wdt', '_controller' => 'web_profiler.controller.profiler::toolbarAction'], ['token'], null, null, false, true, null]],\n
689 => [[['_route' => '_profiler_search_results', '_controller' => 'web_profiler.controller.profiler::searchResultsAction'], ['token'], null, null, false, false, null]],\n
703 => [[['_route' => '_profiler_router', '_controller' => 'web_profiler.controller.router::panelAction'], ['token'], null, null, false, false, null]],\n
723 => [[['_route' => '_profiler_exception', '_controller' => 'web_profiler.controller.exception_panel::body'], ['token'], null, null, false, false, null]],\n
736 => [[['_route' => '_profiler_exception_css', '_controller' => 'web_profiler.controller.exception_panel::stylesheet'], ['token'], null, null, false, false, null]],\n
746 => [\n
[['_route' => '_profiler', '_controller' => 'web_profiler.controller.profiler::panelAction'], ['token'], null, null, false, true, null],\n
[null, null, null, null, false, false, 0],\n
],\n
],\n
null, // $checkCondition\n
];\n
"""
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:296 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
›
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
arguments : {
$content : """
<?php\n
\n
/**\n
* This file has been auto-generated\n
* by the Symfony Routing Component.\n
*/\n
\n
return [\n
false, // $matchHost\n
[ // $staticRoutes\n
'/' => [[['_route' => 'globalHomeRoute', '_controller' => 'App\\Controller\\HomeController::homeAction'], null, null, null, false, false, null]],\n
'/web/login' => [[['_route' => 'app_login', '_controller' => 'App\\Controller\\LoginController::login'], null, null, null, false, false, null]],\n
'/logout' => [[['_route' => 'app_logout', '_controller' => 'App\\Controller\\LoginController::logout'], null, null, null, false, false, null]],\n
'/web/update' => [[['_route' => 'app_login_update', '_controller' => 'App\\Controller\\LoginController::updateUser'], null, null, null, false, false, null]],\n
'/web/sign_up' => [[['_route' => 'web_signup', '_controller' => 'App\\Controller\\LoginController::webSignUp'], null, null, null, false, false, null]],\n
'/neema/payment_request/get_token' => [[['_route' => 'mpesaPaymentToken', '_controller' => 'App\\Controller\\Mpesa\\MpesaAPIController::tokenRequest'], null, ['GET' => 0], null, false, false, null]],\n
'/neema/online_callback' => [[['_route' => 'onlineCallback', '_controller' => 'App\\Controller\\Mpesa\\MpesaAPIController::onlineCallback'], null, ['POST' => 0], null, false, false, null]],\n
'/neema/payment_request' => [[['_route' => 'mpesaPaymentRequest', '_controller' => 'App\\Controller\\Mpesa\\MpesaAPIController::paymentRequest'], null, ['POST' => 0], null, false, false, null]],\n
'/callback' => [[['_route' => 'mpesaCallback', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::mpesaCallback'], null, ['POST' => 0], null, false, false, null]],\n
'/callback/verify' => [[['_route' => 'mpesaCallbackVerify', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::mpesaCallbackVerification'], null, ['POST' => 0], null, false, false, null]],\n
'/callback/verify/timeout' => [[['_route' => 'mpesaCallbackVerifyTimeout', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::mpesaCallbackVerificationTimeout'], null, ['POST' => 0], null, false, false, null]],\n
'/callback/validation' => [[['_route' => 'mpesaCallbackValidation', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::mpesaCallbackValidation'], null, ['POST' => 0], null, false, false, null]],\n
'/imports' => [[['_route' => 'app_admin_imports_k', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::importMpesaTransactions'], null, null, null, false, false, null]],\n
'/api/branches' => [\n
[['_route' => 'systemBranches', '_controller' => 'App\\Mobile\\BranchesController::branches'], null, ['POST' => 0], null, false, false, null],\n
[['_route' => 'getSystemBranches', '_controller' => 'App\\Mobile\\BranchesController::getBranches'], null, ['GET' => 0], null, false, false, null],\n
],\n
'/api/patients' => [[['_route' => 'newPatient', '_controller' => 'App\\Mobile\\NewPatientController::newPatient'], null, ['POST' => 0], null, false, false, null]],\n
'/api/sms' => [[['_route' => 'getAniversallySms', '_controller' => 'App\\Mobile\\SmsController::getAniversallySms'], null, ['POST' => 0], null, false, false, null]],\n
'/api/sms/status' => [[['_route' => 'getAniversallySmsStatus', '_controller' => 'App\\Mobile\\SmsController::getSmsSms'], null, ['PUT' => 0], null, false, false, null]],\n
'/api/sign_up' => [[['_route' => 'signUpUsers', '_controller' => 'App\\Mobile\\UsersController::systemUsers'], null, ['POST' => 0], null, false, false, null]],\n
'/web/sms/campaign' => [[['_route' => 'campaignRoute', '_controller' => 'App\\Web\\CampaignController::campaignsHome'], null, null, null, false, false, null]],\n
'/web/sms/campaign/new' => [[['_route' => 'newCampaignRoute', '_controller' => 'App\\Web\\CampaignController::newCampaign'], null, null, null, false, false, null]],\n
'/web/sms/campaign/json' => [[['_route' => 'campaignJsonRoute', '_controller' => 'App\\Web\\CampaignController::campaignsJson'], null, null, null, false, false, null]],\n
'/web/whatsapp/ack' => [[['_route' => 'whats_app_ack', '_controller' => 'App\\Web\\CampaignController::receiveWhatsappCallbackACK'], null, null, null, false, false, null]],\n
'/web' => [[['_route' => 'homeRoute', '_controller' => 'App\\Web\\HomeController::homeAction'], null, null, null, true, false, null]],\n
'/web/marketing' => [[['_route' => 'marketingHomeRoute', '_controller' => 'App\\Web\\MarketingController::marketingHomeAction'], null, null, null, false, false, null]],\n
'/web/marketing/patients' => [[['_route' => 'marketingPatientsHomeRoute', '_controller' => 'App\\Web\\MarketingController::marketingPatientsHomeAction'], null, null, null, false, false, null]],\n
'/web/marketing/users/json' => [[['_route' => 'marketingUsersJSONRoute', '_controller' => 'App\\Web\\MarketingController::marketingUsersJSON'], null, null, null, false, false, null]],\n
'/web/marketing/patients/json' => [[['_route' => 'marketingPatientJSONRoute', '_controller' => 'App\\Web\\MarketingController::marketingPatientsJSON'], null, null, null, false, false, null]],\n
'/web/mpesa' => [[['_route' => 'mpesaHomeRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaHomeAction'], null, null, null, false, false, null]],\n
'/web/mpesa/testing' => [[['_route' => 'mpesaHomeRoute0', '_controller' => 'App\\Web\\MpesaHomeController::mpesaTestingAction'], null, null, null, false, false, null]],\n
'/web/mpesa/manual' => [[['_route' => 'mpesaManualRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaManualAction'], null, null, null, false, false, null]],\n
'/web/mpesa/manual/new/transaction' => [[['_route' => 'mpesaManualNewTransactionRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaManualNewAction'], null, null, null, false, false, null]],\n
'/web/mpesa/manual/new' => [[['_route' => 'mpesaManualNewRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaManualNewActionk'], null, null, null, false, false, null]],\n
'/web/mpesa/json' => [[['_route' => 'mpesaJSONRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaTransactionsJSON'], null, null, null, false, false, null]],\n
'/web/mpesa/manual/json' => [[['_route' => 'mpesaManualJSONRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaManualTransactionsJSON'], null, null, null, false, false, null]],\n
'/web/sms' => [[['_route' => 'smsMarketing', '_controller' => 'App\\Web\\SmsMarketingController::smsHome'], null, null, null, false, false, null]],\n
'/web/sms/queue' => [[['_route' => 'smsMarketingQueue', '_controller' => 'App\\Web\\SmsMarketingController::smsSendToQueue'], null, null, null, false, false, null]],\n
'/web/sms/callback' => [[['_route' => 'smsMarketingCallback', '_controller' => 'App\\Web\\SmsMarketingController::smsCallback'], null, null, null, false, false, null]],\n
'/web/sms/register_callback' => [[['_route' => 'smsMarketingRegisterCallback', '_controller' => 'App\\Web\\SmsMarketingController::smsRegisterCallback'], null, null, null, false, false, null]],\n
'/web/sms/send_sample' => [[['_route' => 'smsMarketingSendSample', '_controller' => 'App\\Web\\SmsMarketingController::smsSendSample'], null, null, null, false, false, null]],\n
'/web/system_users' => [[['_route' => 'systemUsersHomeRoute', '_controller' => 'App\\Web\\SystemUsersController::systemUsersHomeAction'], null, null, null, false, false, null]],\n
'/web/system_user/new' => [[['_route' => 'systemUserNewRoute', '_controller' => 'App\\Web\\SystemUsersController::systemUserNewAction'], null, null, null, false, false, null]],\n
'/web/system_users/json' => [[['_route' => 'systemUsersJSONRoute', '_controller' => 'App\\Web\\SystemUsersController::systemUsersJSON'], null, null, null, false, false, null]],\n
'/_profiler' => [[['_route' => '_profiler_home', '_controller' => 'web_profiler.controller.profiler::homeAction'], null, null, null, true, false, null]],\n
'/_profiler/search' => [[['_route' => '_profiler_search', '_controller' => 'web_profiler.controller.profiler::searchAction'], null, null, null, false, false, null]],\n
'/_profiler/search_bar' => [[['_route' => '_profiler_search_bar', '_controller' => 'web_profiler.controller.profiler::searchBarAction'], null, null, null, false, false, null]],\n
'/_profiler/phpinfo' => [[['_route' => '_profiler_phpinfo', '_controller' => 'web_profiler.controller.profiler::phpinfoAction'], null, null, null, false, false, null]],\n
'/_profiler/open' => [[['_route' => '_profiler_open_file', '_controller' => 'web_profiler.controller.profiler::openAction'], null, null, null, false, false, null]],\n
],\n
[ // $regexpList\n
0 => '{^(?'\n
.'|/callback/register/([^/]++)(*:34)'\n
.'|/mpesa/mpesa_credentials/([^/]++)(*:74)'\n
.'|/payment/(?'\n
.'|([^/]++)(*:101)'\n
.'|ack/([^/]++)(*:121)'\n
.')'\n
.'|/api/(?'\n
.'|patients/(?'\n
.'|([^/]++)(*:158)'\n
.'|ack(*:169)'\n
.')'\n
.'|s(?'\n
.'|ystem_users/([^/]++)(*:202)'\n
.'|ign_up/([^/]++)(*:225)'\n
.')'\n
.')'\n
.'|/web/(?'\n
.'|s(?'\n
.'|ms/(?'\n
.'|campaign/se(?'\n
.'|tup/([^/]++)(?'\n
.'|/(?'\n
.'|delete_image(*:298)'\n
.'|branch/([^/]++)(?'\n
.'|(*:324)'\n
.'|/sms(*:336)'\n
.')'\n
.')'\n
.'|(*:346)'\n
.')'\n
.'|nd_update/([^/]++)(*:373)'\n
.')'\n
.'|branch_campaign/(?'\n
.'|([^/]++)(*:409)'\n
.'|test0(*:422)'\n
.')'\n
.')'\n
.'|ystem_user/([^/]++)(*:451)'\n
.')'\n
.'|whatsapp/start/([^/]++)/([^/]++)(*:492)'\n
.'|test/([^/]++)/([^/]++)(*:522)'\n
.'|mpesa/(?'\n
.'|update/([^/]++)(*:554)'\n
.'|manual/edit/([^/]++)(*:582)'\n
.')'\n
.')'\n
.'|/_(?'\n
.'|error/(\\d+)(?:\\.([^/]++))?(*:623)'\n
.'|wdt/([^/]++)(*:643)'\n
.'|profiler/([^/]++)(?'\n
.'|/(?'\n
.'|search/results(*:689)'\n
.'|router(*:703)'\n
.'|exception(?'\n
.'|(*:723)'\n
.'|\\.css(*:736)'\n
.')'\n
.')'\n
.'|(*:746)'\n
.')'\n
.')'\n
.')/?$}sDu',\n
],\n
[ // $dynamicRoutes\n
34 => [[['_route' => 'register_callback_urls', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::paymentUrlRegister'], ['shortCode'], null, null, false, true, null]],\n
74 => [[['_route' => 'renew_mpesa_authentication', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::getMpesaAuthentication'], ['shortCode'], null, null, false, true, null]],\n
101 => [[['_route' => 'mpesaPayment', '_controller' => 'App\\Controller\\Payment\\PaymentController::mpesaPaymentRequest'], ['phone'], ['POST' => 0, 'GET' => 1], null, false, true, null]],\n
121 => [[['_route' => 'mpesaPaymentAcknoledgement', '_controller' => 'App\\Controller\\Payment\\PaymentController::mpesaPaymentAck'], ['id'], ['POST' => 0, 'GET' => 1], null, false, true, null]],\n
158 => [[['_route' => 'allPatients', '_controller' => 'App\\Mobile\\PatientsController::getPatients'], ['branchCode'], ['GET' => 0], null, false, true, null]],\n
169 => [[['_route' => 'allPatientsAck', '_controller' => 'App\\Mobile\\PatientsController::getPatientsAck'], [], ['POST' => 0], null, false, false, null]],\n
202 => [[['_route' => 'systemUsers', '_controller' => 'App\\Mobile\\SystemUsersController::systemUsers'], ['branchCode'], ['POST' => 0], null, false, true, null]],\n
225 => [[['_route' => 'getUser', '_controller' => 'App\\Mobile\\UsersController::getUsers'], ['signUpCode'], ['GET' => 0], null, false, true, null]],\n
298 => [[['_route' => 'newSetupDeleteImageRoute', '_controller' => 'App\\Web\\CampaignController::setupCampaignDeleteImage'], ['id'], null, null, false, false, null]],\n
324 => [[['_route' => 'newSetupUpdataIsSelectedCampaignRoute', '_controller' => 'App\\Web\\CampaignController::setupBranchCampaign'], ['id', 'branchId'], null, null, false, true, null]],\n
336 => [[['_route' => 'newSetupUpdataSMSCampaignRoute', '_controller' => 'App\\Web\\CampaignController::setupBranchCampaignSMS'], ['id', 'branchId'], null, null, false, false, null]],\n
346 => [[['_route' => 'newSetupCampaignRoute', '_controller' => 'App\\Web\\CampaignController::setupCampaign'], ['id'], null, null, false, true, null]],\n
373 => [[['_route' => 'campaignUpdateRoute', '_controller' => 'App\\Web\\CampaignController::makeScreenUpdate'], ['id'], null, null, false, true, null]],\n
409 => [[['_route' => 'newSetupCampaignExportRoute', '_controller' => 'App\\Web\\CampaignController::getContacts'], ['id'], null, null, false, true, null]],\n
422 => [[['_route' => 'newSetupCampaignTestRoute', '_controller' => 'App\\Web\\CampaignController::sendSampleSms'], [], null, null, false, false, null]],\n
451 => [[['_route' => 'systemUserUpdateRoute', '_controller' => 'App\\Web\\SystemUsersController::systemUserUpdateAction'], ['id'], null, null, false, true, null]],\n
492 => [[['_route' => 'whats_app_start_campaign', '_controller' => 'App\\Web\\CampaignController::sendWhatsAppMessage'], ['campaignId', 'branchId'], null, null, false, true, null]],\n
522 => [[['_route' => 'test_paging', '_controller' => 'App\\Web\\HomeController::test'], ['campaignId', 'branchId'], null, null, false, true, null]],\n
554 => [[['_route' => 'mpesaUpdateDateRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaUpdateCreatedAtDate'], ['id'], null, null, false, true, null]],\n
582 => [[['_route' => 'mpesaManualEditRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaManualNewEditActionk'], ['id'], null, null, false, true, null]],\n
623 => [[['_route' => '_preview_error', '_controller' => 'error_controller::preview', '_format' => 'html'], ['code', '_format'], null, null, false, true, null]],\n
643 => [[['_route' => '_wdt', '_controller' => 'web_profiler.controller.profiler::toolbarAction'], ['token'], null, null, false, true, null]],\n
689 => [[['_route' => '_profiler_search_results', '_controller' => 'web_profiler.controller.profiler::searchResultsAction'], ['token'], null, null, false, false, null]],\n
703 => [[['_route' => '_profiler_router', '_controller' => 'web_profiler.controller.router::panelAction'], ['token'], null, null, false, false, null]],\n
723 => [[['_route' => '_profiler_exception', '_controller' => 'web_profiler.controller.exception_panel::body'], ['token'], null, null, false, false, null]],\n
736 => [[['_route' => '_profiler_exception_css', '_controller' => 'web_profiler.controller.exception_panel::stylesheet'], ['token'], null, null, false, false, null]],\n
746 => [\n
[['_route' => '_profiler', '_controller' => 'web_profiler.controller.profiler::panelAction'], ['token'], null, null, false, true, null],\n
[null, null, null, null, false, false, 0],\n
],\n
],\n
null, // $checkCondition\n
];\n
"""
$metadata : [ …32]
}
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
}
]
{
C:\wamp64\www\neema\vendor \symfony\filesystem\ Filesystem.php:305 {
Symfony\Component\Filesystem \ Filesystem->rename(string $origin, string $target, bool $overwrite = false) …
› }
› throw new IOException(sprintf('Cannot rename "%s" to "%s": ', $origin, $target).self::$lastError, 0, null, $target);
› }
}
C:\wamp64\www\neema\vendor \symfony\filesystem\ Filesystem.php:693 {
Symfony\Component\Filesystem \ Filesystem->dumpFile(string $filename, $content) …
›
› $this->rename($tmpFile, $filename, true);
› } finally {
arguments : {
$origin : "C:\wamp64\www\neema\var\cache\dev\urlB9F4.tmp "
$target : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$overwrite : true
}
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCache.php:123 {
Symfony\Component\Config \ ResourceCheckerConfigCache->write(string $content, array $metadata = null) …
› $filesystem = new Filesystem();
› $filesystem->dumpFile($this->file, $content);
› try {
arguments : {
$filename : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$content : """
<?php\n
\n
/**\n
* This file has been auto-generated\n
* by the Symfony Routing Component.\n
*/\n
\n
return [\n
false, // $matchHost\n
[ // $staticRoutes\n
'/' => [[['_route' => 'globalHomeRoute', '_controller' => 'App\\Controller\\HomeController::homeAction'], null, null, null, false, false, null]],\n
'/web/login' => [[['_route' => 'app_login', '_controller' => 'App\\Controller\\LoginController::login'], null, null, null, false, false, null]],\n
'/logout' => [[['_route' => 'app_logout', '_controller' => 'App\\Controller\\LoginController::logout'], null, null, null, false, false, null]],\n
'/web/update' => [[['_route' => 'app_login_update', '_controller' => 'App\\Controller\\LoginController::updateUser'], null, null, null, false, false, null]],\n
'/web/sign_up' => [[['_route' => 'web_signup', '_controller' => 'App\\Controller\\LoginController::webSignUp'], null, null, null, false, false, null]],\n
'/neema/payment_request/get_token' => [[['_route' => 'mpesaPaymentToken', '_controller' => 'App\\Controller\\Mpesa\\MpesaAPIController::tokenRequest'], null, ['GET' => 0], null, false, false, null]],\n
'/neema/online_callback' => [[['_route' => 'onlineCallback', '_controller' => 'App\\Controller\\Mpesa\\MpesaAPIController::onlineCallback'], null, ['POST' => 0], null, false, false, null]],\n
'/neema/payment_request' => [[['_route' => 'mpesaPaymentRequest', '_controller' => 'App\\Controller\\Mpesa\\MpesaAPIController::paymentRequest'], null, ['POST' => 0], null, false, false, null]],\n
'/callback' => [[['_route' => 'mpesaCallback', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::mpesaCallback'], null, ['POST' => 0], null, false, false, null]],\n
'/callback/verify' => [[['_route' => 'mpesaCallbackVerify', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::mpesaCallbackVerification'], null, ['POST' => 0], null, false, false, null]],\n
'/callback/verify/timeout' => [[['_route' => 'mpesaCallbackVerifyTimeout', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::mpesaCallbackVerificationTimeout'], null, ['POST' => 0], null, false, false, null]],\n
'/callback/validation' => [[['_route' => 'mpesaCallbackValidation', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::mpesaCallbackValidation'], null, ['POST' => 0], null, false, false, null]],\n
'/imports' => [[['_route' => 'app_admin_imports_k', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::importMpesaTransactions'], null, null, null, false, false, null]],\n
'/api/branches' => [\n
[['_route' => 'systemBranches', '_controller' => 'App\\Mobile\\BranchesController::branches'], null, ['POST' => 0], null, false, false, null],\n
[['_route' => 'getSystemBranches', '_controller' => 'App\\Mobile\\BranchesController::getBranches'], null, ['GET' => 0], null, false, false, null],\n
],\n
'/api/patients' => [[['_route' => 'newPatient', '_controller' => 'App\\Mobile\\NewPatientController::newPatient'], null, ['POST' => 0], null, false, false, null]],\n
'/api/sms' => [[['_route' => 'getAniversallySms', '_controller' => 'App\\Mobile\\SmsController::getAniversallySms'], null, ['POST' => 0], null, false, false, null]],\n
'/api/sms/status' => [[['_route' => 'getAniversallySmsStatus', '_controller' => 'App\\Mobile\\SmsController::getSmsSms'], null, ['PUT' => 0], null, false, false, null]],\n
'/api/sign_up' => [[['_route' => 'signUpUsers', '_controller' => 'App\\Mobile\\UsersController::systemUsers'], null, ['POST' => 0], null, false, false, null]],\n
'/web/sms/campaign' => [[['_route' => 'campaignRoute', '_controller' => 'App\\Web\\CampaignController::campaignsHome'], null, null, null, false, false, null]],\n
'/web/sms/campaign/new' => [[['_route' => 'newCampaignRoute', '_controller' => 'App\\Web\\CampaignController::newCampaign'], null, null, null, false, false, null]],\n
'/web/sms/campaign/json' => [[['_route' => 'campaignJsonRoute', '_controller' => 'App\\Web\\CampaignController::campaignsJson'], null, null, null, false, false, null]],\n
'/web/whatsapp/ack' => [[['_route' => 'whats_app_ack', '_controller' => 'App\\Web\\CampaignController::receiveWhatsappCallbackACK'], null, null, null, false, false, null]],\n
'/web' => [[['_route' => 'homeRoute', '_controller' => 'App\\Web\\HomeController::homeAction'], null, null, null, true, false, null]],\n
'/web/marketing' => [[['_route' => 'marketingHomeRoute', '_controller' => 'App\\Web\\MarketingController::marketingHomeAction'], null, null, null, false, false, null]],\n
'/web/marketing/patients' => [[['_route' => 'marketingPatientsHomeRoute', '_controller' => 'App\\Web\\MarketingController::marketingPatientsHomeAction'], null, null, null, false, false, null]],\n
'/web/marketing/users/json' => [[['_route' => 'marketingUsersJSONRoute', '_controller' => 'App\\Web\\MarketingController::marketingUsersJSON'], null, null, null, false, false, null]],\n
'/web/marketing/patients/json' => [[['_route' => 'marketingPatientJSONRoute', '_controller' => 'App\\Web\\MarketingController::marketingPatientsJSON'], null, null, null, false, false, null]],\n
'/web/mpesa' => [[['_route' => 'mpesaHomeRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaHomeAction'], null, null, null, false, false, null]],\n
'/web/mpesa/testing' => [[['_route' => 'mpesaHomeRoute0', '_controller' => 'App\\Web\\MpesaHomeController::mpesaTestingAction'], null, null, null, false, false, null]],\n
'/web/mpesa/manual' => [[['_route' => 'mpesaManualRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaManualAction'], null, null, null, false, false, null]],\n
'/web/mpesa/manual/new/transaction' => [[['_route' => 'mpesaManualNewTransactionRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaManualNewAction'], null, null, null, false, false, null]],\n
'/web/mpesa/manual/new' => [[['_route' => 'mpesaManualNewRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaManualNewActionk'], null, null, null, false, false, null]],\n
'/web/mpesa/json' => [[['_route' => 'mpesaJSONRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaTransactionsJSON'], null, null, null, false, false, null]],\n
'/web/mpesa/manual/json' => [[['_route' => 'mpesaManualJSONRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaManualTransactionsJSON'], null, null, null, false, false, null]],\n
'/web/sms' => [[['_route' => 'smsMarketing', '_controller' => 'App\\Web\\SmsMarketingController::smsHome'], null, null, null, false, false, null]],\n
'/web/sms/queue' => [[['_route' => 'smsMarketingQueue', '_controller' => 'App\\Web\\SmsMarketingController::smsSendToQueue'], null, null, null, false, false, null]],\n
'/web/sms/callback' => [[['_route' => 'smsMarketingCallback', '_controller' => 'App\\Web\\SmsMarketingController::smsCallback'], null, null, null, false, false, null]],\n
'/web/sms/register_callback' => [[['_route' => 'smsMarketingRegisterCallback', '_controller' => 'App\\Web\\SmsMarketingController::smsRegisterCallback'], null, null, null, false, false, null]],\n
'/web/sms/send_sample' => [[['_route' => 'smsMarketingSendSample', '_controller' => 'App\\Web\\SmsMarketingController::smsSendSample'], null, null, null, false, false, null]],\n
'/web/system_users' => [[['_route' => 'systemUsersHomeRoute', '_controller' => 'App\\Web\\SystemUsersController::systemUsersHomeAction'], null, null, null, false, false, null]],\n
'/web/system_user/new' => [[['_route' => 'systemUserNewRoute', '_controller' => 'App\\Web\\SystemUsersController::systemUserNewAction'], null, null, null, false, false, null]],\n
'/web/system_users/json' => [[['_route' => 'systemUsersJSONRoute', '_controller' => 'App\\Web\\SystemUsersController::systemUsersJSON'], null, null, null, false, false, null]],\n
'/_profiler' => [[['_route' => '_profiler_home', '_controller' => 'web_profiler.controller.profiler::homeAction'], null, null, null, true, false, null]],\n
'/_profiler/search' => [[['_route' => '_profiler_search', '_controller' => 'web_profiler.controller.profiler::searchAction'], null, null, null, false, false, null]],\n
'/_profiler/search_bar' => [[['_route' => '_profiler_search_bar', '_controller' => 'web_profiler.controller.profiler::searchBarAction'], null, null, null, false, false, null]],\n
'/_profiler/phpinfo' => [[['_route' => '_profiler_phpinfo', '_controller' => 'web_profiler.controller.profiler::phpinfoAction'], null, null, null, false, false, null]],\n
'/_profiler/open' => [[['_route' => '_profiler_open_file', '_controller' => 'web_profiler.controller.profiler::openAction'], null, null, null, false, false, null]],\n
],\n
[ // $regexpList\n
0 => '{^(?'\n
.'|/callback/register/([^/]++)(*:34)'\n
.'|/mpesa/mpesa_credentials/([^/]++)(*:74)'\n
.'|/payment/(?'\n
.'|([^/]++)(*:101)'\n
.'|ack/([^/]++)(*:121)'\n
.')'\n
.'|/api/(?'\n
.'|patients/(?'\n
.'|([^/]++)(*:158)'\n
.'|ack(*:169)'\n
.')'\n
.'|s(?'\n
.'|ystem_users/([^/]++)(*:202)'\n
.'|ign_up/([^/]++)(*:225)'\n
.')'\n
.')'\n
.'|/web/(?'\n
.'|s(?'\n
.'|ms/(?'\n
.'|campaign/se(?'\n
.'|tup/([^/]++)(?'\n
.'|/(?'\n
.'|delete_image(*:298)'\n
.'|branch/([^/]++)(?'\n
.'|(*:324)'\n
.'|/sms(*:336)'\n
.')'\n
.')'\n
.'|(*:346)'\n
.')'\n
.'|nd_update/([^/]++)(*:373)'\n
.')'\n
.'|branch_campaign/(?'\n
.'|([^/]++)(*:409)'\n
.'|test0(*:422)'\n
.')'\n
.')'\n
.'|ystem_user/([^/]++)(*:451)'\n
.')'\n
.'|whatsapp/start/([^/]++)/([^/]++)(*:492)'\n
.'|test/([^/]++)/([^/]++)(*:522)'\n
.'|mpesa/(?'\n
.'|update/([^/]++)(*:554)'\n
.'|manual/edit/([^/]++)(*:582)'\n
.')'\n
.')'\n
.'|/_(?'\n
.'|error/(\\d+)(?:\\.([^/]++))?(*:623)'\n
.'|wdt/([^/]++)(*:643)'\n
.'|profiler/([^/]++)(?'\n
.'|/(?'\n
.'|search/results(*:689)'\n
.'|router(*:703)'\n
.'|exception(?'\n
.'|(*:723)'\n
.'|\\.css(*:736)'\n
.')'\n
.')'\n
.'|(*:746)'\n
.')'\n
.')'\n
.')/?$}sDu',\n
],\n
[ // $dynamicRoutes\n
34 => [[['_route' => 'register_callback_urls', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::paymentUrlRegister'], ['shortCode'], null, null, false, true, null]],\n
74 => [[['_route' => 'renew_mpesa_authentication', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::getMpesaAuthentication'], ['shortCode'], null, null, false, true, null]],\n
101 => [[['_route' => 'mpesaPayment', '_controller' => 'App\\Controller\\Payment\\PaymentController::mpesaPaymentRequest'], ['phone'], ['POST' => 0, 'GET' => 1], null, false, true, null]],\n
121 => [[['_route' => 'mpesaPaymentAcknoledgement', '_controller' => 'App\\Controller\\Payment\\PaymentController::mpesaPaymentAck'], ['id'], ['POST' => 0, 'GET' => 1], null, false, true, null]],\n
158 => [[['_route' => 'allPatients', '_controller' => 'App\\Mobile\\PatientsController::getPatients'], ['branchCode'], ['GET' => 0], null, false, true, null]],\n
169 => [[['_route' => 'allPatientsAck', '_controller' => 'App\\Mobile\\PatientsController::getPatientsAck'], [], ['POST' => 0], null, false, false, null]],\n
202 => [[['_route' => 'systemUsers', '_controller' => 'App\\Mobile\\SystemUsersController::systemUsers'], ['branchCode'], ['POST' => 0], null, false, true, null]],\n
225 => [[['_route' => 'getUser', '_controller' => 'App\\Mobile\\UsersController::getUsers'], ['signUpCode'], ['GET' => 0], null, false, true, null]],\n
298 => [[['_route' => 'newSetupDeleteImageRoute', '_controller' => 'App\\Web\\CampaignController::setupCampaignDeleteImage'], ['id'], null, null, false, false, null]],\n
324 => [[['_route' => 'newSetupUpdataIsSelectedCampaignRoute', '_controller' => 'App\\Web\\CampaignController::setupBranchCampaign'], ['id', 'branchId'], null, null, false, true, null]],\n
336 => [[['_route' => 'newSetupUpdataSMSCampaignRoute', '_controller' => 'App\\Web\\CampaignController::setupBranchCampaignSMS'], ['id', 'branchId'], null, null, false, false, null]],\n
346 => [[['_route' => 'newSetupCampaignRoute', '_controller' => 'App\\Web\\CampaignController::setupCampaign'], ['id'], null, null, false, true, null]],\n
373 => [[['_route' => 'campaignUpdateRoute', '_controller' => 'App\\Web\\CampaignController::makeScreenUpdate'], ['id'], null, null, false, true, null]],\n
409 => [[['_route' => 'newSetupCampaignExportRoute', '_controller' => 'App\\Web\\CampaignController::getContacts'], ['id'], null, null, false, true, null]],\n
422 => [[['_route' => 'newSetupCampaignTestRoute', '_controller' => 'App\\Web\\CampaignController::sendSampleSms'], [], null, null, false, false, null]],\n
451 => [[['_route' => 'systemUserUpdateRoute', '_controller' => 'App\\Web\\SystemUsersController::systemUserUpdateAction'], ['id'], null, null, false, true, null]],\n
492 => [[['_route' => 'whats_app_start_campaign', '_controller' => 'App\\Web\\CampaignController::sendWhatsAppMessage'], ['campaignId', 'branchId'], null, null, false, true, null]],\n
522 => [[['_route' => 'test_paging', '_controller' => 'App\\Web\\HomeController::test'], ['campaignId', 'branchId'], null, null, false, true, null]],\n
554 => [[['_route' => 'mpesaUpdateDateRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaUpdateCreatedAtDate'], ['id'], null, null, false, true, null]],\n
582 => [[['_route' => 'mpesaManualEditRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaManualNewEditActionk'], ['id'], null, null, false, true, null]],\n
623 => [[['_route' => '_preview_error', '_controller' => 'error_controller::preview', '_format' => 'html'], ['code', '_format'], null, null, false, true, null]],\n
643 => [[['_route' => '_wdt', '_controller' => 'web_profiler.controller.profiler::toolbarAction'], ['token'], null, null, false, true, null]],\n
689 => [[['_route' => '_profiler_search_results', '_controller' => 'web_profiler.controller.profiler::searchResultsAction'], ['token'], null, null, false, false, null]],\n
703 => [[['_route' => '_profiler_router', '_controller' => 'web_profiler.controller.router::panelAction'], ['token'], null, null, false, false, null]],\n
723 => [[['_route' => '_profiler_exception', '_controller' => 'web_profiler.controller.exception_panel::body'], ['token'], null, null, false, false, null]],\n
736 => [[['_route' => '_profiler_exception_css', '_controller' => 'web_profiler.controller.exception_panel::stylesheet'], ['token'], null, null, false, false, null]],\n
746 => [\n
[['_route' => '_profiler', '_controller' => 'web_profiler.controller.profiler::panelAction'], ['token'], null, null, false, true, null],\n
[null, null, null, null, false, false, 0],\n
],\n
],\n
null, // $checkCondition\n
];\n
"""
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:296 {
Symfony\Component\Routing\Router->Symfony\Component\Routing \ {closure} …
›
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
arguments : {
$content : """
<?php\n
\n
/**\n
* This file has been auto-generated\n
* by the Symfony Routing Component.\n
*/\n
\n
return [\n
false, // $matchHost\n
[ // $staticRoutes\n
'/' => [[['_route' => 'globalHomeRoute', '_controller' => 'App\\Controller\\HomeController::homeAction'], null, null, null, false, false, null]],\n
'/web/login' => [[['_route' => 'app_login', '_controller' => 'App\\Controller\\LoginController::login'], null, null, null, false, false, null]],\n
'/logout' => [[['_route' => 'app_logout', '_controller' => 'App\\Controller\\LoginController::logout'], null, null, null, false, false, null]],\n
'/web/update' => [[['_route' => 'app_login_update', '_controller' => 'App\\Controller\\LoginController::updateUser'], null, null, null, false, false, null]],\n
'/web/sign_up' => [[['_route' => 'web_signup', '_controller' => 'App\\Controller\\LoginController::webSignUp'], null, null, null, false, false, null]],\n
'/neema/payment_request/get_token' => [[['_route' => 'mpesaPaymentToken', '_controller' => 'App\\Controller\\Mpesa\\MpesaAPIController::tokenRequest'], null, ['GET' => 0], null, false, false, null]],\n
'/neema/online_callback' => [[['_route' => 'onlineCallback', '_controller' => 'App\\Controller\\Mpesa\\MpesaAPIController::onlineCallback'], null, ['POST' => 0], null, false, false, null]],\n
'/neema/payment_request' => [[['_route' => 'mpesaPaymentRequest', '_controller' => 'App\\Controller\\Mpesa\\MpesaAPIController::paymentRequest'], null, ['POST' => 0], null, false, false, null]],\n
'/callback' => [[['_route' => 'mpesaCallback', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::mpesaCallback'], null, ['POST' => 0], null, false, false, null]],\n
'/callback/verify' => [[['_route' => 'mpesaCallbackVerify', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::mpesaCallbackVerification'], null, ['POST' => 0], null, false, false, null]],\n
'/callback/verify/timeout' => [[['_route' => 'mpesaCallbackVerifyTimeout', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::mpesaCallbackVerificationTimeout'], null, ['POST' => 0], null, false, false, null]],\n
'/callback/validation' => [[['_route' => 'mpesaCallbackValidation', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::mpesaCallbackValidation'], null, ['POST' => 0], null, false, false, null]],\n
'/imports' => [[['_route' => 'app_admin_imports_k', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::importMpesaTransactions'], null, null, null, false, false, null]],\n
'/api/branches' => [\n
[['_route' => 'systemBranches', '_controller' => 'App\\Mobile\\BranchesController::branches'], null, ['POST' => 0], null, false, false, null],\n
[['_route' => 'getSystemBranches', '_controller' => 'App\\Mobile\\BranchesController::getBranches'], null, ['GET' => 0], null, false, false, null],\n
],\n
'/api/patients' => [[['_route' => 'newPatient', '_controller' => 'App\\Mobile\\NewPatientController::newPatient'], null, ['POST' => 0], null, false, false, null]],\n
'/api/sms' => [[['_route' => 'getAniversallySms', '_controller' => 'App\\Mobile\\SmsController::getAniversallySms'], null, ['POST' => 0], null, false, false, null]],\n
'/api/sms/status' => [[['_route' => 'getAniversallySmsStatus', '_controller' => 'App\\Mobile\\SmsController::getSmsSms'], null, ['PUT' => 0], null, false, false, null]],\n
'/api/sign_up' => [[['_route' => 'signUpUsers', '_controller' => 'App\\Mobile\\UsersController::systemUsers'], null, ['POST' => 0], null, false, false, null]],\n
'/web/sms/campaign' => [[['_route' => 'campaignRoute', '_controller' => 'App\\Web\\CampaignController::campaignsHome'], null, null, null, false, false, null]],\n
'/web/sms/campaign/new' => [[['_route' => 'newCampaignRoute', '_controller' => 'App\\Web\\CampaignController::newCampaign'], null, null, null, false, false, null]],\n
'/web/sms/campaign/json' => [[['_route' => 'campaignJsonRoute', '_controller' => 'App\\Web\\CampaignController::campaignsJson'], null, null, null, false, false, null]],\n
'/web/whatsapp/ack' => [[['_route' => 'whats_app_ack', '_controller' => 'App\\Web\\CampaignController::receiveWhatsappCallbackACK'], null, null, null, false, false, null]],\n
'/web' => [[['_route' => 'homeRoute', '_controller' => 'App\\Web\\HomeController::homeAction'], null, null, null, true, false, null]],\n
'/web/marketing' => [[['_route' => 'marketingHomeRoute', '_controller' => 'App\\Web\\MarketingController::marketingHomeAction'], null, null, null, false, false, null]],\n
'/web/marketing/patients' => [[['_route' => 'marketingPatientsHomeRoute', '_controller' => 'App\\Web\\MarketingController::marketingPatientsHomeAction'], null, null, null, false, false, null]],\n
'/web/marketing/users/json' => [[['_route' => 'marketingUsersJSONRoute', '_controller' => 'App\\Web\\MarketingController::marketingUsersJSON'], null, null, null, false, false, null]],\n
'/web/marketing/patients/json' => [[['_route' => 'marketingPatientJSONRoute', '_controller' => 'App\\Web\\MarketingController::marketingPatientsJSON'], null, null, null, false, false, null]],\n
'/web/mpesa' => [[['_route' => 'mpesaHomeRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaHomeAction'], null, null, null, false, false, null]],\n
'/web/mpesa/testing' => [[['_route' => 'mpesaHomeRoute0', '_controller' => 'App\\Web\\MpesaHomeController::mpesaTestingAction'], null, null, null, false, false, null]],\n
'/web/mpesa/manual' => [[['_route' => 'mpesaManualRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaManualAction'], null, null, null, false, false, null]],\n
'/web/mpesa/manual/new/transaction' => [[['_route' => 'mpesaManualNewTransactionRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaManualNewAction'], null, null, null, false, false, null]],\n
'/web/mpesa/manual/new' => [[['_route' => 'mpesaManualNewRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaManualNewActionk'], null, null, null, false, false, null]],\n
'/web/mpesa/json' => [[['_route' => 'mpesaJSONRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaTransactionsJSON'], null, null, null, false, false, null]],\n
'/web/mpesa/manual/json' => [[['_route' => 'mpesaManualJSONRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaManualTransactionsJSON'], null, null, null, false, false, null]],\n
'/web/sms' => [[['_route' => 'smsMarketing', '_controller' => 'App\\Web\\SmsMarketingController::smsHome'], null, null, null, false, false, null]],\n
'/web/sms/queue' => [[['_route' => 'smsMarketingQueue', '_controller' => 'App\\Web\\SmsMarketingController::smsSendToQueue'], null, null, null, false, false, null]],\n
'/web/sms/callback' => [[['_route' => 'smsMarketingCallback', '_controller' => 'App\\Web\\SmsMarketingController::smsCallback'], null, null, null, false, false, null]],\n
'/web/sms/register_callback' => [[['_route' => 'smsMarketingRegisterCallback', '_controller' => 'App\\Web\\SmsMarketingController::smsRegisterCallback'], null, null, null, false, false, null]],\n
'/web/sms/send_sample' => [[['_route' => 'smsMarketingSendSample', '_controller' => 'App\\Web\\SmsMarketingController::smsSendSample'], null, null, null, false, false, null]],\n
'/web/system_users' => [[['_route' => 'systemUsersHomeRoute', '_controller' => 'App\\Web\\SystemUsersController::systemUsersHomeAction'], null, null, null, false, false, null]],\n
'/web/system_user/new' => [[['_route' => 'systemUserNewRoute', '_controller' => 'App\\Web\\SystemUsersController::systemUserNewAction'], null, null, null, false, false, null]],\n
'/web/system_users/json' => [[['_route' => 'systemUsersJSONRoute', '_controller' => 'App\\Web\\SystemUsersController::systemUsersJSON'], null, null, null, false, false, null]],\n
'/_profiler' => [[['_route' => '_profiler_home', '_controller' => 'web_profiler.controller.profiler::homeAction'], null, null, null, true, false, null]],\n
'/_profiler/search' => [[['_route' => '_profiler_search', '_controller' => 'web_profiler.controller.profiler::searchAction'], null, null, null, false, false, null]],\n
'/_profiler/search_bar' => [[['_route' => '_profiler_search_bar', '_controller' => 'web_profiler.controller.profiler::searchBarAction'], null, null, null, false, false, null]],\n
'/_profiler/phpinfo' => [[['_route' => '_profiler_phpinfo', '_controller' => 'web_profiler.controller.profiler::phpinfoAction'], null, null, null, false, false, null]],\n
'/_profiler/open' => [[['_route' => '_profiler_open_file', '_controller' => 'web_profiler.controller.profiler::openAction'], null, null, null, false, false, null]],\n
],\n
[ // $regexpList\n
0 => '{^(?'\n
.'|/callback/register/([^/]++)(*:34)'\n
.'|/mpesa/mpesa_credentials/([^/]++)(*:74)'\n
.'|/payment/(?'\n
.'|([^/]++)(*:101)'\n
.'|ack/([^/]++)(*:121)'\n
.')'\n
.'|/api/(?'\n
.'|patients/(?'\n
.'|([^/]++)(*:158)'\n
.'|ack(*:169)'\n
.')'\n
.'|s(?'\n
.'|ystem_users/([^/]++)(*:202)'\n
.'|ign_up/([^/]++)(*:225)'\n
.')'\n
.')'\n
.'|/web/(?'\n
.'|s(?'\n
.'|ms/(?'\n
.'|campaign/se(?'\n
.'|tup/([^/]++)(?'\n
.'|/(?'\n
.'|delete_image(*:298)'\n
.'|branch/([^/]++)(?'\n
.'|(*:324)'\n
.'|/sms(*:336)'\n
.')'\n
.')'\n
.'|(*:346)'\n
.')'\n
.'|nd_update/([^/]++)(*:373)'\n
.')'\n
.'|branch_campaign/(?'\n
.'|([^/]++)(*:409)'\n
.'|test0(*:422)'\n
.')'\n
.')'\n
.'|ystem_user/([^/]++)(*:451)'\n
.')'\n
.'|whatsapp/start/([^/]++)/([^/]++)(*:492)'\n
.'|test/([^/]++)/([^/]++)(*:522)'\n
.'|mpesa/(?'\n
.'|update/([^/]++)(*:554)'\n
.'|manual/edit/([^/]++)(*:582)'\n
.')'\n
.')'\n
.'|/_(?'\n
.'|error/(\\d+)(?:\\.([^/]++))?(*:623)'\n
.'|wdt/([^/]++)(*:643)'\n
.'|profiler/([^/]++)(?'\n
.'|/(?'\n
.'|search/results(*:689)'\n
.'|router(*:703)'\n
.'|exception(?'\n
.'|(*:723)'\n
.'|\\.css(*:736)'\n
.')'\n
.')'\n
.'|(*:746)'\n
.')'\n
.')'\n
.')/?$}sDu',\n
],\n
[ // $dynamicRoutes\n
34 => [[['_route' => 'register_callback_urls', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::paymentUrlRegister'], ['shortCode'], null, null, false, true, null]],\n
74 => [[['_route' => 'renew_mpesa_authentication', '_controller' => 'App\\Controller\\Mpesa\\MpesaController::getMpesaAuthentication'], ['shortCode'], null, null, false, true, null]],\n
101 => [[['_route' => 'mpesaPayment', '_controller' => 'App\\Controller\\Payment\\PaymentController::mpesaPaymentRequest'], ['phone'], ['POST' => 0, 'GET' => 1], null, false, true, null]],\n
121 => [[['_route' => 'mpesaPaymentAcknoledgement', '_controller' => 'App\\Controller\\Payment\\PaymentController::mpesaPaymentAck'], ['id'], ['POST' => 0, 'GET' => 1], null, false, true, null]],\n
158 => [[['_route' => 'allPatients', '_controller' => 'App\\Mobile\\PatientsController::getPatients'], ['branchCode'], ['GET' => 0], null, false, true, null]],\n
169 => [[['_route' => 'allPatientsAck', '_controller' => 'App\\Mobile\\PatientsController::getPatientsAck'], [], ['POST' => 0], null, false, false, null]],\n
202 => [[['_route' => 'systemUsers', '_controller' => 'App\\Mobile\\SystemUsersController::systemUsers'], ['branchCode'], ['POST' => 0], null, false, true, null]],\n
225 => [[['_route' => 'getUser', '_controller' => 'App\\Mobile\\UsersController::getUsers'], ['signUpCode'], ['GET' => 0], null, false, true, null]],\n
298 => [[['_route' => 'newSetupDeleteImageRoute', '_controller' => 'App\\Web\\CampaignController::setupCampaignDeleteImage'], ['id'], null, null, false, false, null]],\n
324 => [[['_route' => 'newSetupUpdataIsSelectedCampaignRoute', '_controller' => 'App\\Web\\CampaignController::setupBranchCampaign'], ['id', 'branchId'], null, null, false, true, null]],\n
336 => [[['_route' => 'newSetupUpdataSMSCampaignRoute', '_controller' => 'App\\Web\\CampaignController::setupBranchCampaignSMS'], ['id', 'branchId'], null, null, false, false, null]],\n
346 => [[['_route' => 'newSetupCampaignRoute', '_controller' => 'App\\Web\\CampaignController::setupCampaign'], ['id'], null, null, false, true, null]],\n
373 => [[['_route' => 'campaignUpdateRoute', '_controller' => 'App\\Web\\CampaignController::makeScreenUpdate'], ['id'], null, null, false, true, null]],\n
409 => [[['_route' => 'newSetupCampaignExportRoute', '_controller' => 'App\\Web\\CampaignController::getContacts'], ['id'], null, null, false, true, null]],\n
422 => [[['_route' => 'newSetupCampaignTestRoute', '_controller' => 'App\\Web\\CampaignController::sendSampleSms'], [], null, null, false, false, null]],\n
451 => [[['_route' => 'systemUserUpdateRoute', '_controller' => 'App\\Web\\SystemUsersController::systemUserUpdateAction'], ['id'], null, null, false, true, null]],\n
492 => [[['_route' => 'whats_app_start_campaign', '_controller' => 'App\\Web\\CampaignController::sendWhatsAppMessage'], ['campaignId', 'branchId'], null, null, false, true, null]],\n
522 => [[['_route' => 'test_paging', '_controller' => 'App\\Web\\HomeController::test'], ['campaignId', 'branchId'], null, null, false, true, null]],\n
554 => [[['_route' => 'mpesaUpdateDateRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaUpdateCreatedAtDate'], ['id'], null, null, false, true, null]],\n
582 => [[['_route' => 'mpesaManualEditRoute', '_controller' => 'App\\Web\\MpesaHomeController::mpesaManualNewEditActionk'], ['id'], null, null, false, true, null]],\n
623 => [[['_route' => '_preview_error', '_controller' => 'error_controller::preview', '_format' => 'html'], ['code', '_format'], null, null, false, true, null]],\n
643 => [[['_route' => '_wdt', '_controller' => 'web_profiler.controller.profiler::toolbarAction'], ['token'], null, null, false, true, null]],\n
689 => [[['_route' => '_profiler_search_results', '_controller' => 'web_profiler.controller.profiler::searchResultsAction'], ['token'], null, null, false, false, null]],\n
703 => [[['_route' => '_profiler_router', '_controller' => 'web_profiler.controller.router::panelAction'], ['token'], null, null, false, false, null]],\n
723 => [[['_route' => '_profiler_exception', '_controller' => 'web_profiler.controller.exception_panel::body'], ['token'], null, null, false, false, null]],\n
736 => [[['_route' => '_profiler_exception_css', '_controller' => 'web_profiler.controller.exception_panel::stylesheet'], ['token'], null, null, false, false, null]],\n
746 => [\n
[['_route' => '_profiler', '_controller' => 'web_profiler.controller.profiler::panelAction'], ['token'], null, null, false, true, null],\n
[null, null, null, null, false, false, 0],\n
],\n
],\n
null, // $checkCondition\n
];\n
"""
$metadata : [ …32]
}
}
C:\wamp64\www\neema\vendor \symfony\config\ ResourceCheckerConfigCacheFactory.php:39 {
Symfony\Component\Config \ ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable) …
› if (!$cache->isFresh()) {
› $callable($cache);
› }
arguments : {
Symfony\Component\Config \ ResourceCheckerConfigCache {#179 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:297 {
Symfony\Component\Routing \ Router->getMatcher() …
› $cache->write($dumper->dump(), $this->getRouteCollection()->getResources());
› }
› );
arguments : {
$file : "C:\wamp64\www\neema\var\cache\dev/url_matching_routes.php "
$callable : Closure(ConfigCacheInterface $cache) {#178 …}
}
}
C:\wamp64\www\neema\vendor \symfony\routing\ Router.php:251 {
Symfony\Component\Routing \ Router->matchRequest(Request $request) …
› {
› $matcher = $this->getMatcher();
› if (!$matcher instanceof RequestMatcherInterface) {
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ EventListener\RouterListener.php:111 {
Symfony\Component\HttpKernel\EventListener \ RouterListener->onKernelRequest(RequestEvent $event) …
› if ($this->matcher instanceof RequestMatcherInterface) {
› $parameters = $this->matcher->matchRequest($request);
› } else {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#43 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
}
}
C:\wamp64\www\neema\vendor \symfony\event-dispatcher\ Debug\TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:139 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#116 …}
$eventName : "kernel.request "
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
}
}
C:\wamp64\www\neema\vendor \symfony\http-kernel\ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
$type : 1
$catch : true
}
}
C:\wamp64\www\neema\vendor \symfony\runtime\ Runner\Symfony\HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#2 …}
}
}
C:\wamp64\www\neema\vendor \autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
C:\wamp64\www\neema \ public\index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"C:\wamp64\www\neema\vendor\autoload_runtime.php "
}
}
}
21:46:20.232
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure " .
21:46:20.233
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest " .
21:46:20.233
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest " .
21:46:20.233
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale " .
21:46:20.233
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest " .
21:46:20.233
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest " .
21:46:20.233
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest " .
21:46:20.233
debug
Notified event "kernel.request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator " .
21:46:20.233
debug
Notified event "kernel.request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest " .
21:46:20.250
debug
Notified event "kernel.controller " to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController " .
21:46:20.250
debug
Notified event "kernel.controller " to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController " .
21:46:20.267
debug
Notified event "kernel.controller_arguments " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments " .
21:46:21.067
debug
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse " .
21:46:21.067
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse " .
21:46:21.067
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse " .
21:46:21.067
debug
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse " .
21:46:21.067
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse " .
21:46:21.067
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader " .
21:46:21.067
debug
Notified event "kernel.response " to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse " .
21:46:21.067
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse " .
21:46:21.068
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse " .
21:46:21.068
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse " .
21:46:21.068
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest " .
21:46:21.068
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest " .
21:46:21.068
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest " .
21:46:21.068
debug
Notified event "kernel.finish_request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest " .
21:46:21.068
debug
Notified event "kernel.finish_request " to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets " .
21:46:21.068
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest " .
21:46:21.069
debug
Notified event "kernel.exception " to listener "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException " .
21:46:21.069
debug
Notified event "kernel.exception " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException " .
21:46:21.069
debug
Notified event "kernel.exception " to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException " .
21:46:21.069
debug
Notified event "kernel.exception " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException " .
21:46:21.069
debug
Notified event "kernel.exception " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException " .
21:46:21.069
debug
Listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException " stopped propagation of the event "kernel.exception " .
21:46:23.040
silenced
Warning: rename(C:\wamp64\www\neema\var\cache\dev\twig\79\793C67A.tmp,C:\wamp64\www\neema\var\cache\dev/twig/79/79319134e3604f10b4f8724e8c1254f4.php): Access is denied (code: 5)
21:46:23.042
debug
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse " .
21:46:23.042
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse " .
21:46:23.042
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse " .
21:46:23.042
debug
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse " .
21:46:23.042
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse " .
21:46:23.042
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader " .
21:46:23.042
debug
Notified event "kernel.response " to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse " .