Home
last modified time | relevance | path

Searched refs:c (Results 126 – 150 of 4409) sorted by relevance

12345678910>>...177

/PHP-5.3/ext/gd/tests/
H A Dcolorresolve.phpt11 $c = imagecolorresolve($im, 255,0,255);
12 printf("%X\n", $c);
16 $c = imagecolorresolve($im, 255,0,255);
17 print_r(imagecolorsforindex($im, $c));
22 $c = imagecolorresolve($im, 255,0,0);
23 print_r(imagecolorsforindex($im, $c));
34 $c = imagecolorresolve($im, 255,10,10);
35 print_r(imagecolorsforindex($im, $c));
42 printf("%X\n", $c);
47 print_r(imagecolorsforindex($im, $c));
[all …]
H A Dcreatefromwbmp2_extern.phpt17 $c = 0;
18 fputs($fp, chr($c), 1);
19 fputs($fp, $c, 1);
22 $c = 0x84;
23 fputs($fp, chr($c), 1);
24 $c = 0x80;
25 fputs($fp, chr($c), 1);
26 fputs($fp, chr($c), 1);
27 fputs($fp, chr($c), 1);
28 $c = 0x01;
[all …]
H A Dcreatefromwbmp2.phpt17 $c = 0;
18 fputs($fp, chr($c), 1);
19 fputs($fp, $c, 1);
22 $c = 0x84;
23 fputs($fp, chr($c), 1);
24 $c = 0x80;
25 fputs($fp, chr($c), 1);
26 fputs($fp, chr($c), 1);
27 fputs($fp, chr($c), 1);
28 $c = 0x01;
[all …]
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.3/ext/calendar/
H A Dconfig.w327 EXTENSION("calendar", "calendar.c dow.c french.c gregor.c jewish.c \
8 julian.c easter.c cal_unix.c");
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.3/ext/standard/tests/strings/
H A Dvfprintf_variation10.phpt7 * Source code: ext/standard/formatted_print.c
19 '%c %+c %-c
20 %lc %Lc %4c %-4c
21 %10.4c %-10.4c %04c %04.4c
22 %\'10c %\'10c %\'$10c %\'_10c
23 %3$c %4$c %1$c %2$c';
93 ] c ~ �
99c ~ �
105 { c � {
111  c  
[all …]
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.3/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c222 const int c = entry->cp_932[i]; in to_cp932_visitor() local
223 if (c >= 0x100) { in to_cp932_visitor()
225 sprintf(buf_cp932, "%%%02x%%%02x", (c >> 8) & 0xff, c & 0xff); in to_cp932_visitor()
256 if (c >= 0x100) in from_cp932_visitor()
257 sprintf(buf_cp932, "\\x%02x\\x%02x", (c >> 8) & 0xff, c & 0xff); in from_cp932_visitor()
296 if (c >= 0xa1 && c < 0xe0) { in to_cp50220_visitor()
310 } else if (c >= 0x100) { in to_cp50220_visitor()
311 …const int j = ((((c & 0xff00) - (c >= 0xe000 ? 0xb000: 0x7000)) << 1) | ((c & 0xff) - (c & 0x80 ? … in to_cp50220_visitor()
350 if (c >= 0xa1 && c < 0xe0) { in to_cp50222_visitor()
353 } else if (c >= 0x100) { in to_cp50222_visitor()
[all …]
/PHP-5.3/Zend/tests/
H A Dbug34310.phpt2 Bug #34310 (foreach($arr as $c->d => $x) crashes)
11 $c = new C();
13 $arr = array (1 => 'a', 2 => 'b', 3 => 'c');
16 foreach($arr as $x => $c->d)
18 echo "{$x} => {$c->d}\n";
22 foreach($arr as $c->d => $x)
24 echo "{$c->d} => {$x}\n";
31 3 => c
34 3 => c
/PHP-5.3/ext/oci8/tests/
H A Dextauth_01.phpt20 if (!$c) {
24 var_dump($c);
29 if (!$c) {
38 if (!$c) {
47 if (!$c) {
56 if (!$c) {
65 if (!$c) {
74 if (!$c) {
83 if (!$c) {
92 if (!$c) {
[all …]
H A Dextauth_03.phpt19 if (!$c) {
23 var_dump($c);
28 if (!$c) {
37 if (!$c) {
46 if (!$c) {
55 if (!$c) {
64 if (!$c) {
73 if (!$c) {
82 if (!$c) {
91 if (!$c) {
[all …]
H A Dextauth_02.phpt19 if (!$c) {
23 var_dump($c);
28 if (!$c) {
37 if (!$c) {
46 if (!$c) {
55 if (!$c) {
64 if (!$c) {
73 if (!$c) {
82 if (!$c) {
91 if (!$c) {
[all …]
/PHP-5.3/ext/date/
H A Dconfig.w324 EXTENSION("date", "php_date.c", false, "-Iext/date/lib");
5 …S("ext/date/lib", "astro.c timelib.c dow.c parse_date.c parse_tz.c tm2unixtime.c unixtime2tm.c par…
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.3/ext/pcre/pcrelib/
H A Dpcre_internal.h273 #define MAX_255(c) ((c) <= 255u) argument
274 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) argument
281 #define MAX_255(c) ((c) <= 255u) argument
282 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) argument
365 #define memcmp(s,c,n) _memcmp(s,c,n) argument
368 #define memset(s,c,n) _memset(s,c,n) argument
379 #define memmove(a, b, c) bcopy(b, a, c) argument
592 #define GETCHAR(c, eptr) c = *eptr; argument
681 #define HAS_EXTRALEN(c) ((c) >= 0xc0) argument
698 if (c >= 0xc0) GETUTF8(c, eptr);
[all …]
/PHP-5.3/ext/mysqli/
H A Dmysqli_mysqlnd.h35 #define mysqli_server_status(c) (c)->upsert_status.server_status 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) mysqlnd_change_user((c), (u), (p), (d), TRUE) argument
/PHP-5.3/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 …]
/PHP-5.3/win32/build/
H A Dconfig.w32324 zend_llist.c zend_opcode.c zend_operators.c zend_ptr_stack.c \
325 zend_stack.c zend_variables.c zend.c zend_API.c zend_extensions.c \
327 zend_sprintf.c zend_ini.c zend_qsort.c zend_multibyte.c zend_ts_hash.c \
330 zend_default_classes.c zend_execute.c zend_strtod.c zend_gc.c zend_closures.c \
337 ADD_SOURCES("main", "main.c snprintf.c spprintf.c safe_mode.c getopt.c fopen_wrappers.c \
338 php_scandir.c php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \
339 strlcat.c mergesort.c reentrancy.c php_variables.c php_ticks.c network.c \
340 php_open_temporary_file.c php_logos.c output.c internal_functions.c php_sprintf.c");
351 ADD_SOURCES("main/streams", "streams.c cast.c memory.c filter.c plain_wrapper.c \
352 userspace.c transports.c xp_socket.c mmap.c glob_wrapper.c");
[all …]
/PHP-5.3/ext/pcre/
H A Dconfig0.m437 pcre_minor_length=`echo "$pcre_minor" | wc -c | sed -e 's/[^0-9]//g'`
50 PHP_NEW_EXTENSION(pcre, php_pcre.c, no)
55 pcrelib_sources="pcrelib/pcre_chartables.c pcrelib/pcre_ucd.c \
56 pcrelib/pcre_compile.c pcrelib/pcre_config.c pcrelib/pcre_exec.c \
57 pcrelib/pcre_fullinfo.c pcrelib/pcre_get.c pcrelib/pcre_globals.c \
58 pcrelib/pcre_maketables.c pcrelib/pcre_newline.c \
59 pcrelib/pcre_ord2utf8.c pcrelib/pcre_refcount.c pcrelib/pcre_study.c \
60 pcrelib/pcre_tables.c pcrelib/pcre_valid_utf8.c \
61 pcrelib/pcre_version.c pcrelib/pcre_xclass.c"
63 PHP_NEW_EXTENSION(pcre, $pcrelib_sources php_pcre.c, no,,$PHP_PCRE_CFLAGS)
/PHP-5.3/ext/hash/
H A Dconfig.m428 EXT_HASH_SOURCES="hash.c hash_md.c hash_sha.c hash_ripemd.c hash_haval.c \
29 hash_tiger.c hash_gost.c hash_snefru.c hash_whirlpool.c hash_adler32.c \
30 hash_crc32.c hash_salsa.c"
/PHP-5.3/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);
/PHP-5.3/ext/sqlite/
H A Dconfig.m494 libsqlite/src/parse.c libsqlite/src/encode.c \
95 libsqlite/src/auth.c libsqlite/src/btree.c libsqlite/src/build.c \
96 libsqlite/src/delete.c libsqlite/src/expr.c libsqlite/src/func.c \
97 libsqlite/src/hash.c libsqlite/src/insert.c libsqlite/src/main.c \
98 libsqlite/src/os.c libsqlite/src/pager.c \
100 libsqlite/src/select.c libsqlite/src/table.c libsqlite/src/tokenize.c \
101 libsqlite/src/update.c libsqlite/src/util.c libsqlite/src/vdbe.c \
102 libsqlite/src/attach.c libsqlite/src/btree_rb.c libsqlite/src/pragma.c \
103 libsqlite/src/vacuum.c libsqlite/src/copy.c \
104 libsqlite/src/vdbeaux.c libsqlite/src/date.c \
[all …]

Completed in 82 milliseconds

12345678910>>...177