Home
last modified time | relevance | path

Searched refs:arr (Results 101 – 125 of 212) sorted by relevance

123456789

/PHP-5.5/Zend/tests/
H A Doffset_bool.phpt22 $arr = Array(1,2,3);
23 var_dump($bool[$arr]);
H A Doffset_long.phpt22 $arr = Array(1,2,3);
23 var_dump($long[$arr]);
H A Doffset_null.phpt22 $arr = Array(1,2,3);
23 var_dump($null[$arr]);
H A Dbug44899.phpt21 $arr = array('foo' => '');
23 $myclass = new myclass($arr) ;
H A Dbug44899_2.phpt26 $arr = array('foo' => '');
28 $myclass = new myclass($arr) ;
/PHP-5.5/tests/lang/
H A Dengine_assignExecutionOrder_003.phpt54 $arr = array(array(0,0),0);
59 $arr[foo1()][foo1()] = $brr[foo1()][foo1()] +
62 $val = $arr[0][1];
H A Dbug23384.phpt12 static $arr = array(Foo::HUN => 'ten');
14 print_r($arr);
/PHP-5.5/ext/mysqli/tests/
H A D069.phpt17 while ($arr = $res->fetch_assoc()) {
18 var_dump($arr);
/PHP-5.5/ext/spl/tests/
H A Dclass_uses_basic2.phpt37 function s_var_dump($arr) {
38 krsort($arr);
39 var_dump($arr);
H A DrecursiveIteratorIterator_beginchildren_error.phpt6 $arr = array(array(1,2),2);
7 $arrOb = new ArrayObject($arr);
H A DrecursiveIteratorIterator_callHasChildren_error.phpt6 $arr = array(1,2);
7 $arrOb = new ArrayObject($arr);
H A DrecursiveIteratorIterator_nextelement_error.phpt6 $arr = array(1,2);
7 $arrOb = new ArrayObject($arr);
H A DrecursiveIteratorIterator_endchildren_error.phpt6 $arr = array(array(1,2));
7 $arrOb = new ArrayObject($arr);
H A Drecursive_tree_iterator_setpostfix.phpt8 $arr = array(
27 $it = new RecursiveArrayIterator($arr);
/PHP-5.5/ext/standard/tests/array/
H A Deach_error.phpt5 /* Prototype : array each(array $arr)
23 $arr = array(1, 2);
25 var_dump( each($arr, $extra_arg) );
H A Dbug35821.phpt19 $arr = array(new Element(), new Element(), new Element());
20 array_map(array('Element', 'CallBack'), $arr);
/PHP-5.5/ext/gd/tests/
H A Dbug66356.phpt14 $arr = array("x" => "a", "y" => "12b", "width" => 10, "height" => 10);
15 var_dump(imagecrop($img, $arr));
16 print_r($arr);
H A Dlibgd00186.phpt25 $arr = imagecolorsforindex($im, $index);
26 if ($arr['blue'] == 2) {
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_wbmp.phpt18 var_dump(getimagesize(dirname(__FILE__) . "/75x50.wbmp", $arr));
19 var_dump($arr);
H A Dgetimagesize_xbm.phpt18 var_dump(getimagesize(dirname(__FILE__) . "/75x50.xbm", $arr));
19 var_dump($arr);
H A Dgetimagesize_tif_mm.phpt18 var_dump(getimagesize(dirname(__FILE__) . "/2x2mm.tif", $arr));
19 var_dump($arr);
/PHP-5.5/ext/snmp/tests/
H A Dbug72479.phpt9 $arr = [1, [1, 2, 3, 4, 5], 3, 4, 5];
10 $poc = 'a:3:{i:1;N;i:2;O:4:"snmp":1:{s:11:"quick_print";'.serialize($arr).'}i:1;R:7;}';
/PHP-5.5/ext/openssl/tests/
H A Dbug47828.phpt34 $arr = openssl_x509_parse($cert);
35 var_dump($arr['hash']);
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode1.phpt5 $arr = array(
32 foreach ($arr as $ent) {
/PHP-5.5/ext/phar/tests/
H A Dphar_setsignaturealgo2.phpt7 $arr = Phar::getSupportedSignatures();
8 if (!in_array("OpenSSL", $arr)) die("skip openssl support required");
9 if (!in_array('SHA-256', $arr)) die("skip hash extension loaded shared");

Completed in 36 milliseconds

123456789