Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions run-tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -2866,19 +2866,6 @@ function expectf_to_regex(?string $wanted): string
'%0' => '\x00',
]);
}

/**
* @return bool|int
*/
function comp_line(string $l1, string $l2, bool $is_reg)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

never called function

{
if ($is_reg) {
return preg_match('/^' . $l1 . '$/s', $l2);
}

return !strcmp($l1, $l2);
}

/**
* Map "Zend OPcache" to "opcache" and convert all ext names to lowercase.
*/
Expand Down
Loading