store text length in local var in Preprocess::processToObj/Xml
authorumherirrender <umherirrender_de.wp@web.de>
Mon, 6 Aug 2012 11:41:28 +0000 (13:41 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Mon, 6 Aug 2012 11:41:28 +0000 (13:41 +0200)
commit80cc857fc1b835058b107692456a2f65ed6d6a79
tree22f0ae68301da9e35598b93530d7d382167577cc
parent737ccd82c67f963ca2b20acdc348d423e5cf2509
store text length in local var in Preprocess::processToObj/Xml

The $text is constant and that means, the length of $text is also
constant, store it in a local var is easy than.

Change-Id: I9631b862f40eef7f8b18559ffd474a0037077d18
includes/parser/Preprocessor_DOM.php
includes/parser/Preprocessor_Hash.php
includes/parser/Preprocessor_HipHop.hphp