php-benchmark-script
php-benchmark-script copied to clipboard
Fix to prevent deprecated-notes in PHP 8.4 and newer
@@ -132,7 +132,7 @@
rtrim($string);
sha1($string);
soundex($string);
- str_getcsv($string);
+ str_getcsv($string, ",", "\"", "\\");
str_ireplace('fox', 'cat', $string);
str_pad($string, 50);
str_repeat($string, 10);
\ No newline at end of file