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 cda67fb commit cf5ded9Copy full SHA for cf5ded9
run-tests.php
@@ -2866,19 +2866,6 @@ function expectf_to_regex(?string $wanted): string
2866
'%0' => '\x00',
2867
]);
2868
}
2869
-
2870
-/**
2871
- * @return bool|int
2872
- */
2873
-function comp_line(string $l1, string $l2, bool $is_reg)
2874
-{
2875
- if ($is_reg) {
2876
- return preg_match('/^' . $l1 . '$/s', $l2);
2877
- }
2878
2879
- return !strcmp($l1, $l2);
2880
-}
2881
2882
/**
2883
* Map "Zend OPcache" to "opcache" and convert all ext names to lowercase.
2884
*/
0 commit comments