Home
last modified time | relevance | path

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

12345678910>>...163

/PHP-7.4/ext/intl/tests/
H A Dbug79212.phpt17 string(21) "823749273428379%c%c%c%c%c%c"
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dbase64.c31 void buffer_add(struct buffer_st *b, char c) in buffer_add() argument
36 *(b->ptr++) = c; in buffer_add()
75 int c, n; in base64_encode_xmlrpc() local
79 c = *(source++); in base64_encode_xmlrpc()
85 igroup[n] = (unsigned char) c; in base64_encode_xmlrpc()
148 int c; in base64_decode_xmlrpc() local
150 c = *(source++); in base64_decode_xmlrpc()
153 if (isspace(c) || c == '\n' || c == '\r') continue; in base64_decode_xmlrpc()
167 if (dtable[(unsigned char)c] & 0x80) { in base64_decode_xmlrpc()
176 a[i] = (unsigned char) c; in base64_decode_xmlrpc()
[all …]
/PHP-7.4/Zend/tests/
H A Dflexible-heredoc-nowdoc.phpt6 $test = 'c';
25 c
45 c
65 c
89 c
95 c
103 c
115 c
123 c
H A Ddebug_print_backtrace_limit.phpt10 c();
13 function c() {
23 #0 c() called at [%sdebug_print_backtrace_limit.php:7]
24 #0 c() called at [%sdebug_print_backtrace_limit.php:7]
26 #0 c() called at [%sdebug_print_backtrace_limit.php:7]
29 #0 c() called at [%sdebug_print_backtrace_limit.php:7]
/PHP-7.4/ext/sodium/tests/
H A Dpwhash_argon2i.phpt17 $c = sodium_crypto_pwhash_str_verify($testHash, $passwd);
18 var_dump($c);
21 $c = sodium_crypto_pwhash_str_verify($testHash, $passwd);
22 var_dump($c);
24 $c = sodium_crypto_pwhash_str_verify($hash, $passwd);
25 var_dump($c);
27 $c = sodium_crypto_pwhash_str_verify($hash, 'passwd');
28 var_dump($c);
/PHP-7.4/ext/standard/tests/strings/
H A Dvsprintf_basic5.phpt7 * Source code: ext/standard/formatted_print.c
14 $format1 = "%c";
15 $format2 = "%c %c";
16 $format3 = "%c %c %c";
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-7.4/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 Dlob_018.phpt20 oci8_test_sql_execute($c, $stmtarray);
25 $statement = oci_parse($c, $init);
31 oci_commit($c);
34 $statement = oci_parse($c, $init);
40 oci_commit($c);
44 $statement = oci_parse ($c, $query);
55 $statement = oci_parse ($c, $query);
66 $statement = oci_parse($c, $init);
72 oci_commit($c);
75 $statement = oci_parse ($c, $query);
[all …]
H A Dextauth_04.phpt15 $c = oci_connect('/', '', 'anything', null, OCI_CRED_EXT);
16 if (!$c) {
20 var_dump($c);
24 $c = oci_new_connect('/', '', 'anything', null, OCI_CRED_EXT);
25 if (!$c) {
29 var_dump($c);
33 $c = oci_pconnect('/', '', 'anything', null, OCI_CRED_EXT);
34 if (!$c) {
38 var_dump($c);
H A Dlob_035.phpt21 $statement = oci_parse($c,$ora_sql);
27 oci_commit($c);
36 $statement = oci_parse($c,$ora_sql);
41 oci_commit($c);
44 $s = oci_parse($c, $select_sql);
50 $s = oci_parse($c, $select_sql);
69 oci_rollback($c);
70 oci_rollback($c);
71 oci_commit($c);
72 oci_commit($c);
[all …]
/PHP-7.4/ext/standard/
H A Diptc.c88 PUTC(c); in php_iptc_put1()
92 return c; in php_iptc_put1()
100 int c; in php_iptc_get1() local
103 c = getc(fp); in php_iptc_get1()
108 cc = c; in php_iptc_get1()
114 return c; in php_iptc_get1()
154 int c; in php_iptc_next_marker() local
162 while (c != 0xff) { in php_iptc_next_marker()
170 if (c == EOF) in php_iptc_next_marker()
173 if (c == 0xff) in php_iptc_next_marker()
[all …]
/PHP-7.4/ext/mbstring/libmbfl/filters/
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_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_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);
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);
/PHP-7.4/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-7.4/ext/phar/tests/
H A Drefcount1.phpt17 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
20 $fp = fopen($pname . '/b/c.php', 'wb');
25 $b = fopen($pname . '/b/c.php', 'rb');
26 $a = $p['b/c.php'];
31 unlink($pname . '/b/c.php');
34 include $pname . '/b/c.php';
44 string(%d) "phar://%srefcount1.phar.php/b/c.php"
46 string(%d) "c.php"
51 Warning: unlink(): phar error: "b/c.php" in phar "%srefcount1.phar.php", has open file pointers, ca…
54 string(%d) "phar://%srefcount1.phar.php/b/c.php"
[all …]
/PHP-7.4/ext/phar/tests/zip/
H A Drefcount1.phpt22 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>';
29 $fp = fopen($alias . '/b/c.php', 'wb');
33 $b = fopen($alias . '/b/c.php', 'rb');
34 $a = $phar['b/c.php'];
39 unlink($alias . '/b/c.php');
42 include $alias . '/b/c.php';
52 string(%d) "phar://%srefcount1.phar.zip/b/c.php"
54 string(%d) "c.php"
59 Warning: unlink(): phar error: "b/c.php" in phar "%srefcount1.phar.zip", has open file pointers, ca…
62 string(%d) "phar://%srefcount1.phar.zip/b/c.php"
[all …]
/PHP-7.4/ext/session/
H A Dconfig.w326 …EXTENSION("session", "mod_user_class.c session.c mod_files.c mod_mm.c mod_user.c", false /* never …
/PHP-7.4/ext/opcache/tests/
H A Dbug70423.phpt37 $c = 1;
38 $fn1 = function() use (&$c) {echo "$c\n"; $c++;};
39 $fn2 = function() use ($c) {echo "$c\n"; $c++;};
40 $c = 5;
/PHP-7.4/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-7.4/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-7.4/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));

Completed in 29 milliseconds

12345678910>>...163