Explorar o código

[DOCU] English:

- manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17864 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas %!s(int64=16) %!d(string=hai) anos
pai
achega
60e8fcda4e
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      documentation/manual/en/ref/performance-classloading.xml

+ 3 - 3
documentation/manual/en/ref/performance-classloading.xml

@@ -224,10 +224,10 @@ set_include_path(implode(PATH_SEPARATOR, $paths));
                 This one-liner (broken into two lines for readability) iterates
                 This one-liner (broken into two lines for readability) iterates
                 through each <acronym>PHP</acronym> file and tells it to replace each instance of
                 through each <acronym>PHP</acronym> file and tells it to replace each instance of
                 'require_once' with '// require_once', effectively commenting
                 'require_once' with '// require_once', effectively commenting
-                out each such statement. (It selectively keeps 
-                <functionname>require_once</functionname> calls within
+                out each such statement. (It selectively keeps
+                <function>require_once</function> calls within
                 <classname>Zend_Application</classname> and
                 <classname>Zend_Application</classname> and
-                <classname>Zend_Loader_Autoloader</classname>, as these classes will fail without 
+                <classname>Zend_Loader_Autoloader</classname>, as these classes will fail without
                 them.)
                 them.)
             </para>
             </para>