/php-src/ext/reflection/tests/ |
H A D | new_in_attributes.phpt | 16 $ra = $rc->getAttributes()[0]; 17 $args1 = $ra->getArguments(); 18 $obj1 = $ra->newInstance(); 22 $args2 = $ra->getArguments(); 23 $obj2 = $ra->newInstance(); 33 $ra = $rc->getAttributes()[0]; 34 $args = $ra->getArguments(); 35 $obj = $ra->newInstance();
|
H A D | bug43926.phpt | 17 $ra = new ReflectionClass('A'); 22 $ca = $ra->newInstance(); 27 print("Is? A ". ($ra->isInstance($ca) ? 'true' : 'false') .", instanceof: ". (($ca instanceof A) ? … 32 print("Is? A ". ($ra->isInstance($cc) ? 'true' : 'false') .", instanceof: ". (($cc instanceof A) ? … 37 print("Is? A ". ($ra->isInstance($cd) ? 'true' : 'false') .", instanceof: ". (($cd instanceof A) ? … 42 print("Is? A ". ($ra->isInstance($ce) ? 'true' : 'false') .", instanceof: ". (($ce instanceof A) ? …
|
H A D | bug64936.phpt | 20 $ra = new ReflectionClass('A'); 21 var_dump(strip_doc_comment($ra->getDocComment()));
|
/php-src/ext/reflection/tests/types/ |
H A D | ReflectionType_001.phpt | 27 $ra = $rp->getType(); 28 if ($ra) { 30 var_dump($ra->isBuiltin()); 31 var_dump($ra->getName()); 47 $ra = $rp->getType(); 48 if ($ra) { 51 var_dump($ra->getName()); 69 $ra = $rf->getReturnType(); 70 if ($ra) { 72 var_dump($ra->isBuiltin()); [all …]
|
/php-src/Zend/ |
H A D | bench.php | 218 function heapsort_r($n, &$ra) { argument 224 $rra = $ra[--$l]; 226 $rra = $ra[$ir]; 227 $ra[$ir] = $ra[1]; 229 $ra[1] = $rra; 236 if (($j < $ir) && ($ra[$j] < $ra[$j+1])) { 239 if ($rra < $ra[$j]) { 240 $ra[$i] = $ra[$j]; 246 $ra[$i] = $rra;
|
/php-src/Zend/asm/ |
H A D | jump_riscv64_sysv_elf_gas.S | 83 # save s0-s11, ra 96 sd ra, 0xc0(sp) 99 sd ra, 0xc8(sp) 121 # load s0-s11,ra 134 ld ra, 0xc0(sp)
|
H A D | jump_loongarch64_sysv_elf_gas.S | 60 # save s0 - s8, fp, ra 71 st.d $ra, $sp, 144 74 st.d $ra, $sp, 152 103 ld.d $ra, $sp, 144
|
H A D | jump_mips32_o32_elf_gas.S | 61 sw $ra, 88($sp) # save RA 62 sw $ra, 92($sp) # save RA as PC 98 lw $ra, 88($sp) # restore RA
|
H A D | jump_mips64_n64_elf_gas.S | 67 sd $ra, 144($sp) # save RA 68 sd $ra, 152($sp) # save RA as PC 107 ld $ra, 144($sp) # restore RAa
|
H A D | make_loongarch64_sysv_elf_gas.S | 62 jr $ra
|
H A D | make_mips64_n64_elf_gas.S | 79 jr $ra # return pointer to context-data
|
H A D | make_mips32_o32_elf_gas.S | 81 jr $ra # return pointer to context-data
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit.c | 1118 zend_jit_reg_var *ra; in zend_jit_allocate_registers() local 1143 if (ra[i].ref) { in zend_jit_allocate_registers() 1174 if (ra[i].ref) { in zend_jit_allocate_registers() 1200 if (ra[i].ref && in zend_jit_allocate_registers() 1223 if (ra[i].ref) { in zend_jit_allocate_registers() 1287 if (ra[i].ref) { in zend_jit_allocate_registers() 1303 ctx->ra = ra; in zend_jit_allocate_registers() 1430 ra = ctx.ra; in zend_jit() 1997 if (ra in zend_jit() 2037 if (ra in zend_jit() [all …]
|
H A D | zend_jit_internal.h | 60 ((jit->ra && jit->ra[Z_SSA_VAR(addr)].ref) ? \ 61 (jit->ra[Z_SSA_VAR(addr)].flags & ZREG_STORE) : \ 64 ((jit->ra && jit->ra[Z_SSA_VAR(addr)].ref) ? \ 65 (jit->ra[Z_SSA_VAR(addr)].flags & ZREG_LOAD) : \ 81 ((ctx.ra && (ssa_op)->_ssa_op >= 0 && ctx.ra[(ssa_op)->_ssa_op].ref) ? \
|
H A D | zend_jit_trace.c | 2972 ra, in zend_jit_trace_allocate_registers() 3004 ra, in zend_jit_trace_allocate_registers() 3020 ra, in zend_jit_trace_allocate_registers() 3108 ra, in zend_jit_trace_allocate_registers() 3561 if (jit->ra && jit->ra[i].ref) { in zend_jit_trace_deoptimization() 3601 if (jit->ra && jit->ra[i].ref) { in zend_jit_trace_deoptimization() 3625 if (jit->ra && jit->ra[i].ref) { in zend_jit_trace_deoptimization() 4283 if (ra in zend_jit_trace() 4322 if (ra) { in zend_jit_trace() 7182 if (ra) { in zend_jit_trace() [all …]
|
H A D | zend_jit_ir.c | 289 zend_jit_reg_var *ra; member 1325 ZEND_ASSERT(jit->ra && jit->ra[var].ref == IR_NULL); in zend_jit_def_reg() 1331 jit->ra[var].ref = val; in zend_jit_def_reg() 1381 ZEND_ASSERT(jit->ra && jit->ra[var].ref); in zend_jit_use_reg() 2740 jit->ra = NULL; in zend_jit_init_ctx() 4302 if (jit->ra && jit->ra[var].ref == IR_NULL) { in zend_jit_store_const_long() 4315 if (jit->ra && jit->ra[var].ref == IR_NULL) { in zend_jit_store_const_double() 4341 if (jit->ra && jit->ra[var].ref == IR_NULL) { in zend_jit_store_reg() 4355 if (jit->ra && jit->ra[var].ref == IR_NULL) { in zend_jit_store_reg() 4379 if (jit->ra && jit->ra[var].ref == IR_NULL) { in zend_jit_store_spill_slot() [all …]
|
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | dasm_arm.lua | 586 local ta, ra, tb, rb = match(reglist, 588 ra, rb = tonumber(ra), tonumber(rb) 589 if ta and ta == tb and ra and rb and ra <= 31 and rb <= 31 and ra <= rb then 590 local nr = rb+1 - ra 592 return shl(shr(ra,1),12)+shl(band(ra,1),22) + nr 594 return shl(band(ra,15),12)+shl(shr(ra,4),22) + nr*2 + 0x100
|
H A D | minilua.c | 4957 StkId ra; 4958 ra=RA(i); 4977 }while(rb>=ra); 5131 setobj(L,ra,rb); 5222 setnvalue(ra,luai_numsub(nvalue(ra),nvalue(pstep))); 5227 StkId cb=ra+3; 5230 setobj(L,cb,ra); 5253 h=hvalue(ra); 5258 TValue*val=ra+n; 5294 ra=RA(i); [all …]
|
H A D | dasm_mips.lua | 216 local map_archdef = { sp="r29", ra="r31" } -- Ext. register name -> int. name.
|
/php-src/ext/standard/tests/array/ |
H A D | bug25708.phpt | 145 ----ra
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_match.c | 550 #define RMATCH(ra,rb)\ argument 552 start_ecode = ra;\ 558 #define RRETURN(ra)\ argument 560 rrc = ra;\
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeLOONGARCH_64.c | 80 #define RA(ra) ((sljit_ins)reg_map[ra] << 15) argument
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 5179 # Real Audio (Magic .ra\0375)
|
H A D | magic | 5179 # Real Audio (Magic .ra\0375)
|