Home
last modified time | relevance | path

Searched refs:a2 (Results 1 – 25 of 80) sorted by last modified time

1234

/php-src/Zend/
H A Dzend_operators.c3386 ZEND_API int ZEND_FASTCALL zend_compare_arrays(zval *a1, zval *a2) /* {{{ */ argument
3388 return zend_compare_symbol_tables(Z_ARRVAL_P(a1), Z_ARRVAL_P(a2));
H A Dzend_operators.h484 ZEND_API int ZEND_FASTCALL zend_compare_arrays(zval *a1, zval *a2);
/php-src/ext/opcache/jit/ir/
H A Dir.h317 _(ALLOCA, a2, src, def, ___) /* alloca(def) */ \
318 _(AFREE, a2, src, def, ___) /* revert alloca(def) */ \
320 _(BLOCK_END, a2, src, def, ___) /* stackrestore */ \
H A Dir_builder.h513 #define ir_CALL_2(type, func, a1, a2) _ir_CALL_2(_ir_CTX, type, func, a1, a2) argument
514 #define ir_CALL_3(type, func, a1, a2, a3) _ir_CALL_3(_ir_CTX, type, func, a1, a2, a3) argument
515 #define ir_CALL_4(type, func, a1, a2, a3, a4) _ir_CALL_4(_ir_CTX, type, func, a1, a2, a3, a4) argument
516 #define ir_CALL_5(type, func, a1, a2, a3, a4, a5) _ir_CALL_5(_ir_CTX, type, func, a1, a2, a3, a4, … argument
521 #define ir_TAILCALL_2(type, func, a1, a2) _ir_TAILCALL_2(_ir_CTX, type, func, a1, a2) argument
522 #define ir_TAILCALL_3(type, func, a1, a2, a3) _ir_TAILCALL_3(_ir_CTX, type, func, a1, a2, a… argument
523 #define ir_TAILCALL_4(type, func, a1, a2, a3, a4) _ir_TAILCALL_4(_ir_CTX, type, func, a1, a2, a… argument
524 #define ir_TAILCALL_5(type, func, a1, a2, a3, a4, a5) _ir_TAILCALL_5(_ir_CTX, type, func, a1, a2, a… argument
/php-src/Zend/asm/
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 Dmake_loongarch64_sysv_elf_gas.S54 st.d $a2, $a0, 152
/php-src/ext/gd/libgd/
H A Dgd.c2963 int a1, a2; in gdLayerOverlay() local
2965 a2 = gdAlphaMax - gdTrueColorGetAlpha(src); in gdLayerOverlay()
2966 return ( ((gdAlphaMax - a1*a2/gdAlphaMax) << 24) + in gdLayerOverlay()
2996 int a1, a2, r1, r2, g1, g2, b1, b2; in gdLayerMultiply() local
2998 a2 = gdAlphaMax - gdTrueColorGetAlpha(dst); in gdLayerMultiply()
3001 r2 = gdRedMax - (a2 * (gdRedMax - gdTrueColorGetRed(dst))) / gdAlphaMax; in gdLayerMultiply()
3003 g2 = gdGreenMax - (a2 * (gdGreenMax - gdTrueColorGetGreen(dst))) / gdAlphaMax; in gdLayerMultiply()
3005 b2 = gdBlueMax - (a2 * (gdBlueMax - gdTrueColorGetBlue(dst))) / gdAlphaMax ; in gdLayerMultiply()
3008 a2 = gdAlphaMax - a2; in gdLayerMultiply()
3009 return ( ((a1*a2/gdAlphaMax) << 24) + in gdLayerMultiply()
/php-src/build/
H A Dphp_cxx_compile_stdcxx.m4223 add(T1 a1, T2 a2) -> decltype(a1 + a2)
225 return a1 + a2;
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6027 PCRE2_UCHAR a1, a2, a_pri, b1, b2, b_pri; in check_fast_forward_char_pair_simd() local
6034 a2 = chars[i].chars[1]; in check_fast_forward_char_pair_simd()
6049 if (a1 != b1 && a1 != b2 && a2 != b1 && a2 != b2) in check_fast_forward_char_pair_simd()
/php-src/ext/opcache/tests/jit/
H A Dfetch_dim_r_012.phpt10 $a = 0; $a1 = []; $a2 = [];
13 $a2["$a1[$a] "] = $a += $y;
15 var_dump($a1, $a2);
H A Dgh12512_2.phpt15 $a2 = [];
17 $a2[] = $v;
20 $count = $a2[5];
H A Dgh12527.phpt9 $a2 = [];
12 $a2["bad"][] = $key;
14 $a2[0][] = $key;
17 foreach ($a2 as $key => $val) {
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createcollation_trampoline.phpt12 …db->query('INSERT INTO test_pdo_sqlite_createcollation_trampoline VALUES ("a1"), ("a10"), ("a2")');
51 string(2) "a2"
53 string(2) "a2"
66 string(2) "a2"
68 string(2) "a2"
/php-src/ext/snmp/
H A Dsnmp.c1126 zend_string *a1 = NULL, *a2 = NULL, *a3 = NULL, *a4 = NULL, *a5 = NULL, *a6 = NULL, *a7 = NULL; in php_snmp() local
1146 Z_PARAM_STR(a2) in php_snmp()
1166 Z_PARAM_STR(a2) in php_snmp()
1182 Z_PARAM_STR(a2) in php_snmp()
1197 Z_PARAM_STR(a2) in php_snmp()
1246 if (!netsnmp_session_init(&session, version, a1, a2, timeout, retries)) { in php_snmp()
1524 zend_string *a1, *a2; in PHP_METHOD() local
1550 if (!netsnmp_session_init(&(snmp_object->session), version, a1, a2, timeout, retries)) { in PHP_METHOD()
1614 zend_string *a1 = NULL, *a2 = NULL, *a3 = NULL, *a4 = NULL, *a5 = NULL, *a6 = NULL, *a7 = NULL; in PHP_METHOD() local
1618 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|SSSSSS", &a1, &a2, &a3, &a4,&a5, &a6, &a7) == FAILUR… in PHP_METHOD()
[all …]
/php-src/ext/xsl/tests/
H A Dxslt001.phpt19 a2 c2 <br/>
H A Dxslt002.phpt26 a2 c2 <br>
H A Dxslt003.phpt20 a2 c2 <br/>
H A Dxslt005.phpt27 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 Dxslt012.phpt49 a2 c2 <br/>
H A Dxslt006.phpt20 a2 c2 <br/>
/php-src/ext/mysqli/tests/bind_insert/
H A Dchar_text_big_types.phpt20 mysqli_stmt_bind_param($stmt, "ss", $a1, $a2);
23 $a2 = str_repeat("A1", 32000);
34 $test[] = ($a2 == $c2) ? "32K String ok" : "32K String failed";
/php-src/ext/simplexml/tests/
H A Dbug62639.phpt38 $a2 = new A($xml2);
40 foreach ($a2->b->c->children() as $key => $value) {

Completed in 122 milliseconds

1234