Home
last modified time | relevance | path

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

12345678910>>...181

/PHP-5.5/ext/spl/tests/
H A DarrayObject_count_basic1.phpt12 $c = new C;
15 var_dump(count($c), count($ao));
17 $c[] = 'a';
19 var_dump(count($c), count($ao));
21 $c[] = 'b';
23 var_dump(count($c), count($ao));
25 unset($c[0]);
40 $c = new D;
45 $c[] = 'a';
49 $c[] = 'b';
[all …]
/PHP-5.5/ext/gd/tests/
H A Dcolorclosest.phpt11 $c = imagecolorclosest($im, 255,0,255);
12 printf("%X\n", $c);
16 $c = imagecolorclosest($im, 255,0,255);
17 print_r(imagecolorsforindex($im, $c));
22 $c = imagecolorclosest($im, 255,0,255);
23 print_r(imagecolorsforindex($im, $c));
28 $c = imagecolorclosest($im, 255,0,0);
29 print_r(imagecolorsforindex($im, $c));
41 print_r(imagecolorsforindex($im, $c));
46 printf("%X\n", $c);
[all …]
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 …]
/PHP-5.5/ext/standard/tests/strings/
H A Dvsprintf_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';
82 ] c ~ �
89c ~ �
96 { c � {
103  c  
[all …]
H A Dvprintf_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';
84 ] c ~ �
92c ~ �
100 { c � {
108  c  
[all …]
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 …]
/PHP-5.5/ext/standard/tests/file/
H A Dpathinfo_basic1-win32.phpt21 'c:',
22 'c:\\',
23 'c:/',
54 ' c:',
101 string(2) "c:"
102 string(2) "c:"
104 string(2) "c:"
115 string(2) "c:"
117 string(2) "c:"
128 string(2) "c:"
[all …]
H A Dbasename_bug66395_variation2-win32.phpt10 echo basename("a:\\b:c:d:hello.txt\\hcd:c.txt") . "\n";
11 echo basename("a:b:c:d:hello.txt\\d:some.txt") . "\n";
12 echo basename("a:b:c:d:hello\world\a.bmp\c:d:e:f.txt") . "\n";
15 echo basename("a:\\b:/c:d:hello\\world:somestream") . "\n";
16 echo basename("a:\\b:\\c:d:hello\\world:some.stream") . "\n";
17 echo basename("a:/b:\\c:d:hello\\world:some.stream:\$DATA") . "\n";
19 echo basename("a:\\b:\\c:d:hello\\world:c:\$DATA") . "\n";
20 echo basename("a:\\b:\\c:d:hello\\d:world:c:\$DATA") . "\n";
27 hcd:c.txt
36 world:c:$DATA
[all …]
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A DMakefile.am4 mbfl_string.c \
5 mbfl_language.c \
6 mbfl_encoding.c \
7 mbfl_convert.c \
8 mbfl_ident.c \
9 mbfl_memory_device.c \
10 mbfl_allocators.c \
11 mbfl_filter_output.c \
12 mbfilter_pass.c \
13 mbfilter_wchar.c \
[all …]
/PHP-5.5/ext/ereg/regex/
H A Dsplit.c26 while ((c = *p++) == ' ' || c == '\t')
49 if (c == '\0')
57 if (c == '\0')
70 while ((c = *p++) != sepc && c != sepc2)
79 while ((c = *p++) == sepc || c == sepc2)
86 while ((c = *p++) == sepc || c == sepc2)
90 while ((c = *p++) != '\0' && c != sepc && c != sepc2)
96 while ((c = *--p) == sepc || c == sepc2)
115 c = *p++;
116 if (c == '\0')
[all …]
/PHP-5.5/tests/lang/
H A Dexecution_order.phpt17 echo $c;
24 echo $c;
31 echo $c;
38 echo $c;
43 echo $c;
50 echo $c;
156 echo c::$stat + (c::$stat=200);
160 echo (c::$stat=300) + c::$stat;
163 $c = new c();
166 echo $c->val + ($c->val=200);
[all …]
/PHP-5.5/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");
/PHP-5.5/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.5/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.5/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_fnv.c hash_joaat.c"
/PHP-5.5/ext/oci8/tests/
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_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_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.5/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…
/PHP-5.5/ext/simplexml/tests/
H A Dbug66084_0.phpt7 echo var_dump(simplexml_load_string('<a><b/><c><x/></c></a>')), "\n";
8 echo var_dump(simplexml_load_string('<a><b/><d/><c><x/></c></a>')), "\n";
9 echo var_dump(simplexml_load_string('<a><b/><c><d/><x/></c></a>')), "\n";
10 echo var_dump(simplexml_load_string('<a><b/><c><d><x/></d></c></a>')), "\n";
17 ["c"]=>
32 ["c"]=>
44 ["c"]=>
59 ["c"]=>
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_valid_utf8.c120 register pcre_uchar ab, c, d; in PRIV() local
122 c = *p; in PRIV()
123 if (c < 128) continue; /* ASCII character */ in PRIV()
125 if (c < 0xc0) /* Isolated 10xx xxxx byte */ in PRIV()
162 case 1: if ((c & 0x3e) == 0) in PRIV()
179 if (c == 0xe0 && (d & 0x20) == 0) in PRIV()
184 if (c == 0xed && d >= 0xa0) in PRIV()
206 if (c == 0xf0 && (d & 0x30) == 0) in PRIV()
211 if (c > 0xf4 || (c == 0xf4 && d > 0x8f)) in PRIV()
242 if (c == 0xf8 && (d & 0x38) == 0) in PRIV()
[all …]
H A Dpcre_internal.h283 #define MAX_255(c) ((c) <= 255u) argument
284 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) argument
291 #define MAX_255(c) ((c) <= 255u) argument
292 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) argument
375 #define memcmp(s,c,n) _memcmp(s,c,n) argument
378 #define memset(s,c,n) _memset(s,c,n) argument
389 #define memmove(a, b, c) bcopy(b, a, c) argument
617 #define GETCHAR(c, eptr) c = *eptr; argument
702 #define HAS_EXTRALEN(c) ((c) >= 0xc0) argument
719 if (c >= 0xc0) GETUTF8(c, eptr);
[all …]
/PHP-5.5/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 \
62 pcrelib/pcre_jit_compile.c"
[all …]

Completed in 42 milliseconds

12345678910>>...181