haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
home
/
sc1jaqa5103
/
prod.puv-editions.fr
/
wp-content
/
plugins
/
query-monitor
/
data
/
Filename :
callsite.php
back
Copy
<?php declare(strict_types = 1); /** * This file is generated by the generate.mjs script. * Do not edit it manually. */ /** * Code location where an error or event occurred. * * @package query-monitor */ /** * @implements \ArrayAccess<string,mixed> */ class QM_Data_Callsite implements \ArrayAccess { use QM_ArrayAccess; /** * @var string */ public $file; /** * @var int */ public $line; }