@@ -5880,7 +5880,7 @@ public function dataFunctions(): array
5880
5880
'$gettimeofdayBenevolent ' ,
5881
5881
],
5882
5882
[
5883
- PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
5883
+ PHP_VERSION_ID < 80000 ? 'array<int, string>&nonEmpty |false ' : 'array<int, string>&nonEmpty ' ,
5884
5884
'$strSplitConstantStringWithoutDefinedParameters ' ,
5885
5885
],
5886
5886
[
@@ -5904,15 +5904,15 @@ public function dataFunctions(): array
5904
5904
'$strSplitConstantStringWithFailureSplitLength ' ,
5905
5905
],
5906
5906
[
5907
- PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
5907
+ PHP_VERSION_ID < 80000 ? 'array<int, string>&nonEmpty |false ' : 'array<int, string>&nonEmpty ' ,
5908
5908
'$strSplitConstantStringWithInvalidSplitLengthType ' ,
5909
5909
],
5910
5910
[
5911
5911
'array<int, string>&nonEmpty ' ,
5912
5912
'$strSplitConstantStringWithVariableStringAndConstantSplitLength ' ,
5913
5913
],
5914
5914
[
5915
- PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
5915
+ PHP_VERSION_ID < 80000 ? 'array<int, string>&nonEmpty |false ' : 'array<int, string>&nonEmpty ' ,
5916
5916
'$strSplitConstantStringWithVariableStringAndVariableSplitLength ' ,
5917
5917
],
5918
5918
// parse_url
@@ -9674,7 +9674,7 @@ public function dataPhp74Functions(): array
9674
9674
{
9675
9675
return [
9676
9676
[
9677
- PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
9677
+ PHP_VERSION_ID < 80000 ? 'array<int, string>&nonEmpty |false ' : 'array<int, string>&nonEmpty ' ,
9678
9678
'$mbStrSplitConstantStringWithoutDefinedParameters ' ,
9679
9679
],
9680
9680
[
@@ -9698,15 +9698,15 @@ public function dataPhp74Functions(): array
9698
9698
'$mbStrSplitConstantStringWithFailureSplitLength ' ,
9699
9699
],
9700
9700
[
9701
- PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
9701
+ PHP_VERSION_ID < 80000 ? 'array<int, string>&nonEmpty |false ' : 'array<int, string>&nonEmpty ' ,
9702
9702
'$mbStrSplitConstantStringWithInvalidSplitLengthType ' ,
9703
9703
],
9704
9704
[
9705
9705
'array<int, string>&nonEmpty ' ,
9706
9706
'$mbStrSplitConstantStringWithVariableStringAndConstantSplitLength ' ,
9707
9707
],
9708
9708
[
9709
- PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
9709
+ PHP_VERSION_ID < 80000 ? 'array<int, string>&nonEmpty |false ' : 'array<int, string>&nonEmpty ' ,
9710
9710
'$mbStrSplitConstantStringWithVariableStringAndVariableSplitLength ' ,
9711
9711
],
9712
9712
[
@@ -9718,7 +9718,7 @@ public function dataPhp74Functions(): array
9718
9718
'$mbStrSplitConstantStringWithOneSplitLengthAndInvalidEncoding ' ,
9719
9719
],
9720
9720
[
9721
- PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
9721
+ PHP_VERSION_ID < 80000 ? 'array<int, string>&nonEmpty |false ' : 'array<int, string>&nonEmpty ' ,
9722
9722
'$mbStrSplitConstantStringWithOneSplitLengthAndVariableEncoding ' ,
9723
9723
],
9724
9724
[
@@ -9730,7 +9730,7 @@ public function dataPhp74Functions(): array
9730
9730
'$mbStrSplitConstantStringWithGreaterSplitLengthThanStringLengthAndInvalidEncoding ' ,
9731
9731
],
9732
9732
[
9733
- PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
9733
+ PHP_VERSION_ID < 80000 ? 'array<int, string>&nonEmpty |false ' : 'array<int, string>&nonEmpty ' ,
9734
9734
'$mbStrSplitConstantStringWithGreaterSplitLengthThanStringLengthAndVariableEncoding ' ,
9735
9735
],
9736
9736
[
@@ -9746,15 +9746,15 @@ public function dataPhp74Functions(): array
9746
9746
'$mbStrSplitConstantStringWithFailureSplitLengthAndVariableEncoding ' ,
9747
9747
],
9748
9748
[
9749
- PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
9749
+ PHP_VERSION_ID < 80000 ? 'array<int, string>&nonEmpty |false ' : 'array<int, string>&nonEmpty ' ,
9750
9750
'$mbStrSplitConstantStringWithInvalidSplitLengthTypeAndValidEncoding ' ,
9751
9751
],
9752
9752
[
9753
9753
'false ' ,
9754
9754
'$mbStrSplitConstantStringWithInvalidSplitLengthTypeAndInvalidEncoding ' ,
9755
9755
],
9756
9756
[
9757
- PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
9757
+ PHP_VERSION_ID < 80000 ? 'array<int, string>&nonEmpty |false ' : 'array<int, string>&nonEmpty ' ,
9758
9758
'$mbStrSplitConstantStringWithInvalidSplitLengthTypeAndVariableEncoding ' ,
9759
9759
],
9760
9760
[
@@ -9766,19 +9766,19 @@ public function dataPhp74Functions(): array
9766
9766
'$mbStrSplitConstantStringWithVariableStringAndConstantSplitLengthAndInvalidEncoding ' ,
9767
9767
],
9768
9768
[
9769
- PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
9769
+ PHP_VERSION_ID < 80000 ? 'array<int, string>&nonEmpty |false ' : 'array<int, string>&nonEmpty ' ,
9770
9770
'$mbStrSplitConstantStringWithVariableStringAndConstantSplitLengthAndVariableEncoding ' ,
9771
9771
],
9772
9772
[
9773
- PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
9773
+ PHP_VERSION_ID < 80000 ? 'array<int, string>&nonEmpty |false ' : 'array<int, string>&nonEmpty ' ,
9774
9774
'$mbStrSplitConstantStringWithVariableStringAndVariableSplitLengthAndValidEncoding ' ,
9775
9775
],
9776
9776
[
9777
9777
'false ' ,
9778
9778
'$mbStrSplitConstantStringWithVariableStringAndVariableSplitLengthAndInvalidEncoding ' ,
9779
9779
],
9780
9780
[
9781
- PHP_VERSION_ID < 80000 ? 'array<int, string>|false ' : 'array<int, string> ' ,
9781
+ PHP_VERSION_ID < 80000 ? 'array<int, string>&nonEmpty |false ' : 'array<int, string>&nonEmpty ' ,
9782
9782
'$mbStrSplitConstantStringWithVariableStringAndVariableSplitLengthAndVariableEncoding ' ,
9783
9783
],
9784
9784
];
0 commit comments