1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 20:51:19 +01:00
This commit is contained in:
Daniil Gentili 2023-11-19 19:23:02 +01:00
parent 1e08575cce
commit f1a4bed3cf

View File

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
$status = opcache_get_status();
var_dump($status);
@ -9,4 +9,4 @@ if (!$status["jit"]["on"]) {
}
echo "OK!".PHP_EOL;
die(0);
die(0);