Lines Matching refs:types

41     $types = 'i';
45 1 => &$types,
70 $types = 'i';
73 0 => &$types,
98 $types = 'i';
101 0 => $types,
115 …print "Call user func, object oriented, using variable for types. using references for bound param…
142 …print "Call user func, object oriented, using constant for types. using references for bound param…
153 $types = 'i';
157 1 => $types,
171 …print "Call user func, procedural, using references for everything but using variable for types\n";
182 $types = 'i';
186 1 => $types,
200 … func, procedural, using references for bound parameter, using variables for resource and types\n";
211 $types = 'i';
215 1 => $types,
229 … func, procedural, using references for bound parameter, using variables for resource and types\n";
257 …al, using references for bound parameter, using variable for resource, using constant for types\n";
280 …ng references for bound parameter, using variable for resource, using constant for types, array\n";
312 $types = 'i';
341 Call user func, object oriented, using variable for types. using references for bound parameter
344 Call user func, object oriented, using constant for types. using references for bound parameter
347 Call user func, procedural, using references for everything but using variable for types
350 …user func, procedural, using references for bound parameter, using variables for resource and types
353 …user func, procedural, using references for bound parameter, using variables for resource and types
356 …edural, using references for bound parameter, using variable for resource, using constant for types
359 … using references for bound parameter, using variable for resource, using constant for types, array