Home
last modified time | relevance | path

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

12345678910>>...157

/PHP-7.4/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-7.4/sapi/phpdbg/
H A Dconfig.m439c phpdbg_parser.c phpdbg_lexer.c phpdbg_prompt.c phpdbg_help.c phpdbg_break.c phpdbg_print.c phpdb…
95 PHP_NEW_EXTENSION(phpdbg_webhelper, phpdbg_rinit_hook.c phpdbg_webdata_transfer.c, $ext_shared)
/PHP-7.4/ext/standard/
H A Dquot_print.c37 if (isdigit(c)) { in php_hex2int()
38 return c - '0'; in php_hex2int()
40 else if (c >= 'A' && c <= 'F') { in php_hex2int()
41 return c - 'A' + 10; in php_hex2int()
43 else if (c >= 'a' && c <= 'f') { in php_hex2int()
44 return c - 'a' + 10; in php_hex2int()
149 unsigned char c, *d; in php_quot_print_encode() local
163 if (iscntrl (c) || (c == 0x7f) || (c & 0x80) || (c == '=') || ((c == ' ') && (*str == '\015'))) { in php_quot_print_encode()
165 || ((c > 0x7f) && (c <= 0xdf) && ((lp + 3) > PHP_QPRINT_MAXL)) in php_quot_print_encode()
166 || ((c > 0xdf) && (c <= 0xef) && ((lp + 6) > PHP_QPRINT_MAXL)) in php_quot_print_encode()
[all …]
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter_8bit.c41 static int mbfl_filt_conv_8bit_wchar(int c, mbfl_convert_filter *filter);
42 static int mbfl_filt_conv_wchar_8bit(int c, mbfl_convert_filter *filter);
77 static int mbfl_filt_conv_8bit_wchar(int c, mbfl_convert_filter *filter) in mbfl_filt_conv_8bit_wchar() argument
79 return (*filter->output_function)(c, filter->data); in mbfl_filt_conv_8bit_wchar()
82 static int mbfl_filt_conv_wchar_8bit(int c, mbfl_convert_filter *filter) in mbfl_filt_conv_wchar_8bit() argument
84 if (c >= 0 && c < 0x100) { in mbfl_filt_conv_wchar_8bit()
85 CK((*filter->output_function)(c, filter->data)); in mbfl_filt_conv_wchar_8bit()
87 CK(mbfl_filt_conv_illegal_output(c, filter)); in mbfl_filt_conv_wchar_8bit()
90 return c; in mbfl_filt_conv_wchar_8bit()
/PHP-7.4/win32/build/
H A Dconfig.w32233 zend_stack.c zend_variables.c zend.c zend_API.c zend_extensions.c \
235 zend_ini.c zend_sort.c zend_multibyte.c zend_ts_hash.c \
238 zend_default_classes.c zend_execute.c zend_strtod.c zend_gc.c zend_closures.c zend_weakrefs.c \
239 zend_float.c zend_string.c zend_generators.c zend_virtual_cwd.c zend_ast.c \
250 ADD_SOURCES("main", "main.c snprintf.c spprintf.c getopt.c fopen_wrappers.c \
251 php_scandir.c php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \
252 strlcat.c mergesort.c reentrancy.c php_variables.c php_ticks.c network.c \
263 userspace.c transports.c xp_socket.c mmap.c glob_wrapper.c");
270 registry.c select.c sendmail.c time.c winutil.c wsyslog.c globals.c \
271 getrusage.c ftok.c ioutil.c codepage.c nice.c \
[all …]
/PHP-7.4/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-7.4/ext/standard/tests/file/
H A Dpathinfo_basic1-win32.phpt21 'c:',
22 'c:\\',
23 'c:/',
54 ' c:',
101 string(2) "c:"
102 string(1) "c"
104 string(1) "c"
115 string(1) "c"
117 string(1) "c"
128 string(1) "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 …]
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 …]
/PHP-7.4/ext/gd/tests/
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 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 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 Dgif.phpt27 ($c['red'] >= $r_min || $c['red'] <= $r_max)
29 ($c['green'] >= $g_min || $c['green'] <= $g_max)
31 ($c['blue'] >= $b_min || $c['blue'] <= $b_max)
38 if ($c['red']==$r && $c['green']==$g && $c['blue']==$b) {
48 $c = imagecolorallocate($im, 255,255,255);
49 imagefilledrectangle($im, 5,5, 10,10, $c);
57 $c = imagecolorallocate($im, $i,$i,$i);
69 $c = imagecolorallocate($im, $i,$i,$i);
81 $c = imagecolorallocate($im, $i,$i,$i);
93 $c = imagecolorallocate($im, $i,$i,$i);
[all …]
/PHP-7.4/ext/mbstring/tests/
H A Dbug26639.phpt25 $c = $b;
28 debug_zval_dump($c);
31 unset($c);
35 $c = $b;
41 unset($c);
45 $c = &$b;
51 unset($c);
55 $c = &$b;
61 unset($c);
65 $c = $b;
[all …]
/PHP-7.4/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-7.4/ext/calendar/
H A Dconfig.m48 …PHP_NEW_EXTENSION(calendar, calendar.c dow.c french.c gregor.c jewish.c julian.c easter.c cal_unix…
/PHP-7.4/ext/intl/tests/
H A Dbug75317.phpt19 $c = new UConverter();
20 printResult($c->getDestinationEncoding(), $utf8);
21 printResult($c->getSourceEncoding(), $utf8);
24 $c = new UConverter('utf-16', 'latin1');
25 printResult($c->getDestinationEncoding(), $utf16);
26 printResult($c->getSourceEncoding(), $latin1);
29 var_dump($c->setDestinationEncoding('utf-8'));
30 var_dump($c->setSourceEncoding('utf-32'));
31 printResult($c->getDestinationEncoding(), $utf8);
32 printResult($c->getSourceEncoding(), $utf32);
[all …]
/PHP-7.4/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-7.4/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-7.4/ext/mysqli/
H A Dmysqli_mysqlnd.h35 #define mysqli_server_status(c) mysqlnd_get_server_status((c)) 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, p_len) mysqlnd_change_user_ex((c), (u), (p), (d), T… argument
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c74 PCRE2_UCHAR c = *code; in PRIV() local
76 if (c == OP_END) return NULL; in PRIV()
83 if (c == OP_XCLASS) code += GET(code, 1); in PRIV()
88 else if (c == OP_REVERSE) in PRIV()
91 code += PRIV(OP_lengths)[c]; in PRIV()
96 else if (c == OP_CBRA || c == OP_SCBRA || in PRIV()
97 c == OP_CBRAPOS || c == OP_SCBRAPOS) in PRIV()
101 code += PRIV(OP_lengths)[c]; in PRIV()
111 switch(c) in PRIV()
144 code += PRIV(OP_lengths)[c]; in PRIV()
[all …]

Completed in 60 milliseconds

12345678910>>...157