File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 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)
27012701 'sodium_crypto_stream_xchacha20_keygen ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_keygen.php ' ,
27022702 'sodium_crypto_stream_xchacha20_xor ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_xor.php ' ,
27032703 '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 ' ,
27042705 'zend_get_unit_enum ' => 'stubs/ext/zend_test/zend_get_unit_enum.php ' ,
27052706 'zend_test_parameter_with_attribute ' => 'stubs/ext/zend_test/zend_test_parameter_with_attribute.php ' ,
27062707 '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