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)
Tue, Oct 1, 11:24 PM
Unknown Object (File)
Sep 3 2024, 2:26 AM
Unknown Object (File)
Sep 1 2024, 10:19 AM
Unknown Object (File)
Sep 1 2024, 10:19 AM
Unknown Object (File)
Sep 1 2024, 10:19 AM
Unknown Object (File)
Sep 1 2024, 10:15 AM
Unknown Object (File)
Aug 30 2024, 4:55 PM
Unknown Object (File)
Aug 26 2024, 2:29 AM
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