Ticket #898 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

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

Changed 4 months ago by knut

  • status changed from new to assigned

Changed 4 months ago by knut

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.