@@ -2717,6 +2717,36 @@ public function __construct(int $phpVersionId)
2717
2717
]);
2718
2718
}
2719
2719
2720
+ if ($ phpVersionId >= 80300 ) {
2721
+ $ classes = \array_merge ($ classes , [
2722
+ 'dateerror ' => 'stubs/ext/date/DateError.php ' ,
2723
+ 'dateexception ' => 'stubs/ext/date/DateException.php ' ,
2724
+ 'dateinvalidoperationexception ' => 'stubs/ext/date/DateInvalidOperationException.php ' ,
2725
+ 'dateinvalidtimezoneexception ' => 'stubs/ext/date/DateInvalidTimeZoneException.php ' ,
2726
+ 'datemalformedintervalstringexception ' => 'stubs/ext/date/DateMalformedIntervalStringException.php ' ,
2727
+ 'datemalformedperiodstringexception ' => 'stubs/ext/date/DateMalformedPeriodStringException.php ' ,
2728
+ 'datemalformedstringexception ' => 'stubs/ext/date/DateMalformedStringException.php ' ,
2729
+ 'dateobjecterror ' => 'stubs/ext/date/DateObjectError.php ' ,
2730
+ 'daterangeerror ' => 'stubs/ext/date/DateRangeError.php ' ,
2731
+ ]);
2732
+
2733
+ $ functions = \array_merge ($ functions , [
2734
+ 'json_validate ' => 'stubs/ext/json/json_validate.php ' ,
2735
+ 'mb_str_pad ' => 'stubs/ext/mbstring/mb_str_pad.php ' ,
2736
+ 'pg_enter_pipeline_mode ' => 'stubs/ext/pgsql/pg_enter_pipeline_mode.php ' ,
2737
+ 'pg_exit_pipeline_mode ' => 'stubs/ext/pgsql/pg_exit_pipeline_mode.php ' ,
2738
+ 'pg_pipeline_status ' => 'stubs/ext/pgsql/pg_pipeline_status.php ' ,
2739
+ 'pg_pipeline_sync ' => 'stubs/ext/pgsql/pg_pipeline_sync.php ' ,
2740
+ 'pg_set_error_context_visibility ' => 'stubs/ext/pgsql/pg_set_error_context_visibility.php ' ,
2741
+ 'posix_eaccess ' => 'stubs/ext/posix/posix_eaccess.php ' ,
2742
+ 'posix_fpathconf ' => 'stubs/ext/posix/posix_fpathconf.php ' ,
2743
+ 'posix_pathconf ' => 'stubs/ext/posix/posix_pathconf.php ' ,
2744
+ 'posix_sysconf ' => 'stubs/ext/posix/posix_sysconf.php ' ,
2745
+ 'random \\intervalboundary ' => 'stubs/ext/random/Random/IntervalBoundary.php ' ,
2746
+ 'socket_atmark ' => 'stubs/ext/sockets/socket_atmark.php ' ,
2747
+ ]);
2748
+ }
2749
+
2720
2750
// UPDATE BELONGS HERE
2721
2751
2722
2752
$ this ->classes = $ classes ;
0 commit comments