Home
last modified time | relevance | path

Searched refs:c (Results 176 – 200 of 4537) sorted by relevance

12345678910>>...182

/PHP-5.3/ext/gd/tests/
H A Dcopypalette.phpt19 $c = imagecolorsforindex($im2, $i);
20 if ($c['red']!=$i || $c['green']!=$i || $c['blue']!=$i) {
34 $c = imagecolorsforindex($im2, 0);
35 if ($c['red']!=0 || $c['green']!=0 || $c['blue']!=0 || $c['alpha']!=100) {
/PHP-5.3/ext/standard/tests/array/
H A Dcompact_variation2.phpt7 * Source code: ext/standard/array.c
17 $c = 'f.c';
18 var_dump(compact('a','b','c'));
19 var_dump(compact(array('a','b','c')));
31 ["c"]=>
32 string(3) "f.c"
37 ["c"]=>
38 string(3) "f.c"
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_newline.c79 pcre_uint32 c; in PRIV() local
84 GETCHAR(c, ptr); in PRIV()
88 c = *ptr; in PRIV()
92 if (type == NLTYPE_ANYCRLF) switch(c) in PRIV()
102 else switch(c) in PRIV()
154 pcre_uint32 c; in PRIV() local
161 GETCHAR(c, ptr); in PRIV()
165 c = *ptr; in PRIV()
169 if (type == NLTYPE_ANYCRLF) switch(c) in PRIV()
181 else switch(c) in PRIV()
H A Dpcre_exec.c202 if (c != d && c != d + ur->other_case) in match_ref()
2576 c == CHAR_HT || c == CHAR_NL || c == CHAR_FF || c == CHAR_CR) in match()
2583 c == CHAR_HT || c == CHAR_NL || c == CHAR_VT || in match()
4167 if ((UCD_CATEGORY(c) == ucp_Z || c == CHAR_HT || c == CHAR_NL || in match()
4183 if ((UCD_CATEGORY(c) == ucp_Z || c == CHAR_HT || c == CHAR_NL || in match()
4184 c == CHAR_VT || c == CHAR_FF || c == CHAR_CR) in match()
4927 c == CHAR_VT || c == CHAR_FF || c == CHAR_CR) in match()
5423 c == CHAR_VT || c == CHAR_FF || c == CHAR_CR) in match()
5653 (c != CHAR_VT && c != CHAR_FF && c != CHAR_NEL in match()
5875 (c != CHAR_VT && c != CHAR_FF && c != CHAR_NEL in match()
[all …]
H A Dpcre_compile.c2931 for (c = *cptr; c <= d; c++) in get_othercase_range()
2947 for (++c; c <= d; c++) in get_othercase_range()
3495 for (c = start; c <= end && c < 256; c++) in add_to_class()
3525 for (c = start; c <= end; c++) in add_to_class()
4241 for (c = 0; c < 32; c++) pbits[c] |= cbits[c + taboffset]; in compile_branch()
4243 for (c = 0; c < 32; c++) pbits[c] &= ~cbits[c + taboffset]; in compile_branch()
4257 for (c = 0; c < 32; c++) classbits[c] |= ~pbits[c]; in compile_branch()
4259 for (c = 0; c < 32; c++) classbits[c] |= pbits[c]; in compile_branch()
4326 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_digit]; in compile_branch()
4335 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_word]; in compile_branch()
[all …]
/PHP-5.3/Zend/tests/
H A Ddiv_001.phpt11 $c = $d2 / $d1;
12 var_dump($c);
17 $c = $d2 / $d1;
18 var_dump($c);
23 $c = $d2 / $d1;
24 var_dump($c);
/PHP-5.3/tests/lang/
H A DforeachLoop.004.phpt6 $a=array("a", "b", "c");
15 $a=array("a", "b", "c");
34 string(1) "c"
42 string(1) "c"
46 string(1) "c"
62 string(1) "c"
70 string(1) "c"
75 string(1) "c"
H A DforeachLoopObjects.001.phpt9 public $c = "Original c";
43 string(10) "Original c"
48 string(1) "c"
49 string(10) "Original c"
52 string(1) "c"
53 string(10) "Original c"
59 string(10) "Original c"
64 string(1) "c"
65 string(10) "Original c"
68 string(1) "c"
[all …]
/PHP-5.3/ext/phar/
H A Dconfig.m48 …PHP_NEW_EXTENSION(phar, util.c tar.c zip.c stream.c func_interceptors.c dirstream.c phar.c phar_ob…
/PHP-5.3/ext/session/tests/
H A D019.phpt17 public $c;
18 function TFoo($c) {
19 $this->c = $c;
22 $this->c++;
56 ["c"]=>
61 ["c"]=>
68 ["c"]=>
73 ["c"]=>
/PHP-5.3/ext/gd/libgd/
H A Dgd_intern.h6 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
10 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
/PHP-5.3/ext/oci8/tests/
H A Dbug43497.phpt49 function readxmltab_ex($c)
78 function readxmltab_im($c)
93 @dropxmltab($c);
105 function fillxmltab($c)
137 createxmltab($c);
138 fillxmltab($c);
142 $sid = sessionid($c);
148 readxmltab_ex($c);
155 readxmltab_im($c);
169 dropxmltab($c);
[all …]
H A Dbind_sqltnum.phpt27 oci8_test_sql_execute($c, $stmtarray);
29 function check_col($c, $colname, $id)
90 check_col($c, 'number_t', 42);
99 check_col($c, 'number_t', 43);
108 check_col($c, 'number_t', 44);
117 check_col($c, 'number_t', 45);
126 check_col($c, 'number_t', 46);
135 check_col($c, 'number_t', 47);
144 check_col($c, 'number_t92', 48);
153 check_col($c, 'number_t92', 49);
[all …]
H A Dbind_number.phpt31 oci8_test_sql_execute($c, $stmtarray);
33 function check_col($c, $colname, $id)
51 check_col($c, "number_t6", 1);
60 check_col($c, 'float_t', 66);
69 check_col($c, 'binary_float_t', 67);
78 check_col($c, 'binary_double_t', 69);
87 check_col($c, 'decimal_t', 71);
96 check_col($c, 'decimal_t', 72);
105 check_col($c, 'binary_double_t', 73);
114 check_col($c, 'integer_t', 75);
[all …]
/PHP-5.3/ext/mbstring/tests/
H A Dmb_split_variation1.phpt19 $string = 'a b c d e f g';
107 string(13) "a b c d e f g"
113 string(13) "a b c d e f g"
119 string(13) "a b c d e f g"
125 string(13) "a b c d e f g"
131 string(13) "a b c d e f g"
137 string(13) "a b c d e f g"
143 string(13) "a b c d e f g"
149 string(13) "a b c d e f g"
155 string(13) "a b c d e f g"
[all …]
H A Dmb_ereg2.phpt8 $a = -1; $b = -1; $c = -1;
9 mbereg($a, $b, $c);
10 var_dump($a, $b, $c);
12 mberegi($a, $b, $c);
13 var_dump($a, $b, $c);
15 mbereg_search_init($a, $b, $c);
16 var_dump($a, $b, $c);
/PHP-5.3/ext/mysqlnd/
H A Dconfig9.m420 mysqlnd_ps_sources="mysqlnd_ps.c mysqlnd_ps_codec.c"
21 mysqlnd_base_sources="mysqlnd.c mysqlnd_charset.c mysqlnd_wireprotocol.c \
22 mysqlnd_loaddata.c mysqlnd_net.c mysqlnd_statistics.c \
23 mysqlnd_result.c mysqlnd_result_meta.c mysqlnd_debug.c\
24 mysqlnd_block_alloc.c php_mysqlnd.c"
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dbase64.c32 void buffer_add(struct buffer_st *b, char c) in buffer_add() argument
34 *(b->ptr++) = c; in buffer_add()
76 int c, n; in base64_encode_xmlrpc() local
80 c = *(source++); in base64_encode_xmlrpc()
86 igroup[n] = (unsigned char) c; in base64_encode_xmlrpc()
149 int c; in base64_decode_xmlrpc() local
151 c = *(source++); in base64_decode_xmlrpc()
154 if (isspace(c) || c == '\n' || c == '\r') continue; in base64_decode_xmlrpc()
168 if (dtable[c] & 0x80) { in base64_decode_xmlrpc()
177 a[i] = (unsigned char) c; in base64_decode_xmlrpc()
[all …]
/PHP-5.3/ext/ereg/regex/
H A Dregex2.h96 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) argument
97 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) argument
98 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask) argument
140 #define ISWORD(c) (isalnum(c) || (c) == '_') argument
/PHP-5.3/ext/mysqli/
H A Dconfig.w3213 "mysqli.c " +
14 "mysqli_api.c " +
15 "mysqli_driver.c " +
16 "mysqli_embedded.c " +
17 "mysqli_exception.c " +
18 "mysqli_fe.c " +
19 "mysqli_nonapi.c " +
20 "mysqli_prop.c " +
21 "mysqli_report.c " +
22 "mysqli_warning.c";
/PHP-5.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c107 htmlentitifieds[c] != 1) { in mbfl_filt_conv_html_enc()
112 if (c == e->code) { in mbfl_filt_conv_html_enc()
127 uc = (unsigned int)c; in mbfl_filt_conv_html_enc()
142 return c; in mbfl_filt_conv_html_enc()
186 if (c == '&' ) { in mbfl_filt_conv_html_dec()
193 if (c == ';') { in mbfl_filt_conv_html_dec()
268 buffer[filter->status++] = c; in mbfl_filt_conv_html_dec()
270 …if (!strchr(html_entity_chars, c) || filter->status+1==html_enc_buffer_size || (c=='#' && filter->… in mbfl_filt_conv_html_dec()
273 if (c=='&') in mbfl_filt_conv_html_dec()
278 if (c=='&') in mbfl_filt_conv_html_dec()
[all …]
/PHP-5.3/ext/standard/tests/strings/
H A Dbug47322.phpt6 sscanf(":59:58","%s:%d:%f", $a, $b, $c);
7 echo "[$a][$b][$c]\n";
9 sscanf("15:01:58.2","%d:%f:%f", $a, $b, $c);
10 echo "[$a][$b][$c]\n";
12 sscanf("15.1111::foo","%f:%d:%s", $a, $b, $c);
13 echo "[$a][$b][$c]\n";
/PHP-5.3/
H A DMakefile.frag9 $(srcdir)/zend_language_scanner.c: $(srcdir)/zend_language_scanner.l
10 …erted -cbdFt Zend/zend_language_scanner_defs.h -oZend/zend_language_scanner.c Zend/zend_language_s…
12 $(srcdir)/zend_language_parser.h: $(srcdir)/zend_language_parser.c
13 $(srcdir)/zend_language_parser.c: $(srcdir)/zend_language_parser.y
16 $(srcdir)/zend_ini_parser.h: $(srcdir)/zend_ini_parser.c
17 $(srcdir)/zend_ini_parser.c: $(srcdir)/zend_ini_parser.y
20 $(srcdir)/zend_ini_scanner.c: $(srcdir)/zend_ini_scanner.l
21 …--case-inverted -cbdFt Zend/zend_ini_scanner_defs.h -oZend/zend_ini_scanner.c Zend/zend_ini_scanne…
/PHP-5.3/ext/ctype/
H A Dctype.c146 zval *c, tmp; \
149 if (Z_TYPE_P(c) == IS_LONG) { \
150 if (Z_LVAL_P(c) <= 255 && Z_LVAL_P(c) >= 0) { \
151 RETURN_BOOL(iswhat(Z_LVAL_P(c))); \
152 } else if (Z_LVAL_P(c) >= -128 && Z_LVAL_P(c) < 0) { \
153 RETURN_BOOL(iswhat(Z_LVAL_P(c) + 256)); \
155 tmp = *c; \
159 tmp = *c; \
164 if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \
169 if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \
[all …]
/PHP-5.3/ext/standard/
H A Dconfig.m4280 …SOURCES(PHP_EXT_DIR(standard), crypt_freesec.c crypt_blowfish.c crypt_sha512.c crypt_sha256.c php_…
577 PHP_NEW_EXTENSION(standard, array.c base64.c basic_functions.c browscap.c crc32.c crypt.c \
578 cyr_convert.c datetime.c dir.c dl.c dns.c exec.c file.c filestat.c \
579 flock_compat.c formatted_print.c fsock.c head.c html.c image.c \
580 info.c iptc.c lcg.c link.c mail.c math.c md5.c metaphone.c \
581 microtime.c pack.c pageinfo.c quot_print.c rand.c \
582 soundex.c string.c scanf.c syslog.c type.c uniqid.c url.c \
583 var.c versioning.c assert.c strnatcmp.c levenshtein.c \
585 http_fopen_wrapper.c php_fopen_wrapper.c credits.c css.c \
586 var_unserializer.c ftok.c sha1.c user_filters.c uuencode.c \
[all …]

Completed in 84 milliseconds

12345678910>>...182