@@ -8716,15 +8716,15 @@ public function dataPhp74Functions(): array
8716
8716
{
8717
8717
return [
8718
8718
[
8719
- PHP_VERSION_ID < 80000 ? 'non-empty- array<int, string>|false ' : 'non-empty- array<int, string> ' ,
8719
+ PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
8720
8720
'$mbStrSplitConstantStringWithoutDefinedParameters ' ,
8721
8721
],
8722
8722
[
8723
8723
'array{ \'a \', \'b \', \'c \', \'d \', \'e \', \'f \'} ' ,
8724
8724
'$mbStrSplitConstantStringWithoutDefinedSplitLength ' ,
8725
8725
],
8726
8726
[
8727
- 'non-empty- array<int, string> ' ,
8727
+ 'array<int, string> ' ,
8728
8728
'$mbStrSplitStringWithoutDefinedSplitLength ' ,
8729
8729
],
8730
8730
[
@@ -8740,15 +8740,15 @@ public function dataPhp74Functions(): array
8740
8740
'$mbStrSplitConstantStringWithFailureSplitLength ' ,
8741
8741
],
8742
8742
[
8743
- PHP_VERSION_ID < 80000 ? 'non-empty- array<int, string>|false ' : 'non-empty- array<int, string> ' ,
8743
+ PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
8744
8744
'$mbStrSplitConstantStringWithInvalidSplitLengthType ' ,
8745
8745
],
8746
8746
[
8747
8747
'array{ \'a \'| \'g \', \'b \'| \'h \', \'c \'| \'i \', \'d \'| \'j \', \'e \'| \'k \', \'f \'| \'l \'} ' ,
8748
8748
'$mbStrSplitConstantStringWithVariableStringAndConstantSplitLength ' ,
8749
8749
],
8750
8750
[
8751
- PHP_VERSION_ID < 80000 ? 'non-empty- array<int, string>|false ' : 'non-empty- array<int, string> ' ,
8751
+ PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
8752
8752
'$mbStrSplitConstantStringWithVariableStringAndVariableSplitLength ' ,
8753
8753
],
8754
8754
[
@@ -8760,7 +8760,7 @@ public function dataPhp74Functions(): array
8760
8760
'$mbStrSplitConstantStringWithOneSplitLengthAndInvalidEncoding ' ,
8761
8761
],
8762
8762
[
8763
- PHP_VERSION_ID < 80000 ? 'non-empty- array<int, string>|false ' : 'non-empty- array<int, string> ' ,
8763
+ PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
8764
8764
'$mbStrSplitConstantStringWithOneSplitLengthAndVariableEncoding ' ,
8765
8765
],
8766
8766
[
@@ -8772,7 +8772,7 @@ public function dataPhp74Functions(): array
8772
8772
'$mbStrSplitConstantStringWithGreaterSplitLengthThanStringLengthAndInvalidEncoding ' ,
8773
8773
],
8774
8774
[
8775
- PHP_VERSION_ID < 80000 ? 'non-empty- array<int, string>|false ' : 'non-empty- array<int, string> ' ,
8775
+ PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
8776
8776
'$mbStrSplitConstantStringWithGreaterSplitLengthThanStringLengthAndVariableEncoding ' ,
8777
8777
],
8778
8778
[
@@ -8788,15 +8788,15 @@ public function dataPhp74Functions(): array
8788
8788
'$mbStrSplitConstantStringWithFailureSplitLengthAndVariableEncoding ' ,
8789
8789
],
8790
8790
[
8791
- PHP_VERSION_ID < 80000 ? 'non-empty- array<int, string>|false ' : 'non-empty- array<int, string> ' ,
8791
+ PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
8792
8792
'$mbStrSplitConstantStringWithInvalidSplitLengthTypeAndValidEncoding ' ,
8793
8793
],
8794
8794
[
8795
8795
'false ' ,
8796
8796
'$mbStrSplitConstantStringWithInvalidSplitLengthTypeAndInvalidEncoding ' ,
8797
8797
],
8798
8798
[
8799
- PHP_VERSION_ID < 80000 ? 'non-empty- array<int, string>|false ' : 'non-empty- array<int, string> ' ,
8799
+ PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
8800
8800
'$mbStrSplitConstantStringWithInvalidSplitLengthTypeAndVariableEncoding ' ,
8801
8801
],
8802
8802
[
@@ -8808,19 +8808,19 @@ public function dataPhp74Functions(): array
8808
8808
'$mbStrSplitConstantStringWithVariableStringAndConstantSplitLengthAndInvalidEncoding ' ,
8809
8809
],
8810
8810
[
8811
- PHP_VERSION_ID < 80000 ? 'non-empty- array<int, string>|false ' : 'non-empty- array<int, string> ' ,
8811
+ PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
8812
8812
'$mbStrSplitConstantStringWithVariableStringAndConstantSplitLengthAndVariableEncoding ' ,
8813
8813
],
8814
8814
[
8815
- PHP_VERSION_ID < 80000 ? 'non-empty- array<int, string>|false ' : 'non-empty- array<int, string> ' ,
8815
+ PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
8816
8816
'$mbStrSplitConstantStringWithVariableStringAndVariableSplitLengthAndValidEncoding ' ,
8817
8817
],
8818
8818
[
8819
8819
'false ' ,
8820
8820
'$mbStrSplitConstantStringWithVariableStringAndVariableSplitLengthAndInvalidEncoding ' ,
8821
8821
],
8822
8822
[
8823
- PHP_VERSION_ID < 80000 ? 'non-empty- array<int, string>|false ' : 'non-empty- array<int, string> ' ,
8823
+ PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
8824
8824
'$mbStrSplitConstantStringWithVariableStringAndVariableSplitLengthAndVariableEncoding ' ,
8825
8825
],
8826
8826
];
0 commit comments