File tree 3 files changed +15
-0
lines changed
3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -2691,6 +2691,8 @@ public function __construct(int $phpVersionId)
2691
2691
'sodium_crypto_stream_xchacha20 ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20.php ' ,
2692
2692
'sodium_crypto_stream_xchacha20_keygen ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_keygen.php ' ,
2693
2693
'sodium_crypto_stream_xchacha20_xor ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_xor.php ' ,
2694
+ 'dl_test_test1 ' => 'stubs/ext/dl_test/dl_test_test1.php ' ,
2695
+ 'dl_test_test2 ' => 'stubs/ext/dl_test/dl_test_test2.php ' ,
2694
2696
'pcntl_rfork ' => 'stubs/ext/pcntl/pcntl_rfork.php ' ,
2695
2697
'imagecreatefromavif ' => 'stubs/ext/gd/imagecreatefromavif.php ' ,
2696
2698
'imageavif ' => 'stubs/ext/gd/imageavif.php ' ,
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ /** @generate-class-entries */
4
+ #[\Since('8.1 ' )]
5
+ function dl_test_test1 () : void
6
+ {
7
+ }
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ #[\Since('8.1 ' )]
4
+ function dl_test_test2 (string $ str = "" ) : string
5
+ {
6
+ }
You can’t perform that action at this time.
0 commit comments