/PHP-5.5/Zend/tests/ |
H A D | bug35239.phpt | 6 $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/zlib/tests/ |
H A D | bug_40189.phpt | 10 $a = "\x3\x0\x85\x46\x2f\x7c\xc2\xaa\x69\x2b\x6d\xe5\xdb\xfe\xe4\x21\x8f\x0\x97\x21\x1d\x2\x0\x0\x0…
|
/PHP-5.5/ext/hash/ |
H A D | hash_haval.c | 129 #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 D | hash_tiger.c | 55 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/gd/tests/ |
H A D | colorat.phpt | 13 imagesetpixel($im, 3,3, 0x0); 18 echo $c == 0x0 ? 'ok' : 'failed';
|
H A D | imagecolorallocate_variation5.phpt | 33 "Hexa-decimal 0x0" => 0x0, 71 --Hexa-decimal 0x0--
|
H A D | createfromstring.phpt | 14 imagesetpixel($im, 3,3, 0x0); 20 if (imagecolorat($im, 3,3) != 0x0) {
|
H A D | createfromwbmp.phpt | 13 echo imagecolorat($im2, 3,3) == 0x0 ? 'ok' : 'failed';
|
H A D | imagewbmp.phpt | 13 imagesetpixel($im, 3,3, 0x0);
|
H A D | imagecrop_auto.phpt | 56 $im_crop = imagecropauto($im, IMG_CROP_THRESHOLD, 0.1, 0x0);
|
/PHP-5.5/ext/mbstring/tests/ |
H A D | mb_decode_numericentity.phpt | 13 $convmap = array(0x0, 0x2FFFF, 0, 0xFFFF);
|
H A D | mb_encode_numericentity.phpt | 12 $convmap = array(0x0, 0x2FFFF, 0, 0xFFFF);
|
/PHP-5.5/ext/standard/tests/strings/ |
H A D | strnatcasecmp_variation1.phpt | 43 str_dump("\x0", "\0");
|
H A D | strval_variation1.phpt | 43 /*9*/ 0x0,
|
H A D | vsprintf_variation13.phpt | 36 array(0x0),
|
H A D | vsprintf_variation13_64bit.phpt | 36 array(0x0),
|
H A D | vprintf_variation13.phpt | 36 array(0x0),
|
H A D | vprintf_variation13_64bit.phpt | 36 array(0x0),
|
H A D | vfprintf_variation13_64bit.phpt | 36 array(0x0),
|
H A D | vfprintf_variation13.phpt | 36 array(0x0),
|
/PHP-5.5/ext/standard/tests/image/ |
H A D | image_type_to_mime_type_variation2.phpt | 27 0x0,
|
/PHP-5.5/ext/date/tests/ |
H A D | localtime_variation5.phpt | 21 'Hexa-decimal 0' => 0x0,
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | client-cert.pem | 3 Version: 1 (0x0)
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | shuffle_variation2.phpt | 25 array(0x1, 0x0, 0xa)
|
/PHP-5.5/ext/gd/libgd/ |
H A D | gd.c | 678 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 …]
|