Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor variable naming in thread safety test
Renamed the variable $result to $res in test loop for clarity and consistency with the rest of the code. This change ensures uniformity in variable names and improves readability without altering the test's logic or output. The redundant PHP closing tag was also removed to align with PSR-2 coding standards.
- Loading branch information