arry key access
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
30caed523b
commit
164e339870
|
@ -27,7 +27,7 @@ $buttons = [
|
||||||
|
|
||||||
$str = $result = $_GET['str'] ?? '';
|
$str = $result = $_GET['str'] ?? '';
|
||||||
$action = $_GET['action'] ?? '';
|
$action = $_GET['action'] ?? '';
|
||||||
$plain = str_contains($_SERVER['HTTP_ACCEPT'], 'text/plain');
|
$plain = str_contains($_SERVER['HTTP_ACCEPT'] ?? '', 'text/plain');
|
||||||
$help = 'https://www.php.net/manual/';
|
$help = 'https://www.php.net/manual/';
|
||||||
$jsonEncodeOptions = JSON_PRETTY_PRINT | JSON_PRESERVE_ZERO_FRACTION | JSON_UNESCAPED_SLASHES;
|
$jsonEncodeOptions = JSON_PRETTY_PRINT | JSON_PRESERVE_ZERO_FRACTION | JSON_UNESCAPED_SLASHES;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue