Home
last modified time | relevance | path

Searched refs:c (Results 276 – 300 of 4537) sorted by relevance

1...<<11121314151617181920>>...182

/PHP-5.3/ext/mbstring/
H A Dmbstring.dsp97 SOURCE=.\mb_gpc.c
112 SOURCE=.\mbstring.c
127 SOURCE=.\php_mbregex.c
131 SOURCE=.\php_unicode.c
465 SOURCE=.\libmbfl\nls\nls_de.c
469 SOURCE=.\libmbfl\nls\nls_en.c
473 SOURCE=.\libmbfl\nls\nls_ja.c
477 SOURCE=.\libmbfl\nls\nls_kr.c
938 SOURCE=.\oniguruma\regcomp.c
946 SOURCE=.\oniguruma\regexec.c
[all …]
/PHP-5.3/ext/standard/tests/strings/
H A Dvfprintf_basic5.phpt7 * Source code: ext/standard/formatted_print.c
14 $format1 = "%c";
15 $format2 = "%c %c";
16 $format3 = "%c %c %c";
H A Dstrtolower-win32.phpt75 0c => 0c
91 1c => 1c
107 2c => 2c
123 3c => 3c
139 4c => 6c
155 5c => 5c
171 6c => 6c
187 7c => 7c
203 8c => 9c
219 9c => 9c
H A Dstrtoupper1-win32.phpt75 0c => 0c
91 1c => 1c
107 2c => 2c
123 3c => 3c
139 4c => 4c
155 5c => 5c
171 6c => 4c
187 7c => 7c
203 8c => 8c
219 9c => 8c
H A Dchunk_split.phpt12 $c=str_repeat("B", 65535);
13 var_dump(chunk_split($a,$b,$c));
17 $c=str_repeat("B", 65537);
18 var_dump(chunk_split($a,$b,$c));
23 a-b-c-
/PHP-5.3/ext/oci8/tests/
H A Dbind_long.phpt13 $stmt = oci_parse($c, "drop table phptestlng");
16 $stmt = oci_parse($c, "create table phptestlng( id number(10), filetxt long)");
21 $stmt = oci_parse ($c, "insert into phptestlng (id, filetxt) values (:id, :filetxt)");
29 oci_commit($c);
31 $stmt = oci_parse($c, "SELECT filetxt FROM phptestlng where id = 1");
40 $stmt = oci_parse ($c, "insert into phptestlng (id, filetxt) values (:id, :filetxt)");
47 oci_commit($c);
49 $stmt = oci_parse($c, "SELECT filetxt FROM phptestlng where id = 2");
56 $stmt = oci_parse($c, "drop table phptestlng");
H A Dbug38173.phpt18 $s1 = oci_parse($c, $drop_1);
19 $s2 = oci_parse($c, $drop_2);
23 $s1 = oci_parse($c, $create_1);
24 $s2 = oci_parse($c, $create_2);
30 $s = oci_parse($c, $insert);
36 $s = oci_parse($c, $insert);
48 $sth = oci_parse($c, $query);
58 $s1 = oci_parse($c, $drop_1);
59 $s2 = oci_parse($c, $drop_2);
H A Dlob_043.phpt26 oci8_test_sql_execute($c, $stmtarray);
30 function f1($c)
32 $s = oci_parse($c, 'select id, c1 from lob_043_tab order by id');
42 function f2($c)
44 $s = oci_parse($c, 'select id, c1 from lob_043_tab order by id');
55 $r = f1($c);
63 $r = f2($c);
76 oci8_test_sql_execute($c, $stmtarray);
78 oci_close($c);
H A Dpecl_bug8816.phpt18 $s1 = oci_parse($c, $drop_1);
19 $s2 = oci_parse($c, $drop_2);
23 $s1 = oci_parse($c, $create_1);
24 $s2 = oci_parse($c, $create_2);
34 $s = oci_parse($c, $insert);
40 $s = oci_parse($c, $insert);
55 $sth = oci_parse($c, $query);
62 $s1 = oci_parse($c, $drop_1);
63 $s2 = oci_parse($c, $drop_2);
H A Ddrcp_scope5.phpt24 $c = oci_new_connect($user,$password,$dbase);
25 @drcp_drop_table($c);
26 drcp_create_table($c);
38 var_dump($c = oci_pconnect($user,$password,$dbase));
39 drcp_update_table($c);
46 var_dump($c = oci_pconnect($user,$password,$dbase));
47 drcp_select_value($c);
48 oci_commit($c);
51 drcp_drop_table($c);
52 oci_close($c);
H A Dbug40415.phpt20 $s1 = oci_parse($c, $drop_1);
21 $s2 = oci_parse($c, $drop_2);
25 $s1 = oci_parse($c, $create_1);
26 $s2 = oci_parse($c, $create_2);
32 $s = oci_parse($c, $insert);
43 function do_assoc($c)
59 function do_all($c)
83 do_assoc($c);
86 do_all($c);
90 $s1 = oci_parse($c, $drop_1);
[all …]
/PHP-5.3/ext/phar/tests/tar/
H A Ddelete_in_phar.phpt17 $phar['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
23 include $alias . '/b/c.php';
24 unlink($alias . '/b/c.php');
31 include $alias . '/b/c.php';
40 This is b/c
45 Warning: include(%sdelete_in_phar.phar.tar/b/c.php): failed to open stream: phar error: "b/c.php" i…
47 Warning: include(): Failed opening 'phar://%sdelete_in_phar.phar.tar/b/c.php' for inclusion (includ…
/PHP-5.3/ext/phar/tests/zip/
H A Ddelete_in_phar.phpt17 $phar['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
23 include $alias . '/b/c.php';
24 unlink($alias . '/b/c.php');
30 include $alias . '/b/c.php';
39 This is b/c
44 Warning: include(%sdelete_in_phar.phar.zip/b/c.php): failed to open stream: phar error: "b/c.php" i…
46 Warning: include(): Failed opening 'phar://%sdelete_in_phar.phar.zip/b/c.php' for inclusion (includ…
/PHP-5.3/ext/phar/tests/
H A Ddelete_in_phar.phpt17 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
22 include $pname . '/b/c.php';
23 unlink($pname . '/b/c.php');
29 include $pname . '/b/c.php';
38 This is b/c
43 Warning: include(%sdelete_in_phar.phar.php/b/c.php): failed to open stream: phar error: "b/c.php" i…
45 Warning: include(): Failed opening 'phar://%sdelete_in_phar.phar.php/b/c.php' for inclusion (includ…
H A Dphar_oo_uncompressall.phpt18 $files['c'] = 'c';
28 var_dump(file_get_contents($pname . '/c'));
29 var_dump($phar['c']->isCompressed());
39 var_dump(file_get_contents($pname . '/c'));
40 var_dump($phar['c']->isCompressed(Phar::GZ));
48 var_dump(file_get_contents($pname . '/c'));
63 string(1) "c"
71 string(1) "c"
78 string(1) "c"
/PHP-5.3/ext/oci8/
H A Dconfig.w3236 EXTENSION('oci8', 'oci8.c oci8_lob.c oci8_statement.c oci8_collection.c oci8_interface.c');
72 …EXTENSION('oci8_11g', 'oci8.c oci8_lob.c oci8_statement.c oci8_collection.c oci8_interface.c', nul…
/PHP-5.3/ext/ctype/tests/
H A Dctype_xdigit_variation4.phpt7 /* Prototype : bool ctype_xdigit(mixed $c)
9 * Source code: ext/ctype/ctype.c
37 foreach($octal_values1 as $c) {
38 var_dump(ctype_xdigit($c));
41 foreach($octal_values2 as $c) {
42 var_dump(ctype_xdigit($c));
47 foreach($hex_values1 as $c) {
48 var_dump(ctype_xdigit($c));
51 foreach($hex_values2 as $c) {
52 var_dump(ctype_xdigit($c));
/PHP-5.3/ext/standard/
H A Duuencode.c62 #define PHP_UU_ENC(c) ((c) ? ((c) & 077) + ' ' : '`') argument
63 #define PHP_UU_ENC_C2(c) PHP_UU_ENC(((*(c) << 4) & 060) | ((*((c) + 1) >> 4) & 017)) argument
64 #define PHP_UU_ENC_C3(c) PHP_UU_ENC(((*(c + 1) << 2) & 074) | ((*((c) + 2) >> 6) & 03)) argument
66 #define PHP_UU_DEC(c) (((c) - ' ') & 077) argument
H A Durl.c451 int c; in php_htoi() local
455 c = tolower(c); in php_htoi()
456 value = (c >= '0' && c <= '9' ? c - '0' : c - 'a' + 10) * 16; in php_htoi()
460 c = tolower(c); in php_htoi()
461 value += c >= '0' && c <= '9' ? c - '0' : c - 'a' + 10; in php_htoi()
500 } else if ((c < '0' && c != '-' && c != '.') || in php_url_encode()
501 (c < 'A' && c > '9') || in php_url_encode()
502 (c > 'Z' && c < 'a' && c != '_') || in php_url_encode()
744 char c; local
748 c = *p;
[all …]
/PHP-5.3/ext/filter/
H A Dconfig.w327 EXTENSION("filter", "filter.c sanitizing_filters.c logical_filters.c callback_filter.c");
/PHP-5.3/ext/reflection/tests/
H A DReflectionClass_export_basic2.phpt5 Class c {
10 class d extends c {}
12 ReflectionClass::export("c");
16 Class [ <user> class c ] {
37 Class [ <user> class d extends c ] {
/PHP-5.3/ext/ereg/
H A Dconfig.w327 …EXTENSION("ereg", "ereg.c", false /* never shared */, "-Dregexec=php_regexec -Dregerror=php_regerr…
8 ADD_SOURCES("ext/ereg/regex", "regcomp.c regexec.c regerror.c regfree.c", "ereg");
/PHP-5.3/win32/
H A Dphp5dllts.dsp172 SOURCE=.\globals.c
180 SOURCE=..\main\main.c
188 SOURCE=..\main\network.c
192 SOURCE=..\main\output.c
200 SOURCE=..\main\php_ini.c
240 SOURCE=..\main\rfc1867.c
248 SOURCE=..\main\SAPI.c
719 SOURCE=..\ext\xml\xml.c
2378 SOURCE=.\glob.c
2382 SOURCE=.\md5crypt.c
[all …]
/PHP-5.3/ext/json/
H A Dconfig.w327 EXTENSION('json', 'json.c', PHP_JSON_SHARED, "");
8 ADD_SOURCES(configure_module_dirname, "JSON_parser.c utf8_decode.c utf8_to_utf16.c", "json");
/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_filter_output.c38 int mbfl_filter_output_pipe(int c, void* data) in mbfl_filter_output_pipe() argument
41 return (*filter->filter_function)(c, filter); in mbfl_filter_output_pipe()
54 int mbfl_filter_output_null(int c, void* data) in mbfl_filter_output_null() argument
56 return c; in mbfl_filter_output_null()

Completed in 39 milliseconds

1...<<11121314151617181920>>...182