Home
last modified time | relevance | path

Searched refs:x0 (Results 1 – 25 of 43) sorted by path

12

/PHP-5.5/Zend/
H A Dacinclude.m4208 cw = (oldcw & ~0x0 & ~0x300) | 0x200;
/PHP-5.5/Zend/tests/
H A Dbug35239.phpt6 $a->x0 = new stdClass;
7 $a->x0->y0 = 'a';
8 $a->x0->y1 =& $a->x0;
9 $a->x0->y2 =& $a->x0;
10 $a->x0->y0 = 'b';
12 $a->x0->y1 = "ok\n";
13 echo $a->x0;
17 ["x0"]=>
/PHP-5.5/ext/date/tests/
H A Dlocaltime_variation5.phpt21 'Hexa-decimal 0' => 0x0,
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3020 >>20 byte&0xe 0x0 \b, mono
3151 >>3 byte&0xF0 0x0 \b.0
3428 0 string C64\x20tape\x20image\x20file\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0 T64 tape Image
3433 0 string C64S\x20tape\x20image\x20file\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0 T64 tape Image
4221 >6 byte&0x01 =0x0 \b, [Horiz.]
4351 >0x0004 ulelong =0x0
4352 >>&2 ulelong =0x0
4353 >>>&2 ulelong =0x0 \b, not signed
5843 >>>(19.b-1) ubyte 0x0 DOS Emulator image
7668 0 string DAA\x0\x0\x0\x0\x0 PowerISO Direct-Access-Archive
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dgd.c678 static int clip_1d(int *x0, int *y0, int *x1, int *y1, int maxdim) { in clip_1d() argument
681 if (*x0 < 0) { /* start of line is left of window */ in clip_1d()
685 m = (*y1 - *y0)/(double)(*x1 - *x0); /* calculate the slope of the line */ in clip_1d()
687 *y0 -= (int)(m * *x0); in clip_1d()
688 *x0 = 0; in clip_1d()
696 if (*x0 > maxdim) { /* start of line is right of window - complement of above */ in clip_1d()
700 m = (*y1 - *y0)/(double)(*x1 - *x0); /* calculate the slope of the line */ in clip_1d()
701 *y0 += (int)(m * (maxdim - *x0)); /* adjust so point is on the right boundary */ in clip_1d()
702 *x0 = maxdim; in clip_1d()
712 m = (*y1 - *y0)/(double)(*x1 - *x0); /* calculate the slope of the line */ in clip_1d()
[all …]
/PHP-5.5/ext/gd/tests/
H A Dcolorat.phpt13 imagesetpixel($im, 3,3, 0x0);
18 echo $c == 0x0 ? 'ok' : 'failed';
H A Dcreatefromstring.phpt14 imagesetpixel($im, 3,3, 0x0);
20 if (imagecolorat($im, 3,3) != 0x0) {
H A Dcreatefromwbmp.phpt13 echo imagecolorat($im2, 3,3) == 0x0 ? 'ok' : 'failed';
H A Dimagecolorallocate_variation5.phpt33 "Hexa-decimal 0x0" => 0x0,
71 --Hexa-decimal 0x0--
H A Dimagecrop_auto.phpt56 $im_crop = imagecropauto($im, IMG_CROP_THRESHOLD, 0.1, 0x0);
H A Dimagewbmp.phpt13 imagesetpixel($im, 3,3, 0x0);
/PHP-5.5/ext/hash/
H A Dhash_haval.c129 #define F1(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ ((x0) & (x1)) ^ … argument
130 #define F2(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x1) & (x2)) ^ ((… argument
131 ((x2) & (x6)) ^ ((x3) & (x5)) ^ ((x4) & (x5)) ^ ((x0) & (x2)) ^ (x0) )
132 …define F3(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (… argument
133 #define F4(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x3) & (x4) & (x6… argument
135 ((x3) & (x6)) ^ ((x4) & (x5)) ^ ((x4) & (x6)) ^ ((x0) & (x4)) ^ (x0) )
136 #define F5(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ \ argument
137 ((x0) & (x1) & (x2) & (x3)) ^ ((x0) & (x5)) ^ (x0) )
H A Dhash_tiger.c55 round(a,b,c,x0,mul) \
65 x0 -= x7 ^ L64(0xA5A5A5A5A5A5A5A5); \
66 x1 ^= x0; \
73 x0 += x7; \
74 x1 -= x0 ^ ((~x7)<<19); \
102 x0=str[0]; x1=str[1]; x2=str[2]; x3=str[3]; \
121 register php_hash_uint64 a, b, c, tmpa, x0, x1, x2, x3, x4, x5, x6, x7; \
/PHP-5.5/ext/mbstring/tests/
H A Dbug48645.phpt7 var_dump(bin2hex(mb_convert_encoding("&#x0;", "UTF-8", "HTML-ENTITIES")));
H A Dmb_decode_numericentity.phpt13 $convmap = array(0x0, 0x2FFFF, 0, 0xFFFF);
H A Dmb_encode_numericentity.phpt12 $convmap = array(0x0, 0x2FFFF, 0, 0xFFFF);
/PHP-5.5/ext/mysqli/tests/
H A Dclient-cert.pem3 Version: 1 (0x0)
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput11283 /A\x0{2,3}Z/
1284 The A\x0\x0Z
1285 An A\0\x0\0Z
1288 A\0\x0\0\x0Z
1941 /\x0{ab}/
H A Dtestinput21040 \x83\x0\x61bcdef
H A Dtestinput81767 /A\x0{2,3}Z/
1768 The A\x0\x0Z
1769 An A\0\x0\0Z
1772 A\0\x0\0\x0Z
2369 /\x0{ab}/
H A Dtestoutput11783 /A\x0{2,3}Z/
1784 The A\x0\x0Z
1786 An A\0\x0\0Z
1792 A\0\x0\0\x0Z
3008 /\x0{ab}/
H A Dtestoutput23614 \x83\x0\x61bcdef
H A Dtestoutput82650 /A\x0{2,3}Z/
2651 The A\x0\x0Z
2653 An A\0\x0\0Z
2659 A\0\x0\0\x0Z
3693 /\x0{ab}/
/PHP-5.5/ext/standard/
H A Dconfig.m4236 …$ac_cv_crypt_des" = "no" || test "$ac_cv_crypt_ext_des" = "no" || test "x$php_crypt_r" = "x0"; then
/PHP-5.5/ext/standard/tests/array/
H A Dshuffle_variation2.phpt25 array(0x1, 0x0, 0xa)

Completed in 160 milliseconds

12