@@ -245,13 +245,13 @@ public function __construct(int $phpVersionId)
245
245
'addcslashes ' => 'stubs/ext/standard/addcslashes.php ' ,
246
246
'addslashes ' => 'stubs/ext/standard/addslashes.php ' ,
247
247
'apache_child_terminate ' => 'stubs/sapi/cgi/apache_child_terminate.php ' ,
248
- 'apache_get_modules ' => 'stubs/sapi/litespeed /apache_get_modules.php ' ,
248
+ 'apache_get_modules ' => 'stubs/sapi/apache2handler /apache_get_modules.php ' ,
249
249
'apache_get_version ' => 'stubs/sapi/apache2handler/apache_get_version.php ' ,
250
250
'apache_getenv ' => 'stubs/sapi/apache2handler/apache_getenv.php ' ,
251
251
'apache_lookup_uri ' => 'stubs/sapi/apache2handler/apache_lookup_uri.php ' ,
252
252
'apache_note ' => 'stubs/sapi/apache2handler/apache_note.php ' ,
253
- 'apache_request_headers ' => 'stubs/sapi/cgi /apache_request_headers.php ' ,
254
- 'apache_response_headers ' => 'stubs/sapi/cgi /apache_response_headers.php ' ,
253
+ 'apache_request_headers ' => 'stubs/sapi/apache2handler /apache_request_headers.php ' ,
254
+ 'apache_response_headers ' => 'stubs/sapi/apache2handler /apache_response_headers.php ' ,
255
255
'apache_setenv ' => 'stubs/sapi/apache2handler/apache_setenv.php ' ,
256
256
'array_change_key_case ' => 'stubs/ext/standard/array_change_key_case.php ' ,
257
257
'array_chunk ' => 'stubs/ext/standard/array_chunk.php ' ,
@@ -710,7 +710,7 @@ public function __construct(int $phpVersionId)
710
710
'get_resource_id ' => 'stubs/Zend/get_resource_id.php ' ,
711
711
'get_resource_type ' => 'stubs/Zend/get_resource_type.php ' ,
712
712
'get_resources ' => 'stubs/Zend/get_resources.php ' ,
713
- 'getallheaders ' => 'stubs/sapi/cgi /getallheaders.php ' ,
713
+ 'getallheaders ' => 'stubs/sapi/apache2handler /getallheaders.php ' ,
714
714
'getcwd ' => 'stubs/ext/standard/getcwd.php ' ,
715
715
'getdate ' => 'stubs/ext/date/getdate.php ' ,
716
716
'getenv ' => 'stubs/ext/standard/getenv.php ' ,
@@ -2626,55 +2626,62 @@ public function __construct(int $phpVersionId)
2626
2626
if ($ phpVersionId >= 80100 ) {
2627
2627
$ classes = \array_merge ($ classes , array (
2628
2628
'__php_incomplete_class ' => 'stubs/ext/standard/__PHP_Incomplete_Class.php ' ,
2629
- 'assertionerror ' => 'stubs/ext/standard/AssertionError.php ' ,
2630
- 'intldatepatterngenerator ' => 'stubs/ext/intl/dateformat/IntlDatePatternGenerator.php ' ,
2631
- 'curlstringfile ' => 'stubs/ext/curl/CURLStringFile.php ' ,
2632
- 'zendtestparameterattribute ' => 'stubs/ext/zend_test/ZendTestParameterAttribute.php ' ,
2633
- 'zendtestclasswithmethodwithparameterattribute ' => 'stubs/ext/zend_test/ZendTestClassWithMethodWithParameterAttribute.php ' ,
2634
- 'zendtestchildclasswithmethodwithparameterattribute ' => 'stubs/ext/zend_test/ZendTestChildClassWithMethodWithParameterAttribute.php ' ,
2635
- 'zendtestns2 \\zendsubns \\foo ' => 'stubs/ext/zend_test/ZendTestNS2/ZendSubNS/Foo.php ' ,
2636
2629
'_zendtestfiber ' => 'stubs/ext/zend_test/_ZendTestFiber.php ' ,
2637
- 'pspell \\dictionary ' => 'stubs/ext/pspell/PSpell/Dictionary.php ' ,
2638
- 'pspell \\config ' => 'stubs/ext/pspell/PSpell/Config.php ' ,
2639
- 'reflectionintersectiontype ' => 'stubs/ext/reflection/ReflectionIntersectionType.php ' ,
2640
- 'reflectionenum ' => 'stubs/ext/reflection/ReflectionEnum.php ' ,
2641
- 'reflectionenumunitcase ' => 'stubs/ext/reflection/ReflectionEnumUnitCase.php ' ,
2642
- 'reflectionenumbackedcase ' => 'stubs/ext/reflection/ReflectionEnumBackedCase.php ' ,
2643
- 'reflectionfiber ' => 'stubs/ext/reflection/ReflectionFiber.php ' ,
2644
- 'com_safearray_proxy ' => 'stubs/ext/com_dotnet/com_safearray_proxy.php ' ,
2645
- 'pgsql \\connection ' => 'stubs/ext/pgsql/PgSql/Connection.php ' ,
2646
- 'pgsql \\result ' => 'stubs/ext/pgsql/PgSql/Result.php ' ,
2647
- 'pgsql \\lob ' => 'stubs/ext/pgsql/PgSql/Lob.php ' ,
2648
- 'ldap \\connection ' => 'stubs/ext/ldap/LDAP/Connection.php ' ,
2649
- 'ldap \\result ' => 'stubs/ext/ldap/LDAP/Result.php ' ,
2650
- 'ldap \\resultentry ' => 'stubs/ext/ldap/LDAP/ResultEntry.php ' ,
2651
- 'logicexception ' => 'stubs/ext/spl/LogicException.php ' ,
2630
+ 'assertionerror ' => 'stubs/ext/standard/AssertionError.php ' ,
2631
+ 'backedenum ' => 'stubs/Zend/BackedEnum.php ' ,
2652
2632
'badfunctioncallexception ' => 'stubs/ext/spl/BadFunctionCallException.php ' ,
2653
2633
'badmethodcallexception ' => 'stubs/ext/spl/BadMethodCallException.php ' ,
2634
+ 'com_safearray_proxy ' => 'stubs/ext/com_dotnet/com_safearray_proxy.php ' ,
2635
+ 'curlstringfile ' => 'stubs/ext/curl/CURLStringFile.php ' ,
2654
2636
'domainexception ' => 'stubs/ext/spl/DomainException.php ' ,
2637
+ 'fiber ' => 'stubs/Zend/Fiber.php ' ,
2638
+ 'fibererror ' => 'stubs/Zend/FiberError.php ' ,
2639
+ 'ftp \\connection ' => 'stubs/ext/ftp/FTP/Connection.php ' ,
2640
+ 'gdfont ' => 'stubs/ext/gd/GdFont.php ' ,
2641
+ 'imap \\connection ' => 'stubs/ext/imap/IMAP/Connection.php ' ,
2642
+ 'intldatepatterngenerator ' => 'stubs/ext/intl/dateformat/IntlDatePatternGenerator.php ' ,
2655
2643
'invalidargumentexception ' => 'stubs/ext/spl/InvalidArgumentException.php ' ,
2644
+ 'ldap \\connection ' => 'stubs/ext/ldap/LDAP/Connection.php ' ,
2645
+ 'ldap \\result ' => 'stubs/ext/ldap/LDAP/Result.php ' ,
2646
+ 'ldap \\resultentry ' => 'stubs/ext/ldap/LDAP/ResultEntry.php ' ,
2656
2647
'lengthexception ' => 'stubs/ext/spl/LengthException.php ' ,
2657
- 'outofrangeexception ' => 'stubs/ext/spl/OutOfRangeException.php ' ,
2658
- 'runtimeexception ' => 'stubs/ext/spl/RuntimeException.php ' ,
2648
+ 'logicexception ' => 'stubs/ext/spl/LogicException.php ' ,
2659
2649
'outofboundsexception ' => 'stubs/ext/spl/OutOfBoundsException.php ' ,
2650
+ 'outofrangeexception ' => 'stubs/ext/spl/OutOfRangeException.php ' ,
2660
2651
'overflowexception ' => 'stubs/ext/spl/OverflowException.php ' ,
2652
+ 'pgsql \\connection ' => 'stubs/ext/pgsql/PgSql/Connection.php ' ,
2653
+ 'pgsql \\lob ' => 'stubs/ext/pgsql/PgSql/Lob.php ' ,
2654
+ 'pgsql \\result ' => 'stubs/ext/pgsql/PgSql/Result.php ' ,
2655
+ 'pspell \\config ' => 'stubs/ext/pspell/PSpell/Config.php ' ,
2656
+ 'pspell \\dictionary ' => 'stubs/ext/pspell/PSpell/Dictionary.php ' ,
2661
2657
'rangeexception ' => 'stubs/ext/spl/RangeException.php ' ,
2658
+ 'reflectionenum ' => 'stubs/ext/reflection/ReflectionEnum.php ' ,
2659
+ 'reflectionenumbackedcase ' => 'stubs/ext/reflection/ReflectionEnumBackedCase.php ' ,
2660
+ 'reflectionenumunitcase ' => 'stubs/ext/reflection/ReflectionEnumUnitCase.php ' ,
2661
+ 'reflectionfiber ' => 'stubs/ext/reflection/ReflectionFiber.php ' ,
2662
+ 'reflectionintersectiontype ' => 'stubs/ext/reflection/ReflectionIntersectionType.php ' ,
2663
+ 'returntypewillchange ' => 'stubs/Zend/ReturnTypeWillChange.php ' ,
2664
+ 'runtimeexception ' => 'stubs/ext/spl/RuntimeException.php ' ,
2665
+ 'stdclass ' => 'stubs/Zend/stdClass.php ' ,
2662
2666
'underflowexception ' => 'stubs/ext/spl/UnderflowException.php ' ,
2663
2667
'unexpectedvalueexception ' => 'stubs/ext/spl/UnexpectedValueException.php ' ,
2664
- 'ftp \\connection ' => 'stubs/ext/ftp/FTP/Connection.php ' ,
2665
- 'imap \\connection ' => 'stubs/ext/imap/IMAP/Connection.php ' ,
2666
- 'gdfont ' => 'stubs/ext/gd/GdFont.php ' ,
2667
- 'fiber ' => 'stubs/Zend/Fiber.php ' ,
2668
- 'fibererror ' => 'stubs/Zend/FiberError.php ' ,
2669
2668
'unitenum ' => 'stubs/Zend/UnitEnum.php ' ,
2670
- 'backedenum ' => 'stubs/Zend/BackedEnum.php ' ,
2671
- 'returntypewillchange ' => 'stubs/Zend/ReturnTypeWillChange.php ' ,
2672
- 'stdclass ' => 'stubs/Zend/stdClass.php ' ,
2669
+ 'zendtestchildclasswithmethodwithparameterattribute ' => 'stubs/ext/zend_test/ZendTestChildClassWithMethodWithParameterAttribute.php ' ,
2670
+ 'zendtestclasswithmethodwithparameterattribute ' => 'stubs/ext/zend_test/ZendTestClassWithMethodWithParameterAttribute.php ' ,
2671
+ 'zendtestns2 \\zendsubns \\foo ' => 'stubs/ext/zend_test/ZendTestNS2/ZendSubNS/Foo.php ' ,
2672
+ 'zendtestparameterattribute ' => 'stubs/ext/zend_test/ZendTestParameterAttribute.php ' ,
2673
2673
));
2674
2674
$ functions = \array_merge ($ functions , array (
2675
2675
'array_is_list ' => 'stubs/ext/standard/array_is_list.php ' ,
2676
- 'fsync ' => 'stubs/ext/standard/fsync.php ' ,
2676
+ 'dl_test_test1 ' => 'stubs/ext/dl_test/dl_test_test1.php ' ,
2677
+ 'dl_test_test2 ' => 'stubs/ext/dl_test/dl_test_test2.php ' ,
2678
+ 'enum_exists ' => 'stubs/Zend/enum_exists.php ' ,
2677
2679
'fdatasync ' => 'stubs/ext/standard/fdatasync.php ' ,
2680
+ 'fsync ' => 'stubs/ext/standard/fsync.php ' ,
2681
+ 'imageavif ' => 'stubs/ext/gd/imageavif.php ' ,
2682
+ 'imagecreatefromavif ' => 'stubs/ext/gd/imagecreatefromavif.php ' ,
2683
+ 'mysqli_fetch_column ' => 'stubs/ext/mysqli/mysqli_fetch_column.php ' ,
2684
+ 'pcntl_rfork ' => 'stubs/ext/pcntl/pcntl_rfork.php ' ,
2678
2685
'sodium_crypto_core_ristretto255_add ' => 'stubs/ext/sodium/sodium_crypto_core_ristretto255_add.php ' ,
2679
2686
'sodium_crypto_core_ristretto255_from_hash ' => 'stubs/ext/sodium/sodium_crypto_core_ristretto255_from_hash.php ' ,
2680
2687
'sodium_crypto_core_ristretto255_is_valid_point ' => 'stubs/ext/sodium/sodium_crypto_core_ristretto255_is_valid_point.php ' ,
@@ -2693,75 +2700,68 @@ public function __construct(int $phpVersionId)
2693
2700
'sodium_crypto_stream_xchacha20 ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20.php ' ,
2694
2701
'sodium_crypto_stream_xchacha20_keygen ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_keygen.php ' ,
2695
2702
'sodium_crypto_stream_xchacha20_xor ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_xor.php ' ,
2696
- 'dl_test_test1 ' => 'stubs/ext/dl_test/dl_test_test1.php ' ,
2697
- 'dl_test_test2 ' => 'stubs/ext/dl_test/dl_test_test2.php ' ,
2698
- 'zendtestunitenum ' => 'stubs/ext/zend_test/ZendTestUnitEnum.php ' ,
2699
- 'zendteststringenum ' => 'stubs/ext/zend_test/ZendTestStringEnum.php ' ,
2703
+ 'zend_call_method ' => 'stubs/ext/zend_test/zend_call_method.php ' ,
2700
2704
'zend_get_unit_enum ' => 'stubs/ext/zend_test/zend_get_unit_enum.php ' ,
2701
2705
'zend_test_parameter_with_attribute ' => 'stubs/ext/zend_test/zend_test_parameter_with_attribute.php ' ,
2702
- 'zend_call_method ' => 'stubs/ext/zend_test/zend_call_method.php ' ,
2703
- 'mysqli_fetch_column ' => 'stubs/ext/mysqli/mysqli_fetch_column.php ' ,
2704
- 'imagecreatefromavif ' => 'stubs/ext/gd/imagecreatefromavif.php ' ,
2705
- 'imageavif ' => 'stubs/ext/gd/imageavif.php ' ,
2706
- 'pcntl_rfork ' => 'stubs/ext/pcntl/pcntl_rfork.php ' ,
2707
- 'enum_exists ' => 'stubs/Zend/enum_exists.php ' ,
2706
+ 'zendteststringenum ' => 'stubs/ext/zend_test/ZendTestStringEnum.php ' ,
2707
+ 'zendtestunitenum ' => 'stubs/ext/zend_test/ZendTestUnitEnum.php ' ,
2708
2708
));
2709
2709
}
2710
2710
2711
2711
if ($ phpVersionId >= 80200 ) {
2712
2712
$ classes = \array_merge ($ classes , array (
2713
+ 'allowdynamicproperties ' => 'stubs/Zend/AllowDynamicProperties.php ' ,
2714
+ 'random \\brokenrandomengineerror ' => 'stubs/ext/random/Random/BrokenRandomEngineError.php ' ,
2715
+ 'random \\cryptosafeengine ' => 'stubs/ext/random/Random/CryptoSafeEngine.php ' ,
2716
+ 'random \\engine ' => 'stubs/ext/random/Random/Engine.php ' ,
2713
2717
'random \\engine \\mt19937 ' => 'stubs/ext/random/Random/Engine/Mt19937.php ' ,
2714
2718
'random \\engine \\pcgoneseq128xslrr64 ' => 'stubs/ext/random/Random/Engine/PcgOneseq128XslRr64.php ' ,
2715
- 'random \\engine \\xoshiro256starstar ' => 'stubs/ext/random/Random/Engine/Xoshiro256StarStar.php ' ,
2716
2719
'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
+ 'random \\engine \\xoshiro256starstar ' => 'stubs/ext/random/Random/Engine/Xoshiro256StarStar.php ' ,
2720
2721
'random \\randomerror ' => 'stubs/ext/random/Random/RandomError.php ' ,
2721
- 'random \\brokenrandomengineerror ' => 'stubs/ext/random/Random/BrokenRandomEngineError.php ' ,
2722
2722
'random \\randomexception ' => 'stubs/ext/random/Random/RandomException.php ' ,
2723
- 'zendtestforbiddynamiccall ' => 'stubs/ext/zend_test/ZendTestForbidDynamicCall.php ' ,
2724
- 'zendtestns \\unlikelycompileerror ' => 'stubs/ext/zend_test/ZendTestNS/UnlikelyCompileError.php ' ,
2725
- 'allowdynamicproperties ' => 'stubs/Zend/AllowDynamicProperties.php ' ,
2723
+ 'random \\randomizer ' => 'stubs/ext/random/Random/Randomizer.php ' ,
2726
2724
'sensitiveparameter ' => 'stubs/Zend/SensitiveParameter.php ' ,
2727
2725
'sensitiveparametervalue ' => 'stubs/Zend/SensitiveParameterValue.php ' ,
2726
+ 'zendtestforbiddynamiccall ' => 'stubs/ext/zend_test/ZendTestForbidDynamicCall.php ' ,
2727
+ 'zendtestns \\unlikelycompileerror ' => 'stubs/ext/zend_test/ZendTestNS/UnlikelyCompileError.php ' ,
2728
2728
));
2729
2729
$ functions = \array_merge ($ functions , array (
2730
- 'lcg_value ' => 'stubs/ext/random/lcg_value.php ' ,
2731
- 'mt_srand ' => 'stubs/ext/random/mt_srand.php ' ,
2732
- 'srand ' => 'stubs/ext/random/srand.php ' ,
2733
- 'rand ' => 'stubs/ext/random/rand.php ' ,
2734
- 'mt_rand ' => 'stubs/ext/random/mt_rand.php ' ,
2735
- 'mt_getrandmax ' => 'stubs/ext/random/mt_getrandmax.php ' ,
2730
+ 'curl_upkeep ' => 'stubs/ext/curl/curl_upkeep.php ' ,
2736
2731
'getrandmax ' => 'stubs/ext/random/getrandmax.php ' ,
2737
- 'random_bytes ' => 'stubs/ext/random/random_bytes.php ' ,
2738
- 'random_int ' => 'stubs/ext/random/random_int.php ' ,
2739
2732
'ini_parse_quantity ' => 'stubs/ext/standard/ini_parse_quantity.php ' ,
2733
+ 'lcg_value ' => 'stubs/ext/random/lcg_value.php ' ,
2734
+ 'libxml_get_external_entity_loader ' => 'stubs/ext/libxml/libxml_get_external_entity_loader.php ' ,
2740
2735
'memory_reset_peak_usage ' => 'stubs/ext/standard/memory_reset_peak_usage.php ' ,
2736
+ 'mt_getrandmax ' => 'stubs/ext/random/mt_getrandmax.php ' ,
2737
+ 'mt_rand ' => 'stubs/ext/random/mt_rand.php ' ,
2738
+ 'mt_srand ' => 'stubs/ext/random/mt_srand.php ' ,
2739
+ 'mysqli_execute_query ' => 'stubs/ext/mysqli/mysqli_execute_query.php ' ,
2740
+ 'oci_set_prefetch_lob ' => 'stubs/ext/oci8/oci_set_prefetch_lob.php ' ,
2741
2741
'odbc_connection_string_is_quoted ' => 'stubs/ext/odbc/odbc_connection_string_is_quoted.php ' ,
2742
- 'odbc_connection_string_should_quote ' => 'stubs/ext/odbc/odbc_connection_string_should_quote.php ' ,
2743
2742
'odbc_connection_string_quote ' => 'stubs/ext/odbc/odbc_connection_string_quote.php ' ,
2743
+ 'odbc_connection_string_should_quote ' => 'stubs/ext/odbc/odbc_connection_string_should_quote.php ' ,
2744
+ 'openssl_cipher_key_length ' => 'stubs/ext/openssl/openssl_cipher_key_length.php ' ,
2745
+ 'pcntl_forkx ' => 'stubs/ext/pcntl/pcntl_forkx.php ' ,
2746
+ 'rand ' => 'stubs/ext/random/rand.php ' ,
2747
+ 'random_bytes ' => 'stubs/ext/random/random_bytes.php ' ,
2748
+ 'random_int ' => 'stubs/ext/random/random_int.php ' ,
2744
2749
'sodium_crypto_stream_xchacha20_xor_ic ' => 'stubs/ext/sodium/sodium_crypto_stream_xchacha20_xor_ic.php ' ,
2745
- 'curl_upkeep ' => 'stubs/ext/curl/curl_upkeep.php ' ,
2746
- 'zendtestintenum ' => 'stubs/ext/zend_test/ZendTestIntEnum.php ' ,
2747
- 'zend_test_compile_string ' => 'stubs/ext/zend_test/zend_test_compile_string.php ' ,
2750
+ 'srand ' => 'stubs/ext/random/srand.php ' ,
2748
2751
'zend_test_aliased ' => 'stubs/ext/zend_test/zend_test_aliased.php ' ,
2752
+ 'zend_test_compile_string ' => 'stubs/ext/zend_test/zend_test_compile_string.php ' ,
2749
2753
'zend_test_deprecated_aliased ' => 'stubs/ext/zend_test/zend_test_deprecated_aliased.php ' ,
2750
2754
'zend_test_zend_ini_parse_quantity ' => 'stubs/ext/zend_test/zend_test_zend_ini_parse_quantity.php ' ,
2751
2755
'zend_test_zend_ini_parse_uquantity ' => 'stubs/ext/zend_test/zend_test_zend_ini_parse_uquantity.php ' ,
2752
2756
'zend_test_zend_ini_str ' => 'stubs/ext/zend_test/zend_test_zend_ini_str.php ' ,
2753
- 'zendtestns2 \\namespaced_func ' => 'stubs/ext/zend_test/ZendTestNS2/namespaced_func.php ' ,
2754
- 'zendtestns2 \\namespaced_deprecated_func ' => 'stubs/ext/zend_test/ZendTestNS2/namespaced_deprecated_func.php ' ,
2757
+ 'zendtestintenum ' => 'stubs/ext/zend_test/ZendTestIntEnum.php ' ,
2755
2758
'zendtestns2 \\namespaced_aliased_func ' => 'stubs/ext/zend_test/ZendTestNS2/namespaced_aliased_func.php ' ,
2756
2759
'zendtestns2 \\namespaced_deprecated_aliased_func ' => 'stubs/ext/zend_test/ZendTestNS2/namespaced_deprecated_aliased_func.php ' ,
2757
- 'zendtestns2 \\zendsubns \\namespaced_deprecated_func ' => 'stubs/ext/zend_test/ZendTestNS2/ZendSubNS/namespaced_deprecated_func.php ' ,
2760
+ 'zendtestns2 \\namespaced_deprecated_func ' => 'stubs/ext/zend_test/ZendTestNS2/namespaced_deprecated_func.php ' ,
2761
+ 'zendtestns2 \\namespaced_func ' => 'stubs/ext/zend_test/ZendTestNS2/namespaced_func.php ' ,
2758
2762
'zendtestns2 \\zendsubns \\namespaced_aliased_func ' => 'stubs/ext/zend_test/ZendTestNS2/ZendSubNS/namespaced_aliased_func.php ' ,
2759
2763
'zendtestns2 \\zendsubns \\namespaced_deprecated_aliased_func ' => 'stubs/ext/zend_test/ZendTestNS2/ZendSubNS/namespaced_deprecated_aliased_func.php ' ,
2760
- 'openssl_cipher_key_length ' => 'stubs/ext/openssl/openssl_cipher_key_length.php ' ,
2761
- 'oci_set_prefetch_lob ' => 'stubs/ext/oci8/oci_set_prefetch_lob.php ' ,
2762
- 'mysqli_execute_query ' => 'stubs/ext/mysqli/mysqli_execute_query.php ' ,
2763
- 'libxml_get_external_entity_loader ' => 'stubs/ext/libxml/libxml_get_external_entity_loader.php ' ,
2764
- 'pcntl_forkx ' => 'stubs/ext/pcntl/pcntl_forkx.php ' ,
2764
+ 'zendtestns2 \\zendsubns \\namespaced_deprecated_func ' => 'stubs/ext/zend_test/ZendTestNS2/ZendSubNS/namespaced_deprecated_func.php ' ,
2765
2765
));
2766
2766
}
2767
2767
0 commit comments