Home
last modified time | relevance | path

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

123

/PHP-7.4/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-7.4/ext/spl/tests/
H A Dbug74058.phpt54 $y['a2'] = new stdClass();
55 var_dump($y['a2']);
57 $y['a2']->b = 'some value';
58 var_dump($y['a2']);
72 offsetSet('a2')
73 offsetGet('a2')
76 offsetGet('a2')
77 offsetGet('a2')
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-7.4/ext/reflection/tests/
H A DReflectionProperty_getModifiers_basic.phpt8 protected $a2;
17 protected $a2;
37 C::a2: int(2)
38 D::a2: int(2)
H A Dtraits005.phpt10 class C4 { use T1 { m1 as a1; m2 as a2; } }
38 ["a2"]=>
/PHP-7.4/Zend/tests/
H A Dbug69017.phpt12 public static $a2 = array(self::ZERO => 'zero');
18 c1::$a2[] = 1;
22 var_dump(c1::$a2);
H A Dbug42819.phpt35 static $a2 = array(foo\I => 0);
45 static $a2 = array(foo\I => I);
55 static $a2 = array(foo\I => foo\I);
65 static $a2 = array(foo\I => ArrayObject::STD_PROP_LIST);
75 static $a2 = array(foo\I => E_ERROR);
101 print_r(bar1::$a2);
109 print_r(bar2::$a2);
117 print_r(bar3::$a2);
125 print_r(bar4::$a2);
133 print_r(bar5::$a2);
H A Dbug74093.phpt16 $a2 = range(100000, 1999999);
17 array_intersect($a1, $a2);
H A Dbug52614.phpt7 public $a2 = array();
17 return $this->a2;
50 var_dump($foo->a2);
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_059.phpt12 public int $a2;
21 ["a2"]=>
H A Dtyped_properties_052.phpt11 public ?A $a2;
28 ["a2"]=>
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_36_create_collation.phpt15 foreach(array('a1', 'a10', 'a2') as $s){
40 a2
43 a2
/PHP-7.4/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-7.4/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-7.4/Zend/tests/traits/bugs/
H A Dalias01.phpt18 $o->a2();
26 Fatal error: Uncaught Error: Call to undefined method C1::a2() in %s:%d
/PHP-7.4/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-7.4/ext/intl/tests/
H A Dregression_sortwsk_eq.phpt29 $a2 = array( 'пп', 'ппп', 'п' );
33 $res_str .= sort_using_locale( 'ru_RU', $a2 );
H A Dregression_sort_eq.phpt29 $a2 = array( 'пп', 'ппп', 'п' );
33 $res_str .= sort_using_locale( 'ru_RU', $a2 );
/PHP-7.4/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-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2a.phpt44 $a2 = str_repeat('b', 4087);
57 do_insert($db, $i * 10 + 2, $a2, $a9);
64 do_insert($db, $i * 10 + 9, $a9, $a2);

Completed in 38 milliseconds

123