@@ -2729,6 +2729,7 @@ public function __construct(int $phpVersionId)
2729
2729
'dateobjecterror ' => 'stubs/ext/date/DateObjectError.php ' ,
2730
2730
'daterangeerror ' => 'stubs/ext/date/DateRangeError.php ' ,
2731
2731
'override ' => 'stubs/Zend/Override.php ' ,
2732
+ 'random \\intervalboundary ' => 'stubs/ext/random/Random/IntervalBoundary.php ' ,
2732
2733
'sqlite3exception ' => 'stubs/ext/sqlite3/SQLite3Exception.php ' ,
2733
2734
]);
2734
2735
@@ -2742,7 +2743,6 @@ public function __construct(int $phpVersionId)
2742
2743
'posix_fpathconf ' => 'stubs/ext/posix/posix_fpathconf.php ' ,
2743
2744
'posix_pathconf ' => 'stubs/ext/posix/posix_pathconf.php ' ,
2744
2745
'posix_sysconf ' => 'stubs/ext/posix/posix_sysconf.php ' ,
2745
- 'random \\intervalboundary ' => 'stubs/ext/random/Random/IntervalBoundary.php ' ,
2746
2746
'socket_atmark ' => 'stubs/ext/sockets/socket_atmark.php ' ,
2747
2747
'str_decrement ' => 'stubs/ext/standard/str_decrement.php ' ,
2748
2748
'str_increment ' => 'stubs/ext/standard/str_increment.php ' ,
@@ -2755,6 +2755,7 @@ public function __construct(int $phpVersionId)
2755
2755
'bcmath \\number ' => 'stubs/ext/bcmath/BcMath/Number.php ' ,
2756
2756
'dba \\connection ' => 'stubs/ext/dba/Dba/Connection.php ' ,
2757
2757
'deprecated ' => 'stubs/Zend/Deprecated.php ' ,
2758
+ 'dom \\adjacentposition ' => 'stubs/ext/dom/Dom/AdjacentPosition.php ' ,
2758
2759
'dom \\attr ' => 'stubs/ext/dom/Dom/Attr.php ' ,
2759
2760
'dom \\cdatasection ' => 'stubs/ext/dom/Dom/CDATASection.php ' ,
2760
2761
'dom \\characterdata ' => 'stubs/ext/dom/Dom/CharacterData.php ' ,
@@ -2784,14 +2785,17 @@ public function __construct(int $phpVersionId)
2784
2785
'dom \\xpath ' => 'stubs/ext/dom/Dom/XPath.php ' ,
2785
2786
'odbc \\connection ' => 'stubs/ext/odbc/Odbc/Connection.php ' ,
2786
2787
'odbc \\result ' => 'stubs/ext/odbc/Odbc/Result.php ' ,
2788
+ 'pcntl \\qosclass ' => 'stubs/ext/pcntl/Pcntl/QosClass.php ' ,
2787
2789
'pdo \\dblib ' => 'stubs/ext/pdo_dblib/Pdo/Dblib.php ' ,
2788
2790
'pdo \\firebird ' => 'stubs/ext/pdo_firebird/Pdo/Firebird.php ' ,
2789
2791
'pdo \\mysql ' => 'stubs/ext/pdo_mysql/Pdo/Mysql.php ' ,
2790
2792
'pdo \\odbc ' => 'stubs/ext/pdo_odbc/Pdo/Odbc.php ' ,
2791
2793
'pdo \\pgsql ' => 'stubs/ext/pdo_pgsql/Pdo/Pgsql.php ' ,
2792
2794
'pdo \\sqlite ' => 'stubs/ext/pdo_sqlite/Pdo/Sqlite.php ' ,
2795
+ 'propertyhooktype ' => 'stubs/ext/reflection/PropertyHookType.php ' ,
2793
2796
'reflectionconstant ' => 'stubs/ext/reflection/ReflectionConstant.php ' ,
2794
2797
'requestparsebodyexception ' => 'stubs/Zend/RequestParseBodyException.php ' ,
2798
+ 'roundingmode ' => 'stubs/ext/standard/RoundingMode.php ' ,
2795
2799
'soap \\sdl ' => 'stubs/ext/soap/Soap/Sdl.php ' ,
2796
2800
'soap \\url ' => 'stubs/ext/soap/Soap/Url.php ' ,
2797
2801
'streambucket ' => 'stubs/ext/standard/StreamBucket.php ' ,
@@ -2807,7 +2811,6 @@ public function __construct(int $phpVersionId)
2807
2811
'bcfloor ' => 'stubs/ext/bcmath/bcfloor.php ' ,
2808
2812
'bcround ' => 'stubs/ext/bcmath/bcround.php ' ,
2809
2813
'die ' => 'stubs/Zend/die.php ' ,
2810
- 'dom \\adjacentposition ' => 'stubs/ext/dom/Dom/AdjacentPosition.php ' ,
2811
2814
'dom \\import_simplexml ' => 'stubs/ext/dom/Dom/import_simplexml.php ' ,
2812
2815
'exit ' => 'stubs/Zend/exit.php ' ,
2813
2816
'fpow ' => 'stubs/ext/standard/fpow.php ' ,
@@ -2823,7 +2826,6 @@ public function __construct(int $phpVersionId)
2823
2826
'opcache_jit_blacklist ' => 'stubs/ext/opcache/opcache_jit_blacklist.php ' ,
2824
2827
'openssl_password_hash ' => 'stubs/ext/openssl/openssl_password_hash.php ' ,
2825
2828
'openssl_password_verify ' => 'stubs/ext/openssl/openssl_password_verify.php ' ,
2826
- 'pcntl \\qosclass ' => 'stubs/ext/pcntl/Pcntl/QosClass.php ' ,
2827
2829
'pcntl_getcpu ' => 'stubs/ext/pcntl/pcntl_getcpu.php ' ,
2828
2830
'pcntl_getcpuaffinity ' => 'stubs/ext/pcntl/pcntl_getcpuaffinity.php ' ,
2829
2831
'pcntl_getqos_class ' => 'stubs/ext/pcntl/pcntl_getqos_class.php ' ,
@@ -2838,9 +2840,7 @@ public function __construct(int $phpVersionId)
2838
2840
'pg_result_memory_size ' => 'stubs/ext/pgsql/pg_result_memory_size.php ' ,
2839
2841
'pg_set_chunked_rows_size ' => 'stubs/ext/pgsql/pg_set_chunked_rows_size.php ' ,
2840
2842
'pg_socket_poll ' => 'stubs/ext/pgsql/pg_socket_poll.php ' ,
2841
- 'propertyhooktype ' => 'stubs/ext/reflection/PropertyHookType.php ' ,
2842
2843
'request_parse_body ' => 'stubs/ext/standard/request_parse_body.php ' ,
2843
- 'roundingmode ' => 'stubs/ext/standard/RoundingMode.php ' ,
2844
2844
'sodium_crypto_aead_aegis128l_decrypt ' => 'stubs/ext/sodium/sodium_crypto_aead_aegis128l_decrypt.php ' ,
2845
2845
'sodium_crypto_aead_aegis128l_encrypt ' => 'stubs/ext/sodium/sodium_crypto_aead_aegis128l_encrypt.php ' ,
2846
2846
'sodium_crypto_aead_aegis128l_keygen ' => 'stubs/ext/sodium/sodium_crypto_aead_aegis128l_keygen.php ' ,
0 commit comments