Solutions to https://returntrue.win/
!0str_rot13!00𡃁new class{function __invoke(){return$this;}}best absolute (not from me) :($x=session_id)($x).$x(object)[!0]
| <?php | |
| namespace App\Entity; | |
| use Doctrine\ORM\Mapping as ORM; | |
| /** | |
| * @ORM\Entity(repositoryClass="App\Repository\ProductRepository") | |
| */ | |
| class Product |
| <?php | |
| declare(strict_types=1); | |
| use Behat\Behat\Context\Context; | |
| use Doctrine\Bundle\DoctrineBundle\Registry; | |
| use Fidry\AliceDataFixtures\LoaderInterface; | |
| class FixtureContext implements Context | |
| { |
| <?php | |
| declare(strict_types=1); | |
| use Behat\Behat\Context\Context; | |
| class FixtureContext implements Context | |
| { | |
| // Empty for now | |
| } |
| <?php | |
| declare(strict_types=1); | |
| use Behat\Behat\Context\Context; | |
| class FixtureContext implements Context | |
| { | |
| // Empty for now | |
| } |
| "array_slice" | |
| "assert" | |
| "boolval" | |
| "call_user_func" | |
| "call_user_func_array" | |
| "chr" | |
| "count" | |
| "defined" | |
| "doubleval" | |
| "floatval" |
!0str_rot13!00𡃁new class{function __invoke(){return$this;}} best absolute (not from me) : ($x=session_id)($x).$x(object)[!0]| #!/usr/bin/env bash | |
| ROOT=$(git rev-parse --show-toplevel) | |
| cd "$ROOT" | |
| git --git-dir "$ROOT"/.git --work-tree "$ROOT" status --porcelain | grep -e '^[AM]\(.*\).php$' | cut -c 3- | while read line; do | |
| bin/php-cs-fixer fix --dry-run --diff --no-ansi --verbose "$line" | |
| if [ $? -ne 0 ]; then | |
| exit 1 | |
| fi |