Home
last modified time | relevance | path

Searched refs:x (Results 376 – 400 of 1216) sorted by relevance

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

/PHP-5.6/ext/standard/tests/file/
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 …]
H A Dfputcsv_variation10.phpt31 "x+", "x+b", "x+t");
135 -- file opened in x+ --
142 -- file opened in x+b --
149 -- file opened in x+t --
228 -- file opened in x+ --
236 -- file opened in x+b --
244 -- file opened in x+t --
315 -- file opened in x+ --
322 -- file opened in x+b --
329 -- file opened in x+t --
/PHP-5.6/Zend/tests/
H A Dbug45186.phpt23 static function x() {
28 $x = new bar;
30 $x->test();
32 call_user_func(array('BAR','x'));
H A Dbug32290.phpt84 $x = new TestB();
86 var_dump($x->doSomething(1));
88 var_dump($x->doSomethingThis(1));
90 var_dump($x->doSomethingParent(1));
92 var_dump($x->doSomethingParentThis(1));
94 var_dump($x->doSomethingStatic(1));
H A Dbug30140.phpt14 A::$test1 = "x";
25 string(1) "x"
28 string(1) "x"
H A Dbug45186_2.phpt19 static function x() {
24 $x = new bar;
26 $x->test();
28 call_user_func(array('BAR','x'));
H A Dbug43200.phpt18 class x extends c implements a, b {
22 ReflectionClass::export('x');
26 Class [ <user> class x extends c implements a, b ] {
H A Dbug60833.phpt6 static $x = "A";
14 static $x = "B";
19 $this->v4 = STATIC::$x;
H A Dlist_007.phpt6 list($x, $y) = function() { };
8 var_dump($x, $y);
/PHP-5.6/ext/soap/interop/
H A Dtest.utility.php97 function compare(&$x,&$y) { argument
99 $x_type = gettype($x);
103 $ok = array_compare($x, $y);
105 $ok = object_compare($x, $y);
107 $ok = number_compare($x, $y);
111 $ok = ($x == $y);
/PHP-5.6/ext/openssl/tests/
H A Dopenssl_spki_export_challenge_basic.phpt47 return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x', mt_rand(0, 0xffff),
/PHP-5.6/sapi/thttpd/
H A Dthttpd_patch1043 -Z x-compress
1044 -gz x-gzip
1047 uu x-uuencode
1061 -etx text/x-setext
1086 -aif audio/x-aiff
1087 -aiff audio/x-aiff
1229 +aif audio/x-aiff
1237 +wav audio/x-wav
1257 +rgb image/x-rgb
1298 +ice x-conference/x-cooltalk
[all …]
/PHP-5.6/ext/gd/libgd/
H A Dgd_wbmp.c96 int x, y, pos; in gdImageWBMPCtx() local
107 for (x = 0; x < gdImageSX(image); x++) { in gdImageWBMPCtx()
108 if (gdImageGetPixel (image, x, y) == fg) { in gdImageWBMPCtx()
/PHP-5.6/ext/mysqli/
H A Dphp_mysqli_structs.h175 #define L64(x) x##i64 argument
189 #define L64(x) x##LL argument
351 #define my_estrdup(x) (x) ? estrdup(x) : NULL argument
352 #define my_efree(x) if (x) efree(x) argument
/PHP-5.6/ext/intl/tests/
H A Dlocale_get_keywords.phpt54 'de-CH-x-phonebk',
55 'az-Arab-x-AZE-derbend',
60 'x-whatever',
61 'qaa-Qaaa-QM-x-southern',
67 'zh-CN-a-myExt-x-private',
127 de-CH-x-phonebk: No keywords found.
128 az-Arab-x-AZE-derbend: No keywords found.
131 x-whatever: No keywords found.
132 qaa-Qaaa-QM-x-southern: No keywords found.
136 zh-CN-a-myExt-x-private: No keywords found.
H A Dlocale_parse_locale2.phpt49 'de-CH-x-phonebk',
50 'az-Arab-x-AZE-derbend',
55 'qaa-Qaaa-QM-x-southern',
61 'zh-CN-a-myExt-x-private',
67 'x-AAAAAA',
167 de-CH-x-phonebk:
170 az-Arab-x-AZE-derbend:
179 qaa-Qaaa-QM-x-southern:
191 zh-CN-a-myExt-x-private:
206 x-AAAAAA:
H A Dlocale_get_primary_language.phpt48 'de-CH-x-phonebk',
49 'az-Arab-x-AZE-derbend',
54 'qaa-Qaaa-QM-x-southern',
60 'zh-CN-a-myExt-x-private',
109 de-CH-x-phonebk: primary_language='de'
110 az-Arab-x-AZE-derbend: primary_language='az'
113 qaa-Qaaa-QM-x-southern: primary_language='qaa'
117 zh-CN-a-myExt-x-private: primary_language='zh'
/PHP-5.6/ext/phar/tests/tar/
H A Drmdir.phpt21 $files['a/x'] = 'a';
32 echo file_get_contents($alias . '/a/x') . "\n";
34 echo file_get_contents($alias . '/a/x') . "\n";
35 unlink($alias . '/a/x');
/PHP-5.6/ext/standard/tests/serialize/
H A Dbug73092_2.phpt6 public $x;
8 var_dump($this->x);
12 unserialize('a:3:{i:0;O:3:"foo":1:{s:1:"x";O:12:"DateInterval":1:{i:0;i:0;}}i:1;s:263:"'.str_repeat…
/PHP-5.6/tests/run-test/
H A Dtest002.phpt10 x
17 %x
/PHP-5.6/ext/standard/
H A Dcrypt_sha512.c167 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block() argument
168 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() argument
169 #define S0(x) (CYCLIC (x, 28) ^ CYCLIC (x, 34) ^ CYCLIC (x, 39)) in sha512_process_block() argument
170 #define S1(x) (CYCLIC (x, 14) ^ CYCLIC (x, 18) ^ CYCLIC (x, 41)) in sha512_process_block() argument
171 #define R0(x) (CYCLIC (x, 1) ^ CYCLIC (x, 8) ^ (x >> 7)) in sha512_process_block() argument
172 #define R1(x) (CYCLIC (x, 19) ^ CYCLIC (x, 61) ^ (x >> 6)) in sha512_process_block() argument
/PHP-5.6/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt26 "x+", "x+b", "x+t");
126 -- file opened in x+ --
133 -- file opened in x+b --
140 -- file opened in x+t --
219 -- file opened in x+ --
227 -- file opened in x+b --
235 -- file opened in x+t --
306 -- file opened in x+ --
313 -- file opened in x+b --
320 -- file opened in x+t --
H A Dbug46031.phpt5 $x = new AppendIterator();
6 var_dump($x->next());
/PHP-5.6/ext/opcache/
H A DZendAccelerator.h160 #define DO_ALLOCA(x) do_alloca_with_limit(x, use_heap) argument
161 #define FREE_ALLOCA(x) free_alloca_with_limit(x, use_heap) argument
163 #define ALLOCA_FLAG(x) argument
164 #define DO_ALLOCA(x) do_alloca(x) argument
165 #define FREE_ALLOCA(x) free_alloca(x) argument
168 #define DO_ALLOCA(x) do_alloca(x, use_heap) argument
169 #define FREE_ALLOCA(x) free_alloca(x, use_heap) argument
/PHP-5.6/ext/gd/tests/
H A Dimagettftext_charmap_order.phpt50 for ($x = 0; $x < $w; $x++) {
51 $rgb = imagecolorat($im, $x, $y);

Completed in 44 milliseconds

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