Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
--TEST-- phpunit --filter DataProviderFilterTest#1-3 ../../_files/DataProviderFilterTest.p..
Decoded Output download
--TEST--
phpunit --filter DataProviderFilterTest#1-3 ../../_files/DataProviderFilterTest.php
--FILE--
<?php declare(strict_types=1);
$_SERVER['argv'][] = '--do-not-cache-result';
$_SERVER['argv'][] = '--no-configuration';
$_SERVER['argv'][] = '--filter';
$_SERVER['argv'][] = 'DataProviderFilterTest#1-3';
$_SERVER['argv'][] = __DIR__ . '/../../../_files/DataProviderFilterTest.php';
require_once __DIR__ . '/../../../bootstrap.php';
(new PHPUnit\TextUI\Application)->run($_SERVER['argv']);
--EXPECTF--
PHPUnit %s by Sebastian Bergmann and contributors.
Runtime: %s
... 3 / 3 (100%)
Time: %s, Memory: %s
OK (3 tests, 3 assertions)
?>
Did this file decode correctly?
Original Code
--TEST--
phpunit --filter DataProviderFilterTest#1-3 ../../_files/DataProviderFilterTest.php
--FILE--
<?php declare(strict_types=1);
$_SERVER['argv'][] = '--do-not-cache-result';
$_SERVER['argv'][] = '--no-configuration';
$_SERVER['argv'][] = '--filter';
$_SERVER['argv'][] = 'DataProviderFilterTest#1-3';
$_SERVER['argv'][] = __DIR__ . '/../../../_files/DataProviderFilterTest.php';
require_once __DIR__ . '/../../../bootstrap.php';
(new PHPUnit\TextUI\Application)->run($_SERVER['argv']);
--EXPECTF--
PHPUnit %s by Sebastian Bergmann and contributors.
Runtime: %s
... 3 / 3 (100%)
Time: %s, Memory: %s
OK (3 tests, 3 assertions)
Function Calls
None |
Stats
MD5 | aff191a3fad39ad2df412c0c260f3c69 |
Eval Count | 0 |
Decode Time | 85 ms |