Lines Matching refs:calls
91 3) inside namespace, calls to unqualified functions that are defined in
93 interpreted as calls to these namespace functions.
94 4) inside namespace, calls to unqualified functions that are not defined
118 // then calls internal function "foo"
119 \foo(); // calls function "foo" defined in global scope
138 // then calls method "foo" of internal class "B"
140 // then calls method "foo" of class "B" from global scope
149 // then calls method "foo" of internal class "A"
151 // then calls method "foo" of class "A" from global scope
160 - calls to internal functions in namespaces are slower, because PHP first
162 - calls to static methods are slower, because PHP first tries to look