@@ -2708,6 +2708,47 @@ public function __construct(int $phpVersionId)
2708
2708
));
2709
2709
}
2710
2710
2711
+ if ($ phpVersionId >= 80200 ) {
2712
+ $ classes = \array_merge ($ classes , array (
2713
+ 'random \\engine \\mt19937 ' => 'stubs/ext/random/Random/Engine/Mt19937.php ' ,
2714
+ 'random \\engine \\pcgoneseq128xslrr64 ' => 'stubs/ext/random/Random/Engine/PcgOneseq128XslRr64.php ' ,
2715
+ 'random \\engine \\xoshiro256starstar ' => 'stubs/ext/random/Random/Engine/Xoshiro256StarStar.php ' ,
2716
+ 'random \\engine \\secure ' => 'stubs/ext/random/Random/Engine/Secure.php ' ,
2717
+ 'random \\engine ' => 'stubs/ext/random/Random/Engine.php ' ,
2718
+ 'random \\cryptosafeengine ' => 'stubs/ext/random/Random/CryptoSafeEngine.php ' ,
2719
+ 'random \\randomizer ' => 'stubs/ext/random/Random/Randomizer.php ' ,
2720
+ 'zendtestforbiddynamiccall ' => 'stubs/ext/zend_test/ZendTestForbidDynamicCall.php ' ,
2721
+ 'allowdynamicproperties ' => 'stubs/Zend/AllowDynamicProperties.php ' ,
2722
+ 'sensitiveparameter ' => 'stubs/Zend/SensitiveParameter.php ' ,
2723
+ 'sensitiveparametervalue ' => 'stubs/Zend/SensitiveParameterValue.php ' ,
2724
+ ));
2725
+ $ functions = \array_merge ($ functions , array (
2726
+ 'sodium_crypto_stream_xchacha20_xor_ic ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_xor_ic.php ' ,
2727
+ 'lcg_value ' => 'stubs/ext/random/lcg_value.php ' ,
2728
+ 'mt_srand ' => 'stubs/ext/random/mt_srand.php ' ,
2729
+ 'srand ' => 'stubs/ext/random/srand.php ' ,
2730
+ 'rand ' => 'stubs/ext/random/rand.php ' ,
2731
+ 'mt_rand ' => 'stubs/ext/random/mt_rand.php ' ,
2732
+ 'mt_getrandmax ' => 'stubs/ext/random/mt_getrandmax.php ' ,
2733
+ 'getrandmax ' => 'stubs/ext/random/getrandmax.php ' ,
2734
+ 'random_bytes ' => 'stubs/ext/random/random_bytes.php ' ,
2735
+ 'random_int ' => 'stubs/ext/random/random_int.php ' ,
2736
+ 'curl_upkeep ' => 'stubs/ext/curl/curl_upkeep.php ' ,
2737
+ 'mysqli_execute_query ' => 'stubs/ext/mysqli/mysqli_execute_query.php ' ,
2738
+ 'oci_set_prefetch_lob ' => 'stubs/ext/oci8/oci_set_prefetch_lob.php ' ,
2739
+ 'odbc_connection_string_is_quoted ' => 'stubs/ext/odbc/odbc_connection_string_is_quoted.php ' ,
2740
+ 'odbc_connection_string_should_quote ' => 'stubs/ext/odbc/odbc_connection_string_should_quote.php ' ,
2741
+ 'odbc_connection_string_quote ' => 'stubs/ext/odbc/odbc_connection_string_quote.php ' ,
2742
+ 'ini_parse_quantity ' => 'stubs/ext/standard/ini_parse_quantity.php ' ,
2743
+ 'memory_reset_peak_usage ' => 'stubs/ext/standard/memory_reset_peak_usage.php ' ,
2744
+ 'pcntl_forkx ' => 'stubs/ext/pcntl/pcntl_forkx.php ' ,
2745
+ 'zendtestintenum ' => 'stubs/ext/zend_test/ZendTestIntEnum.php ' ,
2746
+ 'zend_test_compile_string ' => 'stubs/ext/zend_test/zend_test_compile_string.php ' ,
2747
+ 'zend_test_zend_ini_parse_quantity ' => 'stubs/ext/zend_test/zend_test_zend_ini_parse_quantity.php ' ,
2748
+ 'zend_test_zend_ini_parse_uquantity ' => 'stubs/ext/zend_test/zend_test_zend_ini_parse_uquantity.php ' ,
2749
+ ));
2750
+ }
2751
+
2711
2752
// UPDATE BELONGS HERE
2712
2753
$ this ->classes = $ classes ;
2713
2754
$ this ->functions = $ functions ;
0 commit comments