This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
Fabien Potencier 53033617f7 minor #18021 Don't use reflections when possible (Ener-Getick)
This PR was merged into the 2.3 branch.

Discussion
----------

Don't use reflections when possible

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Use php functions instead of reflection when possible (to improve a bit the performance).

Commits
-------

a46270a Don't use reflections when possible
2016-03-06 11:24:23 +01:00
..
BrowserKit Updated all the README files 2016-03-04 08:12:06 +01:00
ClassLoader Updated all the README files 2016-03-04 08:12:06 +01:00
Config Updated all the README files 2016-03-04 08:12:06 +01:00
Console bug #15794 [Console] default to stderr in the console helpers (alcohol) 2016-03-04 10:20:54 +01:00
CssSelector Updated all the README files 2016-03-04 08:12:06 +01:00
Debug Use constant instead of function call. 2016-03-04 15:04:09 +02:00
DependencyInjection minor #18021 Don't use reflections when possible (Ener-Getick) 2016-03-06 11:24:23 +01:00
DomCrawler minor #17997 Updated all the README files (javiereguiluz) 2016-03-04 08:12:08 +01:00
EventDispatcher Updated all the README files 2016-03-04 08:12:06 +01:00
Filesystem fixed test name 2016-03-04 12:06:48 +01:00
Finder Updated all the README files 2016-03-04 08:12:06 +01:00
Form Updated all the README files 2016-03-04 08:12:06 +01:00
HttpFoundation Use constant instead of function call. 2016-03-04 15:04:09 +02:00
HttpKernel Use constant instead of function call. 2016-03-04 15:04:09 +02:00
Intl Updated all the README files 2016-03-04 08:12:06 +01:00
Locale Updated all the README files 2016-03-04 08:12:06 +01:00
OptionsResolver Updated all the README files 2016-03-04 08:12:06 +01:00
Process Updated all the README files 2016-03-04 08:12:06 +01:00
PropertyAccess Updated all the README files 2016-03-04 08:12:06 +01:00
Routing Updated all the README files 2016-03-04 08:12:06 +01:00
Security Updated all the README files 2016-03-04 08:12:06 +01:00
Serializer minor #18021 Don't use reflections when possible (Ener-Getick) 2016-03-06 11:24:23 +01:00
Stopwatch Updated all the README files 2016-03-04 08:12:06 +01:00
Templating Updated all the README files 2016-03-04 08:12:06 +01:00
Translation Updated all the README files 2016-03-04 08:12:06 +01:00
Validator minor #18021 Don't use reflections when possible (Ener-Getick) 2016-03-06 11:24:23 +01:00
Yaml minor #17997 Updated all the README files (javiereguiluz) 2016-03-04 08:12:08 +01:00