Home
last modified time | relevance | path

Searched refs:ary (Results 1 – 11 of 11) sorted by relevance

/PHP-5.6/ext/standard/tests/array/
H A Dbug22463.phpt6 function a($ary) {
7 return (is_array($ary) ? array_reduce($ary, 'cb', 0) : 1);
14 $ary = array(
26 var_dump(a($ary));
/PHP-5.6/ext/soap/interop/
H A Dserver_round2_groupB.php44 function echo2DStringArray($ary) argument
46 return $ary;
49 function echoNestedArray($ary) argument
51 return $ary;
/PHP-5.6/ext/soap/tests/interop/Round2/GroupB/
H A Dround2_groupB.inc23 function echo2DStringArray($ary)
25 return $ary;
28 function echoNestedArray($ary)
30 return $ary;
/PHP-5.6/ext/spl/tests/
H A Drecursive_tree_iterator_004.phpt8 $ary = array(
27 $it = new RecursiveTreeIterator(new RecursiveArrayIterator($ary));
H A Drecursive_tree_iterator_007.phpt8 $ary = array(new stdClass);
20 $it = new RecursiveArrayIteratorAggregated($ary);
H A Drecursive_tree_iterator_008.phpt8 $ary = array(
13 $it = new RecursiveArrayIterator($ary);
H A Drecursive_tree_iterator_001.phpt8 $ary = array(
27 $it = new RecursiveArrayIterator($ary);
H A Drecursive_tree_iterator_005.phpt8 $ary = array(
28 $it = new RecursiveTreeIterator(new RecursiveArrayIterator($ary), 0);
H A Drecursive_tree_iterator_006.phpt8 $ary = array(
37 $it = new RecursiveArrayIteratorAggregated($ary);
/PHP-5.6/ext/soap/tests/soap12/
H A Dsoap12-test.inc81 function echo2DStringArray($ary) {
82 return $ary;
85 function echoNestedArray($ary) {
86 return $ary;
/PHP-5.6/Zend/
H A Dbench.php112 function ary($n) { function
259 $ary[$i] = gen_random(1);
261 heapsort_r($N, $ary);
262 printf("%.10f\n", $ary[$N]);
399 ary(50000);

Completed in 16 milliseconds