Skip to content

Commit 64e4413

Browse files
committed
Update stubs
1 parent 10f7668 commit 64e4413

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Php8StubsMap.php

+1
Original file line numberDiff line numberDiff line change
@@ -2683,6 +2683,7 @@ public function __construct(int $phpVersionId)
26832683
'zendteststringenum' => 'stubs/ext/zend_test/ZendTestStringEnum.php',
26842684
'zend_get_unit_enum' => 'stubs/ext/zend_test/zend_get_unit_enum.php',
26852685
'zend_test_parameter_with_attribute' => 'stubs/ext/zend_test/zend_test_parameter_with_attribute.php',
2686+
'zend_call_method' => 'stubs/ext/zend_test/zend_call_method.php',
26862687
'pcntl_rfork' => 'stubs/ext/pcntl/pcntl_rfork.php',
26872688
'sodium_crypto_core_ristretto255_add' => 'stubs/ext/sodium/sodium_crypto_core_ristretto255_add.php',
26882689
'sodium_crypto_core_ristretto255_from_hash' => 'stubs/ext/sodium/sodium_crypto_core_ristretto255_from_hash.php',
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
#[\Since('8.1')]
4+
function zend_call_method(string $class, string $method, mixed $arg1 = UNKNOWN, mixed $arg2 = UNKNOWN) : mixed
5+
{
6+
}

0 commit comments

Comments
 (0)