Home
last modified time | relevance | path

Searched refs:ary2 (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/standard/tests/general_functions/
H A Dget_cfg_var_array.phpt6 ary2[1] = a
7 ary2[2] = b
12 var_dump(get_cfg_var('ary2'));
/PHP-7.4/ext/reflection/tests/
H A DReflectionReference.phpt28 $ary2 = [&$ary[2], &$ref3];
29 $r2_2 = ReflectionReference::fromArrayElement($ary2, 0);
30 $r3_2 = ReflectionReference::fromArrayElement($ary2, 1);
/PHP-7.4/Zend/
H A Dbench.php125 function ary2($n) { function
401 ary2(50000);

Completed in 11 milliseconds