Home
last modified time | relevance | path

Searched refs:a2 (Results 1 – 25 of 68) sorted by relevance

123

/PHP-5.6/ext/standard/tests/array/
H A Dbug42177.phpt7 $a2 = array();
8 $a1 = array_merge_recursive( $a1, $a2 );
9 $a1 = array_merge_recursive( $a1, $a2 );
10 unset( $a1, $a2 );
13 $a2 = array( 'key1' => 1, 'key3' => 2 );
14 $a1 = array_merge_recursive( $a1, $a2 );
16 unset( $a1, $a2 );
19 $a2 = array( 'key1' => &$a1 );
22 unset( $a1, $a2 );
27 $a2 = array( 'key1' => $a1, $x, $y );
[all …]
H A Dbug20381.phpt7 'a2' => array( 1, 2, 3 ),
14 'a2' => array( 3, 4, 5 ),
29 ["a2"]=>
56 ["a2"]=>
H A Dbug21182.phpt8 echo "a2: $a : type : " . gettype($a) . "\n";
12 a2: 20 : type : string
H A Dbug48224.phpt7 $a2 = array_rand($a, count($a));
11 var_dump($a1 === $a2 && $a1 === $a3 && $a1 === $a4);
H A Dbug34227.phpt58 function m11($a1, $a2, $a3, $a4, $a5, $a6, $a7, $a8, $a9, $a10)
71 function p5($a1, $a2, $a3, $a4, $a5, $a6, $a7, $a8, $a9, $a10, $a11, $a12)
/PHP-5.6/ext/spl/tests/
H A Dspl_autoload_bug48541.phpt9 echo "a2 called\n";
18 $a2 = $x->getClosure();
24 spl_autoload_register($a2);
28 $c2 = $a2;
36 a2 called
/PHP-5.6/ext/reflection/tests/
H A DReflectionProperty_getModifiers_basic.phpt8 protected $a2;
17 protected $a2;
37 C::a2: int(512)
38 D::a2: int(512)
H A Dtraits005.phpt10 class C4 { use T1 { m1 as a1; m2 as a2; } }
38 ["a2"]=>
/PHP-5.6/Zend/tests/
H A Dbug42819.phpt37 static $a2 = array(foo\I => 0);
47 static $a2 = array(foo\I => I);
57 static $a2 = array(foo\I => foo\I);
67 static $a2 = array(foo\I => ArrayObject::STD_PROP_LIST);
77 static $a2 = array(foo\I => E_ERROR);
103 print_r(bar1::$a2);
111 print_r(bar2::$a2);
119 print_r(bar3::$a2);
127 print_r(bar4::$a2);
135 print_r(bar5::$a2);
H A Dbug69017.phpt12 public static $a2 = array(self::ZERO => 'zero');
18 c1::$a2[] = 1;
22 var_dump(c1::$a2);
H A Dbug52614.phpt7 public $a2 = array();
17 return $this->a2;
50 var_dump($foo->a2);
/PHP-5.6/ext/sqlite3/tests/
H A Dsqlite3_36_create_collation.phpt15 foreach(array('a1', 'a10', 'a2') as $s){
40 a2
43 a2
/PHP-5.6/ext/standard/tests/strings/
H A Dstrnatcmp_basic.phpt16 $a2 = "ABC1";
46 var_dump(strnatcmp($b1, $a2));
47 var_dump(strnatcmp($c1, $a2));
48 var_dump(strnatcmp($d1, $a2));
/PHP-5.6/Zend/tests/traits/bugs/
H A Dalias01.phpt18 $o->a2();
26 Fatal error: Call to undefined method C1::a2() in %s on line %d
/PHP-5.6/ext/mysqli/tests/
H A D022.phpt22 mysqli_stmt_bind_param($stmt, "ss", $a1, $a2);
25 $a2 = str_repeat("A1", 32000);
36 $test[] = ($a2 == $c2) ? "32K String ok" : "32K String failed";
/PHP-5.6/ext/simplexml/tests/
H A Dbug38424.phpt15 $xml["a2"] = htmlspecialchars($str,ENT_NOQUOTES) ;
26 <xml a1="abc &amp;amp; def" a2="abc &amp;amp; def" a3="abc &amp; def" a4="abc &amp; def"/>
H A Dbug62639.phpt40 $a2 = new A($xml2);
42 foreach ($a2->b->c->children() as $key => $value) {
/PHP-5.6/ext/intl/tests/
H A Dregression_sort_eq.phpt29 $a2 = array( 'пп', 'ппп', 'п' );
33 $res_str .= sort_using_locale( 'ru_RU', $a2 );
H A Dregression_sortwsk_eq.phpt29 $a2 = array( 'пп', 'ппп', 'п' );
33 $res_str .= sort_using_locale( 'ru_RU', $a2 );
H A Dregression_sort_and_cow.phpt44 $a2 = array( 'в', 'а', 'б' );
47 $res_str .= test_COW( 'ru_RU', $a2 );
H A Dregression_sortwsk_and_cow.phpt45 $a2 = array( 'в', 'а', 'б' );
48 $res_str .= test_COW( 'ru_RU', $a2 );
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug36575.phpt33 $a2 = new CT_A2();
34 $a2->var1 = "one";
35 $a2->var2 = "two";
36 $client->test($a2);
/PHP-5.6/tests/lang/
H A Dengine_assignExecutionOrder_003.phpt27 $a2 = array("dead","dead","live");
30 $a = array($a1,$a2,$a3);
/PHP-5.6/ext/xsl/tests/
H A Dxslt001.phpt20 a2 c2 <br/>
H A Dxslt003.phpt21 a2 c2 <br/>

Completed in 31 milliseconds

123