Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php namespace Symfony\Component\DependencyInjection\Tests\Fixtures; use Symfony\Compon..
Decoded Output download
<?php
namespace Symfony\Component\DependencyInjection\Tests\Fixtures;
use Symfony\Component\DependencyInjection\Attribute\AutowireIterator;
final class TaggedIteratorConsumerWithDefaultPriorityMethod
{
public function __construct(
#[AutowireIterator('foo_bar', defaultPriorityMethod: 'getPriority')]
private iterable $param,
) {
}
public function getParam(): iterable
{
return $this->param;
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Symfony\Component\DependencyInjection\Tests\Fixtures;
use Symfony\Component\DependencyInjection\Attribute\AutowireIterator;
final class TaggedIteratorConsumerWithDefaultPriorityMethod
{
public function __construct(
#[AutowireIterator('foo_bar', defaultPriorityMethod: 'getPriority')]
private iterable $param,
) {
}
public function getParam(): iterable
{
return $this->param;
}
}
Function Calls
None |
Stats
MD5 | 5a2f3e156b56b58a96c1412af8d63148 |
Eval Count | 0 |
Decode Time | 91 ms |