Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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.5/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.5/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_006.phpt8 $ary = array(
37 $it = new RecursiveArrayIteratorAggregated($ary);
H A Drecursive_tree_iterator_005.phpt8 $ary = array(
28 $it = new RecursiveTreeIterator(new RecursiveArrayIterator($ary), 0);
/PHP-5.5/ext/soap/tests/soap12/
H A Dsoap12-test.inc81 function echo2DStringArray($ary) {
82 return $ary;
85 function echoNestedArray($ary) {
86 return $ary;
/PHP-5.5/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);
/PHP-5.5/ext/openssl/tests/
H A Dsni_001.phpt33 $ary = stream_context_get_options($context);
34 assert($ary);
36 $cert = $ary['ssl']['peer_certificate'];

Completed in 20 milliseconds