Home
last modified time | relevance | path

Searched refs:r1 (Results 1 – 25 of 28) sorted by relevance

12

/PHP-8.0/ext/intl/tests/
H A Dresourcebundle_create.phpt13 $r1 = ut_resourcebundle_create( 'root', BUNDLE );
14 $str_res .= debug( $r1 );
15 $str_res .= print_r( $r1['teststring'], true)."\n";
18 $r1 = ut_resourcebundle_create( 'es', BUNDLE );
19 $str_res .= debug( $r1 );
20 $str_res .= print_r( $r1['teststring'], true)."\n";
23 $r1 = ut_resourcebundle_create( 'en_US', BUNDLE );
24 $str_res .= debug( $r1 );
25 $str_res .= print_r( $r1['testsring'], true);
/PHP-8.0/ext/sodium/tests/
H A Dcrypto_secretstream.phpt26 $r1 = sodium_crypto_secretstream_xchacha20poly1305_pull($stream, $c1, $ad);
29 var_dump($msg1 === $r1[0]);
31 var_dump($r1[1]);
38 $r1 = sodium_crypto_secretstream_xchacha20poly1305_pull($stream, $c1);
39 var_dump($r1);
40 $r1 = sodium_crypto_secretstream_xchacha20poly1305_pull($stream, $c1, $ad);
41 var_dump($msg1 === $r1[0]);
45 $r1 = sodium_crypto_secretstream_xchacha20poly1305_pull($stream, $c1, $ad);
46 var_dump($r1);
/PHP-8.0/ext/pdo_sqlite/tests/
H A Dbug46139.phpt22 $r1 = $stmt->fetch();
23 printf("'%s'\n", $r1->test);
27 $r1 = $stmt->fetchAll();
28 printf("'%s'\n", $r1[0]->test);
32 $r1 = $stmt->fetch(PDO::FETCH_CLASS | PDO::FETCH_PROPS_LATE);
33 printf("'%s'\n", $r1->test);
/PHP-8.0/ext/opcache/tests/jit/
H A Dbug81225_2.phpt18 …$e = $a + 2147483648; // 0x8000,0000 cannot encoded as imm field of lea r1, [r2 + imm]
19 …$f = $a + 78187493394; // 0x12,1234,5678 cannot encoded as imm field of lea r1, [r2 + imm]
28 …$e = $a + (-2147483649); // 0xFFFF,FFFF,7FFF,FFFF cannot encoded as imm field of lea r1, [r…
29 …$f = $a + (-261458978401740); // 0xFFFF,1234,5678,1234 cannot encoded as imm field of lea r1, [r…
39 …$f = $a - 2147483649; // 0x8000,0001 cannot encoded as imm field of lea r1, [r2 + imm]
40 …$g = $a - 78187493394; // 0x12,1234,5678 cannot encoded as imm field of lea r1, [r2 + imm]
49 …$e = $a - (-2147483648); // 0xFFFF,FFFF,8000,0000 cannot encoded as imm field of lea r1, [r…
50 …$f = $a - (-2147483649); // 0xFFFF,FFFF,7FFF,FFFF cannot encoded as imm field of lea r1, [r…
51 …$g = $a - (-261458978401740); // 0xFFFF,1234,5678,1234 cannot encoded as imm field of lea r1, [r…
/PHP-8.0/ext/standard/tests/math/
H A Dlog10_basic.phpt29 $r1 = log10($arg_1);
30 var_dump($r1);
31 if (allowed_rounding_error($r1 ,1.0 )) {
H A Drad2deg_basic.phpt29 $r1 = rad2deg($arg_1);
30 var_dump($r1);
31 if (allowed_rounding_error($r1 ,90.000000011752)) {
H A Ddeg2rad_basic.phpt31 $r1 = deg2rad($arg_1);
32 var_dump($r1);
33 if (allowed_rounding_error($r1 ,1.5707963267949 )) {
/PHP-8.0/ext/reflection/tests/
H A DReflectionObject_getName_basic.phpt6 $r1 = new ReflectionObject(new stdClass);
7 var_dump($r1->getName());
H A DReflectionClass_getName_basic.phpt12 $r1 = new ReflectionClass("stdClass");
19 var_dump($r1->getName(), $r2->getName(), $r3->getName());
H A DReflectionClass_isInternal_basic.phpt8 $r1 = new ReflectionClass("stdClass");
14 var_dump($r1->isInternal(), $r2->isInternal(), $r3->isInternal(),
H A DReflectionClass_isUserDefined_basic.phpt8 $r1 = new ReflectionClass("stdClass");
14 var_dump($r1->isUserDefined(), $r2->isUserDefined(), $r3->isUserDefined(),
H A DReflectionObject_constructor_basic.phpt5 $r1 = new ReflectionObject(new stdClass);
6 var_dump($r1);
H A DReflectionParameter_isVariadic_basic.phpt10 $r1 = new ReflectionFunction('test1');
14 var_dump($r1->getParameters()[0]->isVariadic());
H A DReflectionClass_constructor_001.phpt5 $r1 = new ReflectionClass("stdClass");
19 var_dump($r1, $r2, $r3);
H A DReflectionObject_isInternal_basic.phpt8 $r1 = new ReflectionObject(new stdClass);
14 var_dump($r1->isInternal(), $r2->isInternal(), $r3->isInternal(),
H A DReflectionObject_isUserDefined_basic.phpt8 $r1 = new ReflectionObject(new stdClass);
14 var_dump($r1->isUserDefined(), $r2->isUserDefined(), $r3->isUserDefined(),
H A DReflectionReference.phpt15 $r1 = ReflectionReference::fromArrayElement($ary, 1);
16 var_dump($r1 === null);
37 unset($r0, $r1, $r2, $r3, $r2_2, $r3_2);
/PHP-8.0/ext/calendar/
H A Djewish.c435 register zend_ulong r1, r2, d1, d2; in MoladOfMetonicCycle() local
438 r1 = NEW_MOON_OF_CREATION; in MoladOfMetonicCycle()
443 r1 += metonicCycle * (HALAKIM_PER_METONIC_CYCLE & 0xFFFF); in MoladOfMetonicCycle()
444 r2 = r1 >> 16; in MoladOfMetonicCycle()
452 r1 = (r2 << 16) | (r1 & 0xFFFF); in MoladOfMetonicCycle()
453 d1 = r1 / HALAKIM_PER_DAY; in MoladOfMetonicCycle()
454 r1 -= d1 * HALAKIM_PER_DAY; in MoladOfMetonicCycle()
457 *pMoladHalakim = r1; in MoladOfMetonicCycle()
/PHP-8.0/tests/classes/
H A Ddestructor_and_references.phpt18 $r1 = &$o1;
/PHP-8.0/ext/opcache/Optimizer/
H A Descape_analysis.c62 int r1 = union_find_root(parent, i); in union_find_unite() local
65 if (r1 != r2) { in union_find_unite()
66 if (size[r1] < size[r2]) { in union_find_unite()
67 parent[r1] = r2; in union_find_unite()
68 size[r2] += size[r1]; in union_find_unite()
70 parent[r2] = r1; in union_find_unite()
71 size[r1] += size[r2]; in union_find_unite()
/PHP-8.0/Zend/
H A Dzend_opcode.c900 zend_live_range *r1 = op_array->live_range; in zend_calc_live_ranges() local
901 zend_live_range *r2 = r1 + op_array->last_live_range - 1; in zend_calc_live_ranges()
904 while (r1 < r2) { in zend_calc_live_ranges()
905 swap_live_range(r1, r2); in zend_calc_live_ranges()
906 r1++; in zend_calc_live_ranges()
910 r1 = op_array->live_range; in zend_calc_live_ranges()
911 r2 = r1 + op_array->last_live_range - 1; in zend_calc_live_ranges()
912 while (r1 < r2) { in zend_calc_live_ranges()
913 if (r1->start > (r1+1)->start) { in zend_calc_live_ranges()
914 zend_sort(r1, r2 - r1 + 1, sizeof(zend_live_range), in zend_calc_live_ranges()
[all …]
/PHP-8.0/ext/standard/
H A Dcrypt_freesec.c612 uint32_t count, salt, l, r0, r1, keybuf[2]; in _crypt_extended_r() local
695 if (do_des(0, 0, &r0, &r1, count, data)) in _crypt_extended_r()
706 l = (r0 << 16) | ((r1 >> 16) & 0xffff); in _crypt_extended_r()
712 l = r1 << 2; in _crypt_extended_r()
/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h749 #define SLJIT_MEM1(r1) (SLJIT_MEM | (r1)) argument
750 #define SLJIT_MEM2(r1, r2) (SLJIT_MEM | (r1) | ((r2) << 8)) argument
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc2014 | add r0, r1
5099 | cmp r1, 0
5140 | cmp r1, 0
9477 | mov r1, EX:r1->prev_execute_data
9487 | mov r1, aword EX:r1->func
10418 | shl r1, 4
10423 | lea r1, [r1 + 16]
11811 | test r1, r1
11955 | GET_Z_PTR r1, r1+offsetof(zend_reference, val)
12713 | shl r1, 5
[all …]
/PHP-8.0/ext/mbstring/ucgendat/
H A Ducgendat.php162 usort($ranges, function (Range $r1, Range $r2) {
163 return $r1->start <=> $r2->start;

Completed in 84 milliseconds

12