Home
last modified time | relevance | path

Searched refs:a2 (Results 26 – 50 of 80) sorted by relevance

1234

/php-src/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-src/Zend/asm/
H A Djump_riscv64_sysv_elf_gas.S102 mv a2, sp
139 mv a0, a2
142 ld a2, 0xc8(sp)
147 jr a2
H A Djump_loongarch64_sysv_elf_gas.S77 move $a2, $sp
108 move $a0, $a2
111 ld.d $a2, $sp, 152
117 jr $a2
H A Djump_arm_aapcs_elf_gas.S64 mov sp, a2
81 mov a2, a3
H A Djump_arm_aapcs_macho_gas.S70 mov sp, a2
92 mov a2, a3
H A Dmake_riscv64_sysv_elf_gas.S74 sd a2, 0xc8(a0)
/php-src/ext/reflection/tests/
H A Dtraits005.phpt10 class C4 { use T1 { m1 as a1; m2 as a2; } }
39 ["a2"]=>
/php-src/ext/intl/tests/
H A Dregression_sort_eq.phpt29 $a2 = array( 'пп', 'ппп', 'п' );
33 $res_str .= sort_using_locale( 'ru_RU', $a2 );
H A Dregression_sortwsk_eq.phpt29 $a2 = array( 'пп', 'ппп', 'п' );
33 $res_str .= sort_using_locale( 'ru_RU', $a2 );
H A Dregression_sort_and_cow.phpt44 $a2 = array( 'в', 'а', 'б' );
47 $res_str .= test_COW( 'ru_RU', $a2 );
H A Dregression_sortwsk_and_cow.phpt45 $a2 = array( 'в', 'а', 'б' );
48 $res_str .= test_COW( 'ru_RU', $a2 );
/php-src/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-src/ext/simplexml/tests/
H A Dbug62639.phpt38 $a2 = new A($xml2);
40 foreach ($a2->b->c->children() as $key => $value) {
/php-src/ext/standard/tests/array/
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-src/tests/lang/
H A Dengine_assignExecutionOrder_003.phpt27 $a2 = array("dead","dead","live");
30 $a = array($a1,$a2,$a3);
/php-src/ext/xsl/tests/
H A Dxslt001.phpt19 a2 c2 <br/>
H A Dxslt003.phpt20 a2 c2 <br/>
H A Dxslt006.phpt20 a2 c2 <br/>
H A Dxslt007.phpt21 a2 c2 <br/>
H A Dxslt008-mb.phpt26 a2 c2 <br/>
H A Dxslt008.phpt26 a2 c2 <br/>
H A Dxslt005.phpt27 a2 c2 <br/>
H A Dxslt004.phpt26 a2 c2 <br/>
H A Dxslt002.phpt26 a2 c2 <br>
/php-src/ext/sqlite3/tests/
H A Dbug68760.phpt16 $db->exec("INSERT INTO test VALUES ('a2')");

Completed in 121 milliseconds

1234