Ticket #898 (closed defect: fixed)
Minor optimization: Use (int) over intval()
| Reported by: | knut | Owned by: | knut |
|---|---|---|---|
| Priority: | low | Milestone: | 3.1.3 |
| Component: | Prado Framework v3 | Version: | 3.1 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
Best practice is to use the built in type juggling with (int) to extract the integer value from a zval instead of using a function call.
Change History
Note: See
TracTickets for help on using
tickets.
