Lines Matching refs:Pass
2 Pass function and method calls by reference and by value.
45 echo "Pass a function call that returns a value:\n";
50 echo "Pass a function call that returns a reference:\n";
61 echo "Pass a static method call that returns a reference:\n";
73 echo "Pass a method call that returns a reference:\n";
80 Pass a function call that returns a value:
85 Pass a function call that returns a reference:
89 Pass a static method call that returns a value:
94 Pass a static method call that returns a reference:
98 Pass a method call that returns a value:
103 Pass a method call that returns a reference: