Home
last modified time | relevance | path

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

/PHP-7.2/Zend/tests/
H A Dbug63734.phpt9 public $ary;
12 $this->ary[] = 42;
15 global $ary;
16 $ary[] = $this->ary[0];
24 var_dump($ary);
H A Dbug76846.phpt19 $ary = [];
21 $ary[] = new stdClass;
/PHP-7.2/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-7.2/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-7.2/ext/opcache/tests/
H A Dassign_obj_op_of_fetch_dim.phpt2 Type inference for $ary[$idx]->prop +=
7 $ary = [];
8 $ary[0]->y += 2;
9 var_dump(is_object($ary[0]));
/PHP-7.2/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-7.2/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-7.2/ext/soap/tests/soap12/
H A Dsoap12-test.inc81 function echo2DStringArray($ary) {
82 return $ary;
85 function echoNestedArray($ary) {
86 return $ary;
/PHP-7.2/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 17 milliseconds