Home
last modified time | relevance | path

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

1234

/php-src/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"
/php-src/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-src/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
/php-src/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-src/ext/dom/tests/
H A Dgh11500.phpt12 $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-src/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-src/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-src/ext/opcache/tests/jit/
H A Dfetch_dim_r_012.phpt10 $a = 0; $a1 = []; $a2 = [];
12 $a1[] = &$y;
13 $a2["$a1[$a] "] = $a += $y;
15 var_dump($a1, $a2);
/php-src/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; } }
31 ["a1"]=>
37 ["a1"]=>
H A DReflectionProperty_getModifiers_basic.phpt7 public $a1;
16 public $a1;
35 C::a1: int(1)
36 D::a1: int(1)
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createcollation_trampoline.phpt12 $stmt = $db->query('INSERT INTO test_pdo_sqlite_createcollation_trampoline VALUES ("a1"), ("a10"), …
39 string(2) "a1"
41 string(2) "a1"
60 string(2) "a1"
62 string(2) "a1"
/php-src/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-src/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt112 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-src/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-src/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-src/ext/standard/tests/array/range/
H A Dbug21182.phpt6 echo "a1: $a\n";
11 a1: 20
/php-src/ext/sqlite3/tests/
H A Dsqlite3_36_create_collation.phpt15 foreach(array('a1', 'a10', 'a2') as $s){
38 a1
42 a1
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_059.phpt6 public int $a1;
25 ["a1"]=>

Completed in 43 milliseconds

1234