Home
last modified time | relevance | path

Searched refs:x (Results 326 – 350 of 1169) sorted by relevance

1...<<11121314151617181920>>...47

/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_variation12.phpt33 "x+", "x+b", "x+t");
134 -- file opened in x+ --
141 -- file opened in x+b --
148 -- file opened in x+t --
218 -- file opened in x+ --
225 -- file opened in x+b --
232 -- file opened in x+t --
302 -- file opened in x+ --
386 -- file opened in x+ --
470 -- file opened in x+ --
[all …]
H A DSplFileObject_fputcsv_variation5.phpt32 "x+", "x+b", "x+t");
133 -- file opened in x+ --
140 -- file opened in x+b --
147 -- file opened in x+t --
217 -- file opened in x+ --
224 -- file opened in x+b --
231 -- file opened in x+t --
301 -- file opened in x+ --
385 -- file opened in x+ --
469 -- file opened in x+ --
[all …]
H A DSplFileObject_fputcsv_variation6.phpt35 "x+", "x+b", "x+t");
136 -- file opened in x+ --
143 -- file opened in x+b --
150 -- file opened in x+t --
220 -- file opened in x+ --
227 -- file opened in x+b --
234 -- file opened in x+t --
304 -- file opened in x+ --
388 -- file opened in x+ --
472 -- file opened in x+ --
[all …]
H A DSplFileObject_fputcsv_variation7.phpt35 "x+", "x+b", "x+t");
136 -- file opened in x+ --
143 -- file opened in x+b --
150 -- file opened in x+t --
220 -- file opened in x+ --
227 -- file opened in x+b --
234 -- file opened in x+t --
304 -- file opened in x+ --
388 -- file opened in x+ --
472 -- file opened in x+ --
[all …]
H A DSplFileObject_fputcsv_variation8.phpt35 "x+", "x+b", "x+t");
136 -- file opened in x+ --
143 -- file opened in x+b --
150 -- file opened in x+t --
220 -- file opened in x+ --
227 -- file opened in x+b --
234 -- file opened in x+t --
304 -- file opened in x+ --
388 -- file opened in x+ --
472 -- file opened in x+ --
[all …]
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.5/ext/pcre/tests/
H A Dpcre_extended.phpt2 x (PCRE_EXTENDED) modififer
9 var_dump(preg_match('/a e i o u/x', 'aeiou', $m));
12 var_dump(preg_match("/a e\ni\to\ru/x", 'aeiou', $m));
/PHP-5.5/Zend/tests/
H A Dns_055.phpt8 function test1(Foo $x) {
11 function test2(\test\ns1\Foo $x) {
14 function test3(\Exception $x) {
H A Dbug48409.phpt10 public function xyz($d, $x)
12 if ($x == 34) {
46 public function run($x)
49 $x->func();
H A Dlsb_017.phpt6 public static function test($x=null) {
7 if (!is_null($x)) {
8 echo "$x\n";
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) {
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug69152.phpt5 $x = unserialize('O:9:"exception":1:{s:16:"'."\0".'Exception'."\0".'trace";s:4:"ryat";}');
6 echo $x;
7 $x = unserialize('O:4:"test":1:{s:27:"__PHP_Incomplete_Class_Name";R:1;}');
8 $x->test();
/PHP-5.5/ext/phar/tests/
H A Dbug47085.phpt13 $phar['x'] = 'hi';
15 rename("phar://a.phar/x", "phar://a.phar/y");
16 var_dump(rename("phar://a.phar/x", "phar://a.phar/y"));
22 Warning: rename(): phar error: cannot rename "phar://a.phar/x" to "phar://a.phar/y" from extracted …
/PHP-5.5/ext/phar/tests/zip/
H A Drmdir.phpt19 $phar['a/x'] = 'a';
24 echo file_get_contents($alias . '/a/x') . "\n";
26 echo file_get_contents($alias . '/a/x') . "\n";
27 unlink($alias . '/a/x');
/PHP-5.5/ext/gd/tests/
H A Dimagefttext.phpt29 for ($x = 0; $x < $sx; ++$x) {
30 if (imagecolorat($im, $x, $y) == $colour_b) {
/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c148 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block() argument
149 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() argument
150 #define S0(x) (CYCLIC (x, 2) ^ CYCLIC (x, 13) ^ CYCLIC (x, 22)) in sha256_process_block() argument
151 #define S1(x) (CYCLIC (x, 6) ^ CYCLIC (x, 11) ^ CYCLIC (x, 25)) in sha256_process_block() argument
152 #define R0(x) (CYCLIC (x, 7) ^ CYCLIC (x, 18) ^ (x >> 3)) in sha256_process_block() argument
153 #define R1(x) (CYCLIC (x, 17) ^ CYCLIC (x, 19) ^ (x >> 10)) in sha256_process_block() argument
/PHP-5.5/ext/date/tests/
H A Dbug48678.phpt5 $x = new DateInterval("P3Y6M4DT12H30M5S");
6 print_r($x);
7 $y = unserialize(serialize($x));
/PHP-5.5/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');
/PHP-5.5/Zend/tests/traits/
H A Dbug60809.phpt30 $x = new Example();
31 $x->foo();
32 $x->bar();
/PHP-5.5/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);
494 double ptsize, double angle, int x, int y, char * string,
500 int x, y; member
669 void gdImageFill(gdImagePtr im, int x, int y, int color);
746 #define gdImagePalettePixel(im, x, y) (im)->pixels[(y)][(x)] argument
747 #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.5/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.5/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

Completed in 57 milliseconds

1...<<11121314151617181920>>...47