diff options
| author | Remi Collet <remi@remirepo.net> | 2024-09-13 11:31:59 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2024-09-13 11:31:59 +0200 | 
| commit | 6ebefa0cbe885cd65bdf678c6e85d8b76db03e28 (patch) | |
| tree | 5dd147e7d6a77140d8845ca16b697220c0db3179 /xpass.stub.php | |
| parent | 6c4e58ba64e3e7fd203a5e38247c98de920da612 (diff) | |
refresh stub (using 8.4 and compat flag)
Diffstat (limited to 'xpass.stub.php')
| -rw-r--r-- | xpass.stub.php | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/xpass.stub.php b/xpass.stub.php index d8f43d1..4cb0d67 100644 --- a/xpass.stub.php +++ b/xpass.stub.php @@ -1,6 +1,9 @@  <?php -/** @generate-class-entries */ +/** + * @generate-class-entries + * @generate-legacy-arginfo 80000 + */  /* use XPASS prefix to avoid conflicts with standard constants */  | 
