Home
last modified time | relevance | path

Searched refs:c (Results 151 – 175 of 4637) sorted by relevance

12345678910>>...186

/PHP-5.5/ext/mysqli/
H A Dmysqli_mysqlnd.h35 #define mysqli_server_status(c) mysqlnd_get_server_status((c)) argument
40 #define mysqli_close(c, how) mysqlnd_close((c), (how)) argument
41 #define mysqli_stmt_close(c, implicit) mysqlnd_stmt_close((c), (implicit)) argument
43 #define mysqli_async_query(c, q, l) mysqlnd_async_query((c), (q), (l)) argument
44 #define mysqli_change_user_silent(c, u, p, d, p_len) mysqlnd_change_user_ex((c), (u), (p), (d), T… argument
/PHP-5.5/ext/gd/tests/
H A Dgif.phpt28 ($c['red'] >= $r_min || $c['red'] <= $r_max)
30 ($c['green'] >= $g_min || $c['green'] <= $g_max)
32 ($c['blue'] >= $b_min || $c['blue'] <= $b_max)
39 if ($c['red']==$r && $c['green']==$g && $c['blue']==$b) {
49 $c = imagecolorallocate($im, 255,255,255);
50 imagefilledrectangle($im, 5,5, 10,10, $c);
58 $c = imagecolorallocate($im, $i,$i,$i);
70 $c = imagecolorallocate($im, $i,$i,$i);
82 $c = imagecolorallocate($im, $i,$i,$i);
94 $c = imagecolorallocate($im, $i,$i,$i);
[all …]
/PHP-5.5/ext/calendar/
H A Dconfig.m410 …PHP_NEW_EXTENSION(calendar, calendar.c dow.c french.c gregor.c jewish.c julian.c easter.c cal_unix…
/PHP-5.5/win32/build/
H A Dconfig.w32358 zend_llist.c zend_vm_opcodes.c zend_opcode.c zend_operators.c zend_ptr_stack.c \
359 zend_stack.c zend_variables.c zend.c zend_API.c zend_extensions.c \
360 zend_hash.c zend_list.c zend_indent.c zend_builtin_functions.c \
361 zend_sprintf.c zend_ini.c zend_qsort.c zend_multibyte.c zend_ts_hash.c \
364 zend_default_classes.c zend_execute.c zend_strtod.c zend_gc.c zend_closures.c \
371 ADD_SOURCES("main", "main.c snprintf.c spprintf.c getopt.c fopen_wrappers.c \
372 php_scandir.c php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \
373 strlcat.c mergesort.c reentrancy.c php_variables.c php_ticks.c network.c \
385 ADD_SOURCES("main/streams", "streams.c cast.c memory.c filter.c plain_wrapper.c \
386 userspace.c transports.c xp_socket.c mmap.c glob_wrapper.c");
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Ddirname_basic.phpt25 'c:',
26 'c:\\',
27 'c:/',
29 'c:\test\afile',
30 'c:\\test\\afile',
31 'c://test//afile',
32 'c:\test\afile\\',
43 ' c:\test\adir\afile.txt',
49 ' c:',
50 ' c:\test\adir\afile.txt',
[all …]
H A Drealpath_variation2.phpt14 * Source code: ext/standard/file.c
20 $paths = array('c:\\',
21 'c:',
22 'c' ,
25 'c:temp',
26 'c:\\/',
42 --c:\--
45 --c:--
48 --c--
57 --c:temp--
[all …]
H A Dpathinfo_basic1.phpt21 'c:',
22 'c:\\',
23 'c:/',
25 'c:\test\adir',
26 'c:\test\adir\\',
31 'c:\test\afile',
32 'c:\\test\\afile',
33 'c://test//afile',
34 'c:\test\afile\\',
35 'c:\test\prog.exe',
[all …]
H A Dfopen_variation10-win32.phpt29 mkdir('c:\\'.$rootdir);
33 $paths = array('c:\\',
34 'c:',
35 'c',
40 'c:\\/',
82 rmdir('c:\\'.$rootdir);
90 --c:\--
93 --c:--
96 --c--
120 --c:adir--
[all …]
H A Dfopen_variation11-win32.phpt28 mkdir('c:\\'.$rootdir);
32 $paths = array('c:\\',
33 'c:',
34 'c',
39 'c:\\/',
81 rmdir('c:\\'.$rootdir);
88 --c:\--
91 --c:--
94 --c--
118 --c:adir--
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dconfig9.m420 mysqlnd_ps_sources="mysqlnd_ps.c mysqlnd_ps_codec.c"
21 …mysqlnd_base_sources="mysqlnd.c mysqlnd_alloc.c mysqlnd_bt.c mysqlnd_charset.c mysqlnd_wireprotoco…
22 mysqlnd_loaddata.c mysqlnd_reverse_api.c mysqlnd_net.c \
23 mysqlnd_statistics.c mysqlnd_driver.c mysqlnd_ext_plugin.c mysqlnd_auth.c \
24 mysqlnd_result.c mysqlnd_result_meta.c mysqlnd_debug.c\
25 mysqlnd_block_alloc.c mysqlnd_plugin.c php_mysqlnd.c"
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation23.phpt7 * Source code: ext/standard/formatted_print.c
24 "%c", "%hc", "%lc",
25 "%Lc", " %c", "%c ",
26 "\t%c", "\n%c", "%4c",
27 "%30c", "%[a-bA-B@#$&]", "%*c"
51 string(1) "c"
53 string(1) "c"
62 string(1) "c"
68 string(1) "c"
77 string(1) "c"
/PHP-5.5/ext/spl/tests/
H A DarrayObject_setFlags_basic2.phpt8 static function go($c) {
9 var_dump($c->x);
13 $c = new C(array('x'=>'public'));
15 $c->setFlags(ArrayObject::ARRAY_AS_PROPS);
16 C::go($c);
17 var_dump($c->x);
20 $c->setFlags(0);
21 C::go($c);
22 var_dump($c->x);
H A DarrayObject_clone_basic2.phpt7 $c = new C;
8 $ao1 = new ArrayObject($c);
9 $c->p1 = 'new prop added to c before clone';
13 $c->p2 = 'new prop added to c after clone';
16 var_dump($c, $ao1, $ao2);
21 string(32) "new prop added to c before clone"
23 string(31) "new prop added to c after clone"
31 string(32) "new prop added to c before clone"
33 string(31) "new prop added to c after clone"
42 string(32) "new prop added to c before clone"
/PHP-5.5/ext/date/
H A Dconfig0.m48 timelib_sources="lib/astro.c lib/dow.c lib/parse_date.c lib/parse_tz.c
9 … lib/timelib.c lib/tm2unixtime.c lib/unixtime2tm.c lib/parse_iso_intervals.c lib/interval.c"
11 PHP_NEW_EXTENSION(date, php_date.c $timelib_sources, no,, $PHP_DATE_CFLAGS)
/PHP-5.5/ext/spl/
H A Dconfig.m425 …pl.c spl_functions.c spl_engine.c spl_iterators.c spl_array.c spl_directory.c spl_exceptions.c spl…
/PHP-5.5/ext/gd/libgd/
H A Dgd_pixelate.c17 int c = gdImageGetPixel(im, x, y); in gdImagePixelate() local
18 gdImageFilledRectangle(im, x, y, x + block_size - 1, y + block_size - 1, c); in gdImagePixelate()
26 int a, r, g, b, c; in gdImagePixelate() local
30 a = r = g = b = c = total = 0; in gdImagePixelate()
37 c = gdImageGetPixel(im, x + cx, y + cy); in gdImagePixelate()
38 a += gdImageAlpha(im, c); in gdImagePixelate()
39 r += gdImageRed(im, c); in gdImagePixelate()
40 g += gdImageGreen(im, c); in gdImagePixelate()
41 b += gdImageBlue(im, c); in gdImagePixelate()
47 c = gdImageColorResolveAlpha(im, r / total, g / total, b / total, a / total); in gdImagePixelate()
[all …]
/PHP-5.5/ext/standard/tests/array/
H A D008.phpt8 $c = array(-1,2,1,15,25,17);
12 echo '$c='.var_export($c,TRUE).";\n";
15 var_dump(array_intersect($a,$b,$c));
30 'c'=>'done',
60 $c = array(
69 echo '$c='.var_export($c,TRUE).";\n";
133 $c=array (
141 array_intersect($a,$b,$c);
215 'c' => 'done',
244 $c=array (
[all …]
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_iso8859_1.c79 int mbfl_filt_conv_8859_1_wchar(int c, mbfl_convert_filter *filter) in mbfl_filt_conv_8859_1_wchar() argument
81 return (*filter->output_function)(c, filter->data); in mbfl_filt_conv_8859_1_wchar()
87 int mbfl_filt_conv_wchar_8859_1(int c, mbfl_convert_filter *filter) in mbfl_filt_conv_wchar_8859_1() argument
89 if (c >= 0 && c < 0x100) { in mbfl_filt_conv_wchar_8859_1()
90 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_wchar_8859_1()
93 CK(mbfl_filt_conv_illegal_output(c, filter)); in mbfl_filt_conv_wchar_8859_1()
97 return c; in mbfl_filt_conv_wchar_8859_1()
H A Dmbfilter_uuencode.c58 #define UUDEC(c) (char)(((c)-' ')&077) argument
72 if (filter->cache == 0 && c == 'b') in mbfl_filt_conv_uudec()
77 else if (c == '\n') in mbfl_filt_conv_uudec()
83 if (uuenc_begin_text[filter->cache++] != c) { in mbfl_filt_conv_uudec()
96 if (c == '\n') in mbfl_filt_conv_uudec()
101 n = UUDEC(c); in mbfl_filt_conv_uudec()
107 n = UUDEC(c); in mbfl_filt_conv_uudec()
113 n = UUDEC(c); in mbfl_filt_conv_uudec()
119 n = UUDEC(c); in mbfl_filt_conv_uudec()
126 int A, B, C, D = UUDEC(c); in mbfl_filt_conv_uudec()
[all …]
H A Dmbfilter_qprint.c78 filter->cache = c; in mbfl_filt_conv_qprintenc()
83 filter->cache = c; in mbfl_filt_conv_qprintenc()
141 return c; in mbfl_filt_conv_qprintenc()
181 if (hex2code_map[c & 0xff] >= 0) { in mbfl_filt_conv_qprintdec()
182 filter->cache = c; in mbfl_filt_conv_qprintdec()
184 } else if (c == 0x0d) { /* soft line feed */ in mbfl_filt_conv_qprintdec()
195 m = hex2code_map[c & 0xff]; in mbfl_filt_conv_qprintdec()
199 n = c; in mbfl_filt_conv_qprintdec()
207 if (c != 0x0a) { /* LF */ in mbfl_filt_conv_qprintdec()
213 if (c == 0x3d) { /* '=' */ in mbfl_filt_conv_qprintdec()
[all …]
/PHP-5.5/tests/basic/
H A D024.phpt7 a=ABC&y=XYZ&c[]=1&c[]=2&c[a]=3
18 ["c"]=>
28 string(30) "a=ABC&y=XYZ&c[]=1&c[]=2&c[a]=3"
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dutf8.c41 #define utf8_islead(c) ((UChar )((c) & 0xc0) != 0x80) argument
96 int c, len; in mbc_to_code() local
100 c = *p++; in mbc_to_code()
103 n = c & ((1 << (6 - len)) - 1); in mbc_to_code()
105 c = *p++; in mbc_to_code()
112 if (c > 0xfd) { in mbc_to_code()
116 return (OnigCodePoint )c; in mbc_to_code()
236 int c = *(p + 1);
237 if (c >= 0x80) {
238 if (c <= (UChar )0x9e) { /* upper */
[all …]
/PHP-5.5/ext/hash/
H A Dhash_tiger.c40 cc = c;
43 c ^= x; \
62 round(b,c,a,x7,mul)
85 c += cc;
89 pass(a,b,c,5) \
91 pass(c,a,b,7) \
93 pass(b,c,a,9) \
96 pass(a,b,c,9) \
97 tmpa=a; a=c; c=b; b=tmpa; \
127 c = state[2]; \
[all …]
/PHP-5.5/Zend/tests/
H A Dnowdoc_005.phpt9 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
14 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
22 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
23 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
H A Dnowdoc_006.phpt9 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
14 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
22 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
23 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.

Completed in 116 milliseconds

12345678910>>...186