Home
last modified time | relevance | path

Searched refs:c (Results 2376 – 2400 of 4053) sorted by relevance

1...<<919293949596979899100>>...163

/PHP-7.4/ext/curl/tests/
H A Dcurl_basic_001.phpt12 * Source code: ext/curl/interface.c
H A Dcurl_basic_002.phpt12 * Source code: ext/curl/interface.c
H A Dcurl_basic_005.phpt12 * Source code: ext/curl/interface.c
H A Dcurl_error_basic.phpt21 * Source: ext/curl/interface.c
/PHP-7.4/ext/iconv/
H A Dconfig.w3210 EXTENSION("iconv", "iconv.c", PHP_ICONV_SHARED, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
/PHP-7.4/ext/standard/tests/streams/
H A Dbug78883.phpt16 $cmd = 'cmd.exe "/c START ^"^" /WAIT ' . PHP_BINARY . ' -r ^"var_dump(fgets(STDIN));"';
/PHP-7.4/ext/session/tests/
H A Dsession_module_name_variation4.phpt17 * Source code : ext/session/session.c
/PHP-7.4/ext/mysqli/tests/
H A Dbug69899.phpt6 statement. This is due to mysqlnd_stmt::free_result (mysqlnd_ps.c) which
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt9 * Source code: ext/fileinfo/fileinfo.c
/PHP-7.4/main/
H A Dsnprintf.c68 char *p, *rve, c; in __cvt() local
94 c = *p; in __cvt()
96 return strdup((c == 'I' ? "INF" : "NAN")); in __cvt()
529 #define INS_CHAR(c, sp, bep, cc) \ argument
533 *sp++ = c; \
538 #define NUM( c ) ( c - '0' ) argument
/PHP-7.4/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_002w.phpt10 function __construct($s, $i, $c) {
13 $this->child = $c;
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_split_variation4.phpt9 * Source code: ext/standard/string.c
137 string(5) "d ".c"
H A Ducwords_variation3.phpt7 * Source code: ext/standard/string.c
20 't e s t i n g u c w o r d s ',
H A Dvfprintf_variation14.phpt11 * Source code: ext/standard/formatted_print.c
99 3039 c fffffff4 fffe1dc0
H A Dvfprintf_variation14_64bit.phpt11 * Source code: ext/standard/formatted_print.c
99 3039 c fffffffffffffff4 fffffffffffe1dc0
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_arrays_004.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c
/PHP-7.4/ext/standard/tests/array/
H A Darray_key_first.phpt14 array( "a" => "aaa", "A" => "AAA", "c" => "ccc", "d" => "ddd", "e" => "eee" ),
104 [c] => ccc
H A Darray_key_last.phpt14 array( "a" => "aaa", "A" => "AAA", "c" => "ccc", "d" => "ddd", "e" => "eee" ),
104 [c] => ccc
H A Darray_pop.phpt19 array( "a" => "aaa", "A" => "AAA", "c" => "ccc", "d" => "ddd", "e" => "eee" ),
107 [c] => ccc
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h260 mime_header_encoder_feed(int c, struct mime_header_encoder_data *pe);
285 mime_header_decoder_feed(int c, struct mime_header_decoder_data *pd);
/PHP-7.4/ext/intl/tests/
H A Dcollator_sort.phpt61 array( 'e' , 'c' , 'a' ),
140 1 => 'c',
H A Dcollator_sort_variant2.phpt61 array( 'e' , 'c' , 'a' ),
140 1 => 'c',
/PHP-7.4/win32/build/
H A Dconfig.w32.h.in44 /* its in win32/time.c */
111 /* Win32 supports socketpair by the emulation in win32/sockets.c */
/PHP-7.4/ext/fileinfo/libmagic/
H A Dreadcdf.c228 char *c, *ec; in cdf_file_property_info() local
230 c = cdf_ctime(&ts.tv_sec, tbuf); in cdf_file_property_info()
231 if (c != NULL && in cdf_file_property_info()
232 (ec = strchr(c, '\n')) != NULL) in cdf_file_property_info()
236 ", %s: %s", buf, c) == -1) in cdf_file_property_info()
/PHP-7.4/Zend/
H A Dzend_operators.h130 #define ZEND_IS_DIGIT(c) ((c) >= '0' && (c) <= '9') argument
131 #define ZEND_IS_XDIGIT(c) (((c) >= 'A' && (c) <= 'F') || ((c) >= 'a' && (c) <= 'f')) argument
189 static zend_always_inline const void *zend_memrchr(const void *s, int c, size_t n) in zend_memrchr() argument
197 if (*e == (const unsigned char)c) { in zend_memrchr()

Completed in 69 milliseconds

1...<<919293949596979899100>>...163