Home
last modified time | relevance | path

Searched refs:x (Results 251 – 275 of 997) sorted by relevance

1...<<11121314151617181920>>...40

/PHP-5.3/ext/standard/tests/strings/
H A Dsscanf_basic8.phpt14 $format1 = "%x %x %x %x %x %x";
/PHP-5.3/Zend/tests/
H A Dinter_01.phpt7 public function bar($x = foo);
12 public function bar($x = foo::foo) {
13 var_dump($x);
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 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.3/ext/standard/tests/array/
H A Dbug25708.phpt18 * a = temp_var[x] // refcount = 2
47 $b = 'x';
100 string(1) "x" refcount(1)
102 string(1) "x" refcount(1)
138 string(1) "x" refcount(1)
140 string(1) "x" refcount(1)
176 string(1) "x" refcount(1)
178 string(1) "x" refcount(1)
214 string(1) "x" refcount(1)
216 string(1) "x" refcount(1)
/PHP-5.3/Zend/
H A Dbench.php53 $x=0; $y=0; $w2=0; $h2=0; $color=0;
59 for ($x=0 ; $x<=$h1; $x=$x+1) {
60 $rec=$s*($x-$w2)+$recen;
90 for ($x=0; $c = $x*0.04 - 2, $z=0, $Z=0, $x++ < 75;){
283 $x = 0;
285 $x += $m1[$i][$k] * $m2[$k][$j];
287 $m3[$i][$j] = $x;
306 $x = 0;
313 $x++;
314 print "$x\n";
/PHP-5.3/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.3/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.3/ext/gd/tests/
H A Dimagefttext.phpt29 for ($x = 0; $x < $sx; ++$x) {
30 if (imagecolorat($im, $x, $y) == $colour_b) {
/PHP-5.3/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.3/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.3/ext/date/tests/
H A Dbug48678.phpt5 $x = new DateInterval("P3Y6M4DT12H30M5S");
6 print_r($x);
7 $y = unserialize(serialize($x));
/PHP-5.3/ext/odbc/
H A Dphp_odbc_includes.h287 #define IS_SQL_LONG(x) (x == SQL_LONGVARBINARY || x == SQL_LONGVARCHAR) argument
288 #define IS_SQL_BINARY(x) (x == SQL_BINARY || x == SQL_VARBINARY || x == SQL_LONGVARBINARY) argument
/PHP-5.3/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.3/ext/sqlite/libsqlite/src/
H A Dhash.c83 uptr x = Addr(pKey);
84 return x ^ (x<<8) ^ (x>>8);
168 HashElem *x; /* Element being copied to new hash table */ in rehash() local
181 x = new_ht[h].chain; in rehash()
182 if( x ){ in rehash()
183 elem->next = x; in rehash()
184 elem->prev = x->prev; in rehash()
185 if( x->prev ) x->prev->next = elem; in rehash()
187 x->prev = elem; in rehash()
/PHP-5.3/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.3/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.3/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.3/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_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 …]
H A Dfputcsv_variation5.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 …]

Completed in 41 milliseconds

1...<<11121314151617181920>>...40