Home
last modified time | relevance | path

Searched refs:a1 (Results 1 – 25 of 89) sorted by relevance

1234

/PHP-8.1/ext/standard/tests/array/
H A Dbug42177.phpt8 $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 Dbug48224.phpt6 $a1 = array_rand($a, count($a));
11 var_dump($a1 === $a2 && $a1 === $a3 && $a1 === $a4);
H A Dbug20381.phpt6 'a1' => 1,
13 $b = array( 'a1' => 2,
27 ["a1"]=>
54 ["a1"]=>
H A Dnatcasesort_basic.phpt11 $array = array ('A01', 'a1', 'b10', 'a01', 'b01');
29 string(2) "a1"
46 string(2) "a1"
H A Dbug21182.phpt6 echo "a1: $a\n";
11 a1: 20
/PHP-8.1/ext/standard/tests/versioning/
H A Dversion_compare.phpt68 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.1/Zend/asm/
H A Dmake_arm_aapcs_macho_gas.S46 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 Dmake_arm_aapcs_elf_gas.S49 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
H A Djump_arm_aapcs_elf_gas.S51 push {a1,v1-v8,lr}
61 mov a1, sp
77 str a1, [a4, #0]
/PHP-8.1/ext/standard/tests/strings/
H A Dstrnatcmp_basic.phpt7 $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.1/ext/spl/tests/
H A Dbug74058.phpt47 $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.1/Zend/tests/
H A Dbug52614.phpt6 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 Dbug34137.phpt5 $arr1 = array('a1' => array('alfa' => 'ok'));
6 $arr1 =& $arr1['a1'];
H A Dbug42819.phpt34 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 Dbug69017.phpt11 public static $a1 = array(self::ONE => 'one');
17 c1::$a1[] = 1;
25 var_dump(c1::$a1);
/PHP-8.1/ext/opcache/tests/jit/
H A Dfetch_dim_r_012.phpt11 $a = 0; $a1 = []; $a2 = [];
13 $a1[] = &$y;
14 $a2["$a1[$a] "] = $a += $y;
16 var_dump($a1, $a2);
/PHP-8.1/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt88 SJIS: [80a1, 6162, 6380, a1]
90 SJIS-2004: [80a1, 6162, 6380, a1]
92 MacJapanese: [80a1, 6162, 6380, a1]
94 SJIS-Mobile#DOCOMO: [80a1, 6162, 6380, a1]
96 SJIS-Mobile#KDDI: [80a1, 6162, 6380, a1]
98 SJIS-Mobile#SoftBank: [80a1, 6162, 6380, a1]
/PHP-8.1/ext/reflection/tests/
H A Dtraits005.phpt9 class C3 { use T1 { m1 as a1; } }
10 class C4 { use T1 { m1 as a1; m2 as a2; } }
30 ["a1"]=>
36 ["a1"]=>
H A DReflectionProperty_getModifiers_basic.phpt7 public $a1;
16 public $a1;
35 C::a1: int(1)
36 D::a1: int(1)
/PHP-8.1/ext/phar/tests/
H A Dfrontcontroller25.phpt9 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.1/ext/phar/tests/cache_list/
H A Dfrontcontroller25.phpt10 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.1/ext/simplexml/tests/
H A Dbug38424.phpt12 $xml["a1"] = "" ;
13 $xml["a1"] = htmlspecialchars($str,ENT_NOQUOTES) ;
26 <xml a1="abc &amp;amp; def" a2="abc &amp;amp; def" a3="abc &amp; def" a4="abc &amp; def"/>
/PHP-8.1/ext/sqlite3/tests/
H A Dsqlite3_36_create_collation.phpt15 foreach(array('a1', 'a10', 'a2') as $s){
38 a1
42 a1
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_059.phpt6 public int $a1;
25 ["a1"]=>
H A Dtyped_properties_052.phpt8 public A $a1;
22 ["a1"]=>

Completed in 63 milliseconds

1234