Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/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-5.5/ext/reflection/tests/
H A DReflectionClass_getName_error.phpt6 $r1 = new ReflectionClass("stdClass");
8 var_dump($r1->getName('X'));
9 var_dump($r1->getName('X', true));
H A DReflectionClass_isInternal_error.phpt5 $r1 = new ReflectionClass("stdClass");
6 var_dump($r1->isInternal('X'));
7 var_dump($r1->isInternal('X', true));
H A DReflectionClass_isUserDefined_error.phpt5 $r1 = new ReflectionClass("stdClass");
6 var_dump($r1->isUserDefined('X'));
7 var_dump($r1->isUserDefined('X', true));
H A DReflectionObject_isUserDefined_error.phpt5 $r1 = new ReflectionObject(new stdClass);
7 var_dump($r1->isUserDefined('X'));
8 var_dump($r1->isUserDefined('X', true));
H A DReflectionObject_isInternal_error.phpt6 $r1 = new ReflectionObject(new stdClass);
7 var_dump($r1->isInternal('X'));
8 var_dump($r1->isInternal('X', true));
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 DReflectionClass_constructor_001.phpt5 $r1 = new ReflectionClass("stdClass");
19 var_dump($r1, $r2, $r3);
H A DReflectionObject_isUserDefined_basic.phpt8 $r1 = new ReflectionObject(new stdClass);
14 var_dump($r1->isUserDefined(), $r2->isUserDefined(), $r3->isUserDefined(),
H A DReflectionObject_getName_basic.phpt8 $r1 = new ReflectionObject(new stdClass);
9 var_dump($r1->getName());
H A DReflectionObject_isInternal_basic.phpt8 $r1 = new ReflectionObject(new stdClass);
14 var_dump($r1->isInternal(), $r2->isInternal(), $r3->isInternal(),
/PHP-5.5/ext/calendar/
H A Djewish.c435 register unsigned long int 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-5.5/ext/standard/tests/math/
H A Dlog10_basic.phpt30 $r1 = log10($arg_1);
31 var_dump($r1);
32 if (allowed_rounding_error($r1 ,1.0 )) {
H A Drad2deg_basic.phpt30 $r1 = rad2deg($arg_1);
31 var_dump($r1);
32 if (allowed_rounding_error($r1 ,90.000000011752)) {
H A Ddeg2rad_basic.phpt32 $r1 = deg2rad($arg_1);
33 var_dump($r1);
34 if (allowed_rounding_error($r1 ,1.5707963267949 )) {
/PHP-5.5/tests/classes/
H A Ddestructor_and_references.phpt18 $r1 = &$o1;
/PHP-5.5/ext/standard/
H A Dcrypt_freesec.c620 uint32_t count, salt, l, r0, r1, keybuf[2]; in _crypt_extended_r() local
703 if (do_des(0, 0, &r0, &r1, count, data)) in _crypt_extended_r()
714 l = (r0 << 16) | ((r1 >> 16) & 0xffff); in _crypt_extended_r()
720 l = r1 << 2; in _crypt_extended_r()
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitLir.h623 #define SLJIT_MEM1(r1) (SLJIT_MEM | (r1)) argument
624 #define SLJIT_MEM2(r1, r2) (SLJIT_MEM | (r1) | ((r2) << 8)) argument
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c67862 assert( sizeof(r1)==sizeof(t2) && memcmp(&r1, &t2, sizeof(r1))==0 );
68744 p->r1 = 1;
84912 sqlite3VdbeAddOp3(v, OP_BitAnd, r1, r1, regCkNull);
85721 r1 = 0;
86503 int r1, r2;
86628 int r1, r2;
107080 int r1;
107254 int r1;
108861 int r1;
109072 int r1;
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dgd.c359 static float HWB_Diff (int r1, int g1, int b1, int r2, int g2, int b2) in HWB_Diff() argument
365 SETUP_RGB(RGB1, r1, g1, b1); in HWB_Diff()

Completed in 403 milliseconds