File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -2701,6 +2701,7 @@ public function __construct(int $phpVersionId)
2701
2701
'sodium_crypto_stream_xchacha20_keygen ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_keygen.php ' ,
2702
2702
'sodium_crypto_stream_xchacha20_xor ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_xor.php ' ,
2703
2703
'zend_call_method ' => 'stubs/ext/zend_test/zend_call_method.php ' ,
2704
+ 'zend_get_map_ptr_last ' => 'stubs/ext/zend_test/zend_get_map_ptr_last.php ' ,
2704
2705
'zend_get_unit_enum ' => 'stubs/ext/zend_test/zend_get_unit_enum.php ' ,
2705
2706
'zend_test_parameter_with_attribute ' => 'stubs/ext/zend_test/zend_test_parameter_with_attribute.php ' ,
2706
2707
'zendteststringenum ' => 'stubs/ext/zend_test/ZendTestStringEnum.php ' ,
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ #[\Since('8.1 ' )]
4
+ function zend_get_map_ptr_last () : int
5
+ {
6
+ }
You can’t perform that action at this time.
0 commit comments