Page MenuHomePhabricator

Minor change to `src/__phutil_library_init__.php`
ClosedPublic

Authored by joshuaspence on Jul 16 2014, 3:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 26, 7:18 PM
Unknown Object (File)
Dec 15 2024, 4:30 AM
Unknown Object (File)
Dec 8 2024, 3:41 AM
Unknown Object (File)
Dec 6 2024, 4:38 PM
Unknown Object (File)
Dec 4 2024, 5:27 AM
Unknown Object (File)
Nov 20 2024, 11:48 PM
Unknown Object (File)
Nov 20 2024, 9:01 PM
Unknown Object (File)
Nov 11 2024, 11:36 PM
Subscribers

Details

Summary

Use __FUNCTION__ instead of a hardcoded function naming. According to the documentation, __FUNCTION__ was added in PHP 4.3.0.

Test Plan

N/A

Diff Detail

Repository
rPHU libphutil
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Minor change to `src/__phutil_library_init__.php`.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jul 16 2014, 11:47 AM