We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7dfb34 commit 9d948c1Copy full SHA for 9d948c1
run-tests.php
@@ -2882,19 +2882,6 @@ function expectf_to_regex(?string $wanted): string
2882
'%0' => '\x00',
2883
]);
2884
}
2885
-
2886
-/**
2887
- * @return bool|int
2888
- */
2889
-function comp_line(string $l1, string $l2, bool $is_reg)
2890
-{
2891
- if ($is_reg) {
2892
- return preg_match('/^' . $l1 . '$/s', $l2);
2893
- }
2894
2895
- return !strcmp($l1, $l2);
2896
-}
2897
2898
/**
2899
* Map "Zend OPcache" to "opcache" and convert all ext names to lowercase.
2900
*/
0 commit comments