Home
last modified time | relevance | path

Searched refs:c (Results 226 – 250 of 4537) sorted by relevance

12345678910>>...182

/PHP-5.3/ext/oci8/tests/
H A Dbug42841.phpt41 oci8_test_sql_execute($c, $stmtarray);
45 function do_bug42841($c)
50 $stmt = oci_parse($c, $sql);
51 $cursor = oci_new_cursor($c);
68 $stmt = oci_parse($c, $sql);
69 $cursor = oci_new_cursor($c);
84 function do_bug43449($c)
92 function bug43449_getCur($c)
94 $cur = oci_new_cursor($c);
112 do_bug42841($c);
[all …]
H A Dbind_sqltint.phpt23 oci8_test_sql_execute($c, $stmtarray);
25 function check_col($c, $colname, $id)
43 check_col($c, 'varchar2_t10', 141);
52 check_col($c, 'number_t', 142);
61 check_col($c, 'number_t', 143);
70 check_col($c, 'number_t', 144);
79 check_col($c, 'number_t', 145);
88 check_col($c, 'number_t', 146);
97 check_col($c, 'number_t', 147);
106 check_col($c, 'number_t92', 148);
[all …]
H A Dbind_empty.phpt11 $statement = oci_parse($c, $drop);
15 $statement = oci_parse($c, $create);
22 $stmt = oci_parse($c, "UPDATE bind_empty_tab SET name=:name");
30 $stmt = oci_parse($c, "UPDATE bind_empty_tab SET name=:name");
37 $stmt = oci_parse($c, "INSERT INTO bind_empty_tab (NAME) VALUES ('abc')");
40 $stmt = oci_parse($c, "INSERT INTO bind_empty_tab (NAME) VALUES ('def')");
49 $stid = oci_parse($c, "select * from bind_empty_tab order by 1");
62 $stid = oci_parse($c, "select * from bind_empty_tab order by 1");
70 $s = oci_parse($c, "begin :bv := null; end; ");
79 $s = oci_parse($c, "begin :bv := null; end; ");
[all …]
/PHP-5.3/ext/standard/tests/array/
H A Dbug28974.phpt5 $a = $b = $c = array(0,1,2,3,4,5);
22 echo 'print_r(array_splice($c,2,2147483646));'."\n";
23 print_r(array_splice($c,2,2147483646));
24 echo "\$c is :";
25 print_r($c);
77 print_r(array_splice($c,2,2147483646));
85 $c is :Array
/PHP-5.3/ext/soap/
H A Dconfig.m420 …PHP_NEW_EXTENSION(soap, soap.c php_encoding.c php_http.c php_packet_soap.c php_schema.c php_sdl.c
/PHP-5.3/ext/standard/tests/strings/
H A Dvprintf_basic5.phpt7 * Source code: ext/standard/formatted_print.c
14 $format1 = "%c";
15 $format2 = "%c %c";
16 $format3 = "%c %c %c";
/PHP-5.3/scripts/dev/
H A Dsearch_underscores.php46 foreach($classes as $c) {
47 if (strpos($c, "_") !== false) {
49 $ref = new ReflectionClass($c);
56 $extensions[$ext][$c] = array();
57 foreach(get_class_methods($c) as $method) {
61 $extensions[$ext][$c][] = $method;
67 $cnt_methods += count(get_class_methods($c));
/PHP-5.3/ext/ctype/tests/
H A D002.phpt15 $c = chr($a);
17 if($function("$c$c$c")) $n2++;
18 if($function("1-$c$c$c-x")) $n3++;
/PHP-5.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp5022x.h56 int mbfl_filt_conv_jis_ms_wchar(int c, mbfl_convert_filter *filter);
57 int mbfl_filt_conv_wchar_jis_ms(int c, mbfl_convert_filter *filter);
58 int mbfl_filt_conv_wchar_cp50220(int c, mbfl_convert_filter *filter);
59 int mbfl_filt_conv_wchar_cp50220raw(int c, mbfl_convert_filter *filter);
60 int mbfl_filt_conv_wchar_cp50221(int c, mbfl_convert_filter *filter);
61 int mbfl_filt_conv_wchar_cp50222(int c, mbfl_convert_filter *filter);
H A Dmbfilter_ucs4.h43 int mbfl_filt_conv_ucs4_wchar(int c, mbfl_convert_filter *filter);
44 int mbfl_filt_conv_ucs4be_wchar(int c, mbfl_convert_filter *filter);
45 int mbfl_filt_conv_wchar_ucs4be(int c, mbfl_convert_filter *filter);
46 int mbfl_filt_conv_ucs4le_wchar(int c, mbfl_convert_filter *filter);
47 int mbfl_filt_conv_wchar_ucs4le(int c, mbfl_convert_filter *filter);
H A Dmbfilter_ucs2.h45 int mbfl_filt_conv_ucs2_wchar(int c, mbfl_convert_filter *filter);
46 int mbfl_filt_conv_ucs2be_wchar(int c, mbfl_convert_filter *filter);
47 int mbfl_filt_conv_wchar_ucs2be(int c, mbfl_convert_filter *filter);
48 int mbfl_filt_conv_ucs2le_wchar(int c, mbfl_convert_filter *filter);
49 int mbfl_filt_conv_wchar_ucs2le(int c, mbfl_convert_filter *filter);
H A Dmbfilter_utf16.h43 int mbfl_filt_conv_utf16_wchar(int c, mbfl_convert_filter *filter);
44 int mbfl_filt_conv_utf16be_wchar(int c, mbfl_convert_filter *filter);
45 int mbfl_filt_conv_wchar_utf16be(int c, mbfl_convert_filter *filter);
46 int mbfl_filt_conv_utf16le_wchar(int c, mbfl_convert_filter *filter);
47 int mbfl_filt_conv_wchar_utf16le(int c, mbfl_convert_filter *filter);
H A Dmbfilter_utf32.h43 int mbfl_filt_conv_utf32_wchar(int c, mbfl_convert_filter *filter);
44 int mbfl_filt_conv_utf32be_wchar(int c, mbfl_convert_filter *filter);
45 int mbfl_filt_conv_wchar_utf32be(int c, mbfl_convert_filter *filter);
46 int mbfl_filt_conv_utf32le_wchar(int c, mbfl_convert_filter *filter);
47 int mbfl_filt_conv_wchar_utf32le(int c, mbfl_convert_filter *filter);
/PHP-5.3/tests/lang/
H A D007.phpt12 $c = 1;
16 $c++;
17 echo "$a $c ";
21 echo "$a $b $c ";
23 echo "$a $b $c ";
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch25 $(CC) $(CFLAGS) -c $*.c
27 -SRC = thttpd.c libhttpd.c fdwatch.c mmc.c timers.c match.c tdate_parse.c syslog.c
28 +SRC = thttpd.c libhttpd.c fdwatch.c mmc.c timers.c match.c tdate_parse.c syslog.c php_thttpd.c
89 diff -ur thttpd-2.21b/fdwatch.c thttpd-2.21b-cool/fdwatch.c
1299 diff -ur thttpd-2.21b/mmc.c thttpd-2.21b-cool/mmc.c
1659 + RUN_HANDLER(c->conn_state, c);
1992 if ( c->bytes_sent >= c->bytes_to_send )
2027 iv[1].iov_len = MIN( c->bytes_to_send - c->bytes_sent, c->limit );
2060 if ( c->bytes_sent >= c->bytes_to_send )
2192 fdwatch_add_fd( c->hc->conn_fd, c, FDW_READ );
[all …]
/PHP-5.3/ext/mysqli/tests/
H A Dclient-cert.pem16 78:db:4e:bd:11:f6:8c:0d:76:f9:a3:32:56:9a:f8:
18 9a:d2:2b:59:5c:d7:8a:d3:60:68:f8:18:bd:c5:be:
19 15:e1:2a:3c:a3:d4:61:cb:f5:11:94:17:81:81:f7:
20 87:8c:f6:6a:d2:ee:d8:e6:77:f6:62:66:4d:2e:16:
22 a7:47:8c:0d:26:90:56:4e:e6:a5:6e:8c:b3:f2:9f:
26 5e:1f:a3:53:5f:24:13:1c:f8:28:32:b0:7f:69:69:f3:0e:c0:
30 89:9c:d2:cd:60:95:20:ba:8e:e3:7c:e6:df:76:3a:7c:89:77:
32 02:6b:61:c1:b4:52:63:d7:d8:46:b2:c5:9c:6f:38:91:8a:35:
H A D013.phpt33 $c = array(0,0,0,0,0,0,0,0);
34 $b_res= mysqli_stmt_bind_result($stmt, $c[0], $c[1], $c[2], $c[3], $c[4], $c[5], $c[6], $c[7]);
45 for ($i=0; $i < count($c); $i++)
46 $test .= ($c[$i] == $d[$i]) ? "1" : "0";
/PHP-5.3/ext/mbstring/oniguruma/enc/
H A Dutf16_be.c32 #define UTF16_IS_SURROGATE_FIRST(c) (c >= 0xd8 && c <= 0xdb) argument
33 #define UTF16_IS_SURROGATE_SECOND(c) (c >= 0xdc && c <= 0xdf) argument
165 int c, v; in utf16be_is_mbc_ambiguous() local
172 c = *p; in utf16be_is_mbc_ambiguous()
173 v = ONIGENC_IS_UNICODE_ISO_8859_1_CTYPE(c, in utf16be_is_mbc_ambiguous()
178 if (c >= 0xaa && c <= 0xba) in utf16be_is_mbc_ambiguous()
H A Dutf16_le.c32 #define UTF16_IS_SURROGATE_FIRST(c) (c >= 0xd8 && c <= 0xdb) argument
33 #define UTF16_IS_SURROGATE_SECOND(c) (c >= 0xdc && c <= 0xdf) argument
165 int c, v; in utf16le_is_mbc_ambiguous() local
171 c = *p; in utf16le_is_mbc_ambiguous()
172 v = ONIGENC_IS_UNICODE_ISO_8859_1_CTYPE(c, in utf16le_is_mbc_ambiguous()
176 if (c >= 0xaa && c <= 0xba) in utf16le_is_mbc_ambiguous()
H A Dutf8.c41 #define utf8_islead(c) ((UChar )((c) & 0xc0) != 0x80) argument
94 int c, len; in utf8_mbc_to_code() local
98 c = *p++; in utf8_mbc_to_code()
103 c = *p++; in utf8_mbc_to_code()
110 if (c > 0xfd) { in utf8_mbc_to_code()
114 return (OnigCodePoint )c; in utf8_mbc_to_code()
239 int c = *(p + 1); in utf8_mbc_to_normalize() local
240 if (c >= 128) { in utf8_mbc_to_normalize()
280 int c = *(p + 1); in utf8_is_mbc_ambiguous() local
281 if (c >= 128) { in utf8_is_mbc_ambiguous()
[all …]
/PHP-5.3/ext/gd/libgd/
H A Dgd_arc.c17 void gdImageEllipse(gdImagePtr im, int mx, int my, int w, int h, int c) in gdImageEllipse() argument
24 gdImageSetPixel(im,mx+a, my, c); in gdImageEllipse()
25 gdImageSetPixel(im,mx-a, my, c); in gdImageEllipse()
49 gdImageSetPixel(im,mx1, my1, c); in gdImageEllipse()
50 gdImageSetPixel(im,mx1, my2, c); in gdImageEllipse()
51 gdImageSetPixel(im,mx2, my1, c); in gdImageEllipse()
52 gdImageSetPixel(im,mx2, my2, c); in gdImageEllipse()
56 void gdImageFilledEllipse (gdImagePtr im, int mx, int my, int w, int h, int c) in gdImageFilledEllipse() argument
67 gdImageSetPixel(im, x, my, c); in gdImageFilledEllipse()
97 gdImageSetPixel(im,i,my1,c); in gdImageFilledEllipse()
[all …]
/PHP-5.3/ext/hash/
H A Dhash_ripemd.c214 a = d; d = c; c = b; b = tmp; in RIPEMD128Transform()
221 a = d; d = c; c = b; b = tmp; in RIPEMD128Transform()
228 a = d; d = c; c = b; b = tmp; in RIPEMD128Transform()
235 a = d; d = c; c = b; b = tmp; in RIPEMD128Transform()
305 a = d; d = c; c = b; b = tmp; in RIPEMD256Transform()
313 a = d; d = c; c = b; b = tmp; in RIPEMD256Transform()
321 a = d; d = c; c = b; b = tmp; in RIPEMD256Transform()
325 tmp = c; c = cc; cc = tmp; in RIPEMD256Transform()
329 a = d; d = c; c = b; b = tmp; in RIPEMD256Transform()
403 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD160Transform()
[all …]
/PHP-5.3/ext/pdo_mysql/
H A Dconfig.w3210 EXTENSION("pdo_mysql", "pdo_mysql.c mysql_driver.c mysql_statement.c");
15 EXTENSION("pdo_mysql", "pdo_mysql.c mysql_driver.c mysql_statement.c");
/PHP-5.3/ext/phar/tests/zip/
H A Drefcount1.phpt24 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
31 $fp = fopen($alias . '/b/c.php', 'wb');
35 $b = fopen($alias . '/b/c.php', 'rb');
36 $a = $phar['b/c.php'];
41 unlink($alias . '/b/c.php');
44 include $alias . '/b/c.php';
54 string(%d) "phar://%srefcount1.phar.zip/b/c.php"
56 string(%d) "c.php"
61 Warning: unlink(): phar error: "b/c.php" in phar "%srefcount1.phar.zip", has open file pointers, ca…
64 string(%d) "phar://%srefcount1.phar.zip/b/c.php"
[all …]
/PHP-5.3/sapi/apache2handler/
H A Dconfig.w3214 SAPI('apache2handler', 'mod_php5.c sapi_apache2.c apache_config.c php_functions.c',
32 SAPI('apache2_2handler', 'mod_php5.c sapi_apache2.c apache_config.c php_functions.c',
50 SAPI('apache2_4handler', 'mod_php5.c sapi_apache2.c apache_config.c php_functions.c',

Completed in 87 milliseconds

12345678910>>...182