/PHP-5.6/ext/intl/tests/ |
H A D | resourcebundle_create.phpt | 13 $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.6/ext/pdo_sqlite/tests/ |
H A D | bug46139.phpt | 22 $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.6/ext/reflection/tests/ |
H A D | ReflectionClass_getName_error.phpt | 6 $r1 = new ReflectionClass("stdClass"); 8 var_dump($r1->getName('X')); 9 var_dump($r1->getName('X', true));
|
H A D | ReflectionClass_isUserDefined_error.phpt | 5 $r1 = new ReflectionClass("stdClass"); 6 var_dump($r1->isUserDefined('X')); 7 var_dump($r1->isUserDefined('X', true));
|
H A D | ReflectionClass_isInternal_error.phpt | 5 $r1 = new ReflectionClass("stdClass"); 6 var_dump($r1->isInternal('X')); 7 var_dump($r1->isInternal('X', true));
|
H A D | ReflectionObject_isInternal_error.phpt | 6 $r1 = new ReflectionObject(new stdClass); 7 var_dump($r1->isInternal('X')); 8 var_dump($r1->isInternal('X', true));
|
H A D | ReflectionObject_isUserDefined_error.phpt | 5 $r1 = new ReflectionObject(new stdClass); 7 var_dump($r1->isUserDefined('X')); 8 var_dump($r1->isUserDefined('X', true));
|
H A D | ReflectionClass_getName_basic.phpt | 12 $r1 = new ReflectionClass("stdClass"); 19 var_dump($r1->getName(), $r2->getName(), $r3->getName());
|
H A D | ReflectionClass_isUserDefined_basic.phpt | 8 $r1 = new ReflectionClass("stdClass"); 14 var_dump($r1->isUserDefined(), $r2->isUserDefined(), $r3->isUserDefined(),
|
H A D | ReflectionClass_isInternal_basic.phpt | 8 $r1 = new ReflectionClass("stdClass"); 14 var_dump($r1->isInternal(), $r2->isInternal(), $r3->isInternal(),
|
H A D | ReflectionObject_constructor_basic.phpt | 5 $r1 = new ReflectionObject(new stdClass); 6 var_dump($r1);
|
H A D | ReflectionParameter_isVariadic_basic.phpt | 10 $r1 = new ReflectionFunction('test1'); 14 var_dump($r1->getParameters()[0]->isVariadic());
|
H A D | ReflectionClass_constructor_001.phpt | 5 $r1 = new ReflectionClass("stdClass"); 19 var_dump($r1, $r2, $r3);
|
H A D | ReflectionObject_getName_basic.phpt | 8 $r1 = new ReflectionObject(new stdClass); 9 var_dump($r1->getName());
|
H A D | ReflectionObject_isInternal_basic.phpt | 8 $r1 = new ReflectionObject(new stdClass); 14 var_dump($r1->isInternal(), $r2->isInternal(), $r3->isInternal(),
|
H A D | ReflectionObject_isUserDefined_basic.phpt | 8 $r1 = new ReflectionObject(new stdClass); 14 var_dump($r1->isUserDefined(), $r2->isUserDefined(), $r3->isUserDefined(),
|
/PHP-5.6/ext/calendar/ |
H A D | jewish.c | 435 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.6/ext/standard/tests/math/ |
H A D | log10_basic.phpt | 30 $r1 = log10($arg_1); 31 var_dump($r1); 32 if (allowed_rounding_error($r1 ,1.0 )) {
|
H A D | deg2rad_basic.phpt | 32 $r1 = deg2rad($arg_1); 33 var_dump($r1); 34 if (allowed_rounding_error($r1 ,1.5707963267949 )) {
|
H A D | rad2deg_basic.phpt | 30 $r1 = rad2deg($arg_1); 31 var_dump($r1); 32 if (allowed_rounding_error($r1 ,90.000000011752)) {
|
/PHP-5.6/tests/classes/ |
H A D | destructor_and_references.phpt | 18 $r1 = &$o1;
|
/PHP-5.6/ext/standard/ |
H A D | crypt_freesec.c | 620 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.6/ext/pcre/pcrelib/sljit/ |
H A D | sljitLir.h | 623 #define SLJIT_MEM1(r1) (SLJIT_MEM | (r1)) argument 624 #define SLJIT_MEM2(r1, r2) (SLJIT_MEM | (r1) | ((r2) << 8)) argument
|
/PHP-5.6/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 67862 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.6/ext/gd/libgd/ |
H A D | gd.c | 359 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()
|