I hereby claim:
- I am jderusse on github.
- I am jderusse (https://keybase.io/jderusse) on keybase.
- I have a public key ASBN2fFf5AAiK4BjmcqiGYMjlDec0jJhIEEH4D78hmoVLQo
To claim this, I am signing this object:
| <?php | |
| namespace App\HttpClient; | |
| class CanceledException extends \RuntimeException | |
| { | |
| } |
| const evalCode = (code) => { | |
| const oldWrite = document.writeln; | |
| const sandbox = document.createElement('div'); | |
| document.body.appendChild(sandbox); | |
| document.writeln = (content) => { | |
| sandbox.innerHTML += content; | |
| }; | |
| try { | |
| (window.execScript || function(data) { |
I hereby claim:
To claim this, I am signing this object:
| <?php echo "Hello World"; |
| [user] | |
| name = Jérémy Derussé | |
| email = [email protected] | |
| [push] | |
| default = simple | |
| [alias] | |
| st = status | |
| ci = commit |
| <?php | |
| <<<CONFIG | |
| packages: | |
| - "nikic/php-parser" | |
| CONFIG; | |
| /** | |
| * Browse the current working directory to search called function. | |
| * Then render the list of functions grouped by extension name. | |
| * |
| <?php | |
| use Symfony\Component\HttpFoundation\Request; | |
| use Symfony\Component\Debug\Debug; | |
| use Symfony\Component\ClassLoader\ApcClassLoader; | |
| $env = getenv('SYMFONY_ENV') ?: 'prod'; | |
| $debug = getenv('SYMFONY_DEBUG') === '1'; | |
| $loader = require_once __DIR__.'/../app/bootstrap.php.cache'; |
| <?php | |
| <<<CONFIG | |
| packages: | |
| - "symfony/symfony-installer: *" | |
| CONFIG; | |
| if (PHP_VERSION_ID < 50400) { | |
| file_put_contents('php://stderr', sprintf( | |
| "Symfony Installer requires PHP 5.4 version or higher and your system has\n". |
| <?php | |
| <<<CONFIG | |
| packages: | |
| - "sensiolabs/security-checker: *" | |
| CONFIG; | |
| use Symfony\Component\Console\Application; | |
| use SensioLabs\Security\Command\SecurityCheckerCommand; | |
| use SensioLabs\Security\SecurityChecker; |