/PHP-8.2/ext/standard/tests/array/ |
H A D | bug42177.phpt | 7 $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 ); 26 unset( $a1, $a2 ); 31 $a2 = array( 'key1' => $a1, $x, $y ); [all …]
|
H A D | bug20381.phpt | 7 'a2' => array( 1, 2, 3 ), 14 'a2' => array( 3, 4, 5 ), 29 ["a2"]=> 56 ["a2"]=>
|
H A D | bug21182.phpt | 8 echo "a2: $a : type : " . gettype($a) . "\n"; 12 a2: 20 : type : string
|
H A D | bug48224.phpt | 7 $a2 = array_rand($a, count($a)); 11 var_dump($a1 === $a2 && $a1 === $a3 && $a1 === $a4);
|
/PHP-8.2/ext/spl/tests/ |
H A D | bug74058.phpt | 54 $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 D | spl_autoload_bug48541.phpt | 9 echo "a2 called\n"; 18 $a2 = $x->getClosure(); 24 spl_autoload_register($a2); 28 $c2 = $a2; 35 a2 called
|
/PHP-8.2/ext/opcache/tests/jit/ |
H A D | gh12527.phpt | 9 $a2 = []; 12 $a2["bad"][] = $key; 14 $a2[0][] = $key; 17 foreach ($a2 as $key => $val) {
|
H A D | fetch_dim_r_012.phpt | 11 $a = 0; $a1 = []; $a2 = []; 14 $a2["$a1[$a] "] = $a += $y; 16 var_dump($a1, $a2);
|
H A D | gh12512_2.phpt | 15 $a2 = []; 17 $a2[] = $v; 20 $count = $a2[5];
|
/PHP-8.2/Zend/asm/ |
H A D | make_arm_aapcs_macho_gas.S | 55 add a2, a1, #112 56 mov a3, a2 60 adr a2, finish 63 str a2, [a1, #104]
|
H A D | make_arm_aapcs_elf_gas.S | 58 add a2, a1, #108 59 mov a3, a2 63 adr a2, finish 66 str a2, [a1, #100]
|
H A D | jump_riscv64_sysv_elf_gas.S | 102 mv a2, sp 139 mv a0, a2 142 ld a2, 0xc8(sp) 147 jr a2
|
/PHP-8.2/ext/reflection/tests/ |
H A D | ReflectionProperty_getModifiers_basic.phpt | 8 protected $a2; 17 protected $a2; 37 C::a2: int(2) 38 D::a2: int(2)
|
H A D | traits005.phpt | 10 class C4 { use T1 { m1 as a1; m2 as a2; } } 38 ["a2"]=>
|
/PHP-8.2/Zend/tests/ |
H A D | bug42819.phpt | 35 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 D | bug69017.phpt | 12 public static $a2 = array(self::ZERO => 'zero'); 18 c1::$a2[] = 1; 26 var_dump(c1::$a2);
|
H A D | bug74093.phpt | 16 $a2 = range(100000, 2999999); 17 array_intersect($a1, $a2);
|
H A D | bug52614.phpt | 7 public $a2 = array(); 17 return $this->a2; 50 var_dump($foo->a2);
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | strnatcmp_basic.phpt | 12 $a2 = "ABC1"; 42 var_dump(strnatcmp($b1, $a2)); 43 var_dump(strnatcmp($c1, $a2)); 44 var_dump(strnatcmp($d1, $a2));
|
/PHP-8.2/ext/sqlite3/tests/ |
H A D | sqlite3_36_create_collation.phpt | 15 foreach(array('a1', 'a10', 'a2') as $s){ 40 a2 43 a2
|
/PHP-8.2/Zend/tests/type_declarations/ |
H A D | typed_properties_059.phpt | 12 public int $a2; 21 ["a2"]=>
|
H A D | typed_properties_052.phpt | 11 public ?A $a2; 28 ["a2"]=>
|
/PHP-8.2/ext/simplexml/tests/ |
H A D | bug38424.phpt | 15 $xml["a2"] = htmlspecialchars($str,ENT_NOQUOTES) ; 26 <xml a1="abc &amp; def" a2="abc &amp; def" a3="abc & def" a4="abc & def"/>
|
/PHP-8.2/ext/mysqli/tests/ |
H A D | 022.phpt | 23 mysqli_stmt_bind_param($stmt, "ss", $a1, $a2); 26 $a2 = str_repeat("A1", 32000); 37 $test[] = ($a2 == $c2) ? "32K String ok" : "32K String failed";
|
/PHP-8.2/Zend/tests/traits/bugs/ |
H A D | alias01.phpt | 18 $o->a2(); 26 Fatal error: Uncaught Error: Call to undefined method C1::a2() in %s:%d
|