/PHP-8.3/ext/standard/tests/array/ |
H A D | bug42177.phpt | 8 $a1 = array_merge_recursive( $a1, $a2 ); 9 $a1 = array_merge_recursive( $a1, $a2 ); 10 unset( $a1, $a2 ); 12 $a1 = array(); 14 $a1 = array_merge_recursive( $a1, $a2 ); 15 $a1 = array_merge_recursive( $a1, $a2 ); 18 $a1 = array(); 20 $a1 = array_merge_recursive( $a1, $a2 ); 22 $a1 = array_merge_recursive( $a1, $a2 ); 32 $a1 = array_merge_recursive( $a1, $a2 ); [all …]
|
H A D | bug48224.phpt | 6 $a1 = array_rand($a, count($a)); 11 var_dump($a1 === $a2 && $a1 === $a3 && $a1 === $a4);
|
H A D | bug20381.phpt | 6 'a1' => 1, 13 $b = array( 'a1' => 2, 27 ["a1"]=> 54 ["a1"]=>
|
H A D | natcasesort_basic.phpt | 11 $array = array ('A01', 'a1', 'b10', 'a01', 'b01'); 29 string(2) "a1" 46 string(2) "a1"
|
/PHP-8.3/ext/standard/tests/versioning/ |
H A D | version_compare.phpt | 68 1.0a1 = 1.0a1 222 1.0a1 lt 1.0a1 : false 223 1.0a1 < 1.0a1 : false 224 1.0a1 le 1.0a1 : true 225 1.0a1 <= 1.0a1 : true 226 1.0a1 gt 1.0a1 : false 228 1.0a1 ge 1.0a1 : true 229 1.0a1 >= 1.0a1 : true 230 1.0a1 eq 1.0a1 : true 231 1.0a1 = 1.0a1 : true [all …]
|
/PHP-8.3/Zend/asm/ |
H A D | make_arm_aapcs_macho_gas.S | 46 bic a1, a1, #15 49 sub a1, a1, #124 52 str a3, [a1, #108] 55 add a2, a1, #112 57 str a3, [a1, #68] 63 str a2, [a1, #104] 69 mov a1, #0
|
H A D | make_arm_aapcs_elf_gas.S | 49 bic a1, a1, #15 52 sub a1, a1, #124 55 str a3, [a1, #104] 58 add a2, a1, #108 60 str a3, [a1, #64] 66 str a2, [a1, #100] 75 mov a1, #0
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | strnatcmp_basic.phpt | 7 $a1 = "abc1"; 18 var_dump(strnatcmp($a1, $b1)); 19 var_dump(strnatcmp($a1, $c1)); 20 var_dump(strnatcmp($a1, $d1)); 24 var_dump(strnatcmp($a1, $b2)); 25 var_dump(strnatcmp($a1, $c2)); 26 var_dump(strnatcmp($a1, $d2)); 36 var_dump(strnatcmp($b1, $a1)); 37 var_dump(strnatcmp($c1, $a1)); 38 var_dump(strnatcmp($d1, $a1));
|
/PHP-8.3/ext/dom/tests/ |
H A D | gh11500.phpt | 12 $a1 = $dom->createElementNS('http://example.com', 'a1'); 14 $root->appendChild($a1); 23 var_dump($a1->namespaceURI); 34 $a1 = $dom->createElementNS('http://example.com', 'a1'); 37 $root->appendChild($a1); 53 var_dump($a1->namespaceURI); 94 <root xmlns="http://example2.com"><a1 xmlns="http://example.com"><b1/></a1><a2 xmlns="http://exampl… 102 <root xmlns="http://example.com"><a1><b1/></a1><a2><b2/></a2></root> 120 <root xmlns="http://example.com"><a1><b1><c1/></b1></a1><a2><b2><c2/></b2></a2></root> 140 <root xmlns="http://example.com"><a1><b1><c1/></b1></a1><a2><b2><c2/></b2></a2></root> [all …]
|
/PHP-8.3/ext/spl/tests/ |
H A D | bug74058.phpt | 47 $x->a1 = new stdClass(); 48 var_dump($x->a1); 50 $x->a1->b = 'some value'; 51 var_dump($x->a1); 62 offsetSet('a1') 63 offsetGet('a1') 66 offsetGet('a1') 67 offsetGet('a1')
|
/PHP-8.3/Zend/tests/ |
H A D | bug52614.phpt | 6 public $a1; 13 return $this->a1; 35 return $this->a1; 47 var_dump($foo->a1); 65 $foo->a1[0] = 1; 67 var_dump($foo->a1[0]); 69 var_dump($foo->a1[0]); 71 var_dump($foo->a1[0]);
|
H A D | bug34137.phpt | 5 $arr1 = array('a1' => array('alfa' => 'ok')); 6 $arr1 =& $arr1['a1'];
|
H A D | bug42819.phpt | 34 static $a1 = array(I => 0); 44 static $a1 = array(I => I); 54 static $a1 = array(I => foo\I); 64 static $a1 = array(I => ArrayObject::STD_PROP_LIST); 74 static $a1 = array(I => E_ERROR); 100 print_r(bar1::$a1); 108 print_r(bar2::$a1); 116 print_r(bar3::$a1); 124 print_r(bar4::$a1); 132 print_r(bar5::$a1);
|
H A D | bug69017.phpt | 11 public static $a1 = array(self::ONE => 'one'); 17 c1::$a1[] = 1; 25 var_dump(c1::$a1);
|
/PHP-8.3/ext/opcache/tests/jit/ |
H A D | fetch_dim_r_012.phpt | 11 $a = 0; $a1 = []; $a2 = []; 13 $a1[] = &$y; 14 $a2["$a1[$a] "] = $a += $y; 16 var_dump($a1, $a2);
|
H A D | gh12527.phpt | 8 function foo(array $a1) { 10 foreach ($a1 as $key => $val) {
|
/PHP-8.3/ext/reflection/tests/ |
H A D | traits005.phpt | 9 class C3 { use T1 { m1 as a1; } } 10 class C4 { use T1 { m1 as a1; m2 as a2; } } 31 ["a1"]=> 37 ["a1"]=>
|
H A D | ReflectionProperty_getModifiers_basic.phpt | 7 public $a1; 16 public $a1; 35 C::a1: int(1) 36 D::a1: int(1)
|
/PHP-8.3/ext/phar/tests/ |
H A D | frontcontroller25.phpt | 9 REQUEST_URI=/frontcontroller25.php/a1.phps/extra/stuff 10 PATH_INFO=/a1.phps/extra/stuff 16 string(42) "/frontcontroller25.php/a1.phps/extra/stuff"
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | mb_str_split_jp.phpt | 112 SJIS: [80a1, 6162, 6380, a1] 114 SJIS-2004: [80a1, 6162, 6380, a1] 116 MacJapanese: [80a1, 6162, 6380, a1] 118 SJIS-Mobile#DOCOMO: [80a1, 6162, 6380, a1] 120 SJIS-Mobile#KDDI: [80a1, 6162, 6380, a1] 122 SJIS-Mobile#SoftBank: [80a1, 6162, 6380, a1]
|
/PHP-8.3/ext/phar/tests/cache_list/ |
H A D | frontcontroller25.phpt | 10 REQUEST_URI=/frontcontroller25.php/a1.phps/extra/stuff 11 PATH_INFO=/a1.phps/extra/stuff 17 string(42) "/frontcontroller25.php/a1.phps/extra/stuff"
|
/PHP-8.3/ext/simplexml/tests/ |
H A D | bug38424.phpt | 12 $xml["a1"] = "" ; 13 $xml["a1"] = htmlspecialchars($str,ENT_NOQUOTES) ; 26 <xml a1="abc &amp; def" a2="abc &amp; def" a3="abc & def" a4="abc & def"/>
|
/PHP-8.3/ext/standard/tests/array/range/ |
H A D | bug21182.phpt | 6 echo "a1: $a\n"; 11 a1: 20
|
/PHP-8.3/ext/sqlite3/tests/ |
H A D | sqlite3_36_create_collation.phpt | 15 foreach(array('a1', 'a10', 'a2') as $s){ 38 a1 42 a1
|
/PHP-8.3/Zend/tests/type_declarations/ |
H A D | typed_properties_059.phpt | 6 public int $a1; 25 ["a1"]=>
|