Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0242d49

Browse filesBrowse files
committed
fix typo in Readme 'compatibility notes'
1 parent ceffa85 commit 0242d49
Copy full SHA for 0242d49

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/Php70/README.md‎

Copy file name to clipboardExpand all lines: src/Php70/README.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Compatibility notes
1616
===================
1717

1818
To write portable code between PHP5 and PHP7, some care must be taken:
19-
- `\*Error` exceptions must by caught before `\Exception`;
19+
- `\*Error` exceptions must be caught before `\Exception`;
2020
- after calling `error_clear_last()`, the result of `$e = error_get_last()` must be
2121
verified using `isset($e['message'][0])` instead of `null === $e`.
2222

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.