Home
last modified time | relevance | path

Searched refs:x (Results 351 – 375 of 1216) sorted by relevance

1...<<11121314151617181920>>...49

/PHP-5.6/ext/standard/
H A Dcrypt_sha256.c142 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block() argument
143 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() argument
144 #define S0(x) (CYCLIC (x, 2) ^ CYCLIC (x, 13) ^ CYCLIC (x, 22)) in sha256_process_block() argument
145 #define S1(x) (CYCLIC (x, 6) ^ CYCLIC (x, 11) ^ CYCLIC (x, 25)) in sha256_process_block() argument
146 #define R0(x) (CYCLIC (x, 7) ^ CYCLIC (x, 18) ^ (x >> 3)) in sha256_process_block() argument
147 #define R1(x) (CYCLIC (x, 17) ^ CYCLIC (x, 19) ^ (x >> 10)) in sha256_process_block() argument
/PHP-5.6/ext/interbase/tests/
H A Dibase_trans_002.phpt10 $x = ibase_connect($test_base);
12 $trans = ibase_trans(IBASE_DEFAULT, $x);
20 $rs = ibase_query($x, 'SELECT * FROM test1 WHERE i = 100');
H A Dibase_close_001.phpt10 $x = ibase_connect($test_base);
11 var_dump(ibase_close($x));
12 var_dump(ibase_close($x));
/PHP-5.6/Zend/tests/
H A Dclosure_036.phpt7 private $x;
10 $this->x = $v;
14 return function() { return ++$this->x; };
H A Dbug22836.phpt9 $x = "foo";
10 var_dump($x);
11 print "'$x'\n";
H A Dns_054.phpt10 function update(\SplSubject $x) {
16 function attach(\SplObserver $x) {
21 function detach(\SplObserver $x) {
H A Dbug46701.phpt18 public $x;
21 $this->x[0xce359000] = 3;
22 var_dump($this->x);
H A Dbug48408.phpt6 public function process($x){
7 return $x;
11 public function generate($x){
H A Dclosure_015.phpt10 $x = function() { return 1; };
11 print (string) $x;
13 print $x;
H A Dclosure_037.phpt6 private $x = 0;
10 $this->x++;
18 echo $this->x."\n";
H A Dns_056.phpt11 function update(\SplSubject $x) {
17 function attach(SplObserver $x) {
22 function detach(SplObserver $x) {
/PHP-5.6/Zend/tests/traits/
H A Dbug60809.phpt30 $x = new Example();
31 $x->foo();
32 $x->bar();
/PHP-5.6/ext/gd/libgd/
H A Dgd.h281 double x, y; member
322 int x, y; member
416 void gdImageSetPixel(gdImagePtr im, int x, int y, int color);
418 int gdImageGetTrueColorPixel (gdImagePtr im, int x, int y);
419 int gdImageGetPixel(gdImagePtr im, int x, int y);
495 double ptsize, double angle, int x, int y, char * string,
501 int x, y; member
670 void gdImageFill(gdImagePtr im, int x, int y, int color);
747 #define gdImagePalettePixel(im, x, y) (im)->pixels[(y)][(x)] argument
748 #define gdImageTrueColorPixel(im, x, y) (im)->tpixels[(y)][(x)] argument
[all …]
H A Dgd_matrix.c30 double x = src->x; in gdAffineApplyToPointF() local
32 x = src->x; in gdAffineApplyToPointF()
34 dst->x = x * affine[0] + y * affine[2] + affine[4]; in gdAffineApplyToPointF()
35 dst->y = x * affine[1] + y * affine[3] + affine[5]; in gdAffineApplyToPointF()
/PHP-5.6/ext/spl/tests/
H A DSplObjectStorage_unserialize_bad.phpt7 'x:i:2;i:0;,i:1;;i:0;,i:2;;m:a:0:{}',
8 'x:i:3;O:8:"stdClass":0:{},O:8:"stdClass":0:{};R:2;,i:1;;O:8:"stdClass":0:{},r:2;;m:a:0:{}',
9 'x:i:3;O:8:"stdClass":0:{},O:8:"stdClass":0:{};r:2;,i:1;;O:8:"stdClass":0:{},r:2;;m:a:0:{}',
10 'x:i:1;O:8:"stdClass":0:{},N;;m:s:40:"1234567890123456789012345678901234567890"',
/PHP-5.6/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt16 $st->fetchAll(PDO::FETCH_FUNC, function($x, $y) use ($st) { var_dump($st); print "data: $x, $y\n"; …
37 public function foo($x) {
38 return "--- $x ---";
47 static public function test($x, $y) {
48 return $x .'---'. $y;
51 private function test2($x, $y) {
52 return $x;
55 public function test3($x, $y) {
56 return $x .'==='. $y;
/PHP-5.6/tests/strings/
H A D002.phpt8 $x = fprintf($fp, "fprintf test 1:%.5s", "abcdefghij");
10 var_dump($x);
29 printf("printf test 16:%x\n", 170);
32 printf("printf test 19:%16x\n", 170);
35 printf("printf test 22:%016x\n", 170);
43 print("printf test 30:"); printf("%0\$s", 1); print("x\n");
82 printf test 30:x
/PHP-5.6/ext/wddx/tests/
H A Dbug72564.phpt8 $x = wddx_serialize_value($v);
9 var_dump($x, wddx_deserialize($x));
/PHP-5.6/sapi/cgi/tests/
H A D009.phpt15 putenv("TRANSLATED_PATH=".$f."/x");
16 putenv("SCRIPT_FILENAME=".$f."/x");
29 string(%d) "%s/x"
/PHP-5.6/ext/standard/tests/file/
H A Dfputcsv_variation1.phpt36 "x+", "x+b", "x+t");
141 -- file opened in x+ --
148 -- file opened in x+b --
155 -- file opened in x+t --
225 -- file opened in x+ --
232 -- file opened in x+b --
239 -- file opened in x+t --
309 -- file opened in x+ --
393 -- file opened in x+ --
477 -- file opened in x+ --
[all …]
H A Dfputcsv_variation6.phpt39 "x+", "x+b", "x+t");
144 -- file opened in x+ --
151 -- file opened in x+b --
158 -- file opened in x+t --
228 -- file opened in x+ --
235 -- file opened in x+b --
242 -- file opened in x+t --
312 -- file opened in x+ --
396 -- file opened in x+ --
480 -- file opened in x+ --
[all …]
H A Dfputcsv_variation7.phpt39 "x+", "x+b", "x+t");
144 -- file opened in x+ --
151 -- file opened in x+b --
158 -- file opened in x+t --
228 -- file opened in x+ --
235 -- file opened in x+b --
242 -- file opened in x+t --
312 -- file opened in x+ --
396 -- file opened in x+ --
480 -- file opened in x+ --
[all …]
H A Dfputcsv_variation8.phpt39 "x+", "x+b", "x+t");
144 -- file opened in x+ --
151 -- file opened in x+b --
158 -- file opened in x+t --
228 -- file opened in x+ --
235 -- file opened in x+b --
242 -- file opened in x+t --
312 -- file opened in x+ --
396 -- file opened in x+ --
480 -- file opened in x+ --
[all …]
H A Dfputcsv_variation11.phpt36 "x+", "x+b", "x+t");
141 -- file opened in x+ --
148 -- file opened in x+b --
155 -- file opened in x+t --
225 -- file opened in x+ --
232 -- file opened in x+b --
239 -- file opened in x+t --
309 -- file opened in x+ --
393 -- file opened in x+ --
477 -- file opened in x+ --
[all …]
H A Dfputcsv_variation12.phpt37 "x+", "x+b", "x+t");
142 -- file opened in x+ --
149 -- file opened in x+b --
156 -- file opened in x+t --
226 -- file opened in x+ --
233 -- file opened in x+b --
240 -- file opened in x+t --
310 -- file opened in x+ --
394 -- file opened in x+ --
478 -- file opened in x+ --
[all …]

Completed in 32 milliseconds

1...<<11121314151617181920>>...49