Home
last modified time | relevance | path

Searched refs:c (Results 176 – 200 of 4053) sorted by last modified time

12345678910>>...163

/PHP-7.4/Zend/
H A Dzend_builtin_functions.c855 zend_constant c; in ZEND_FUNCTION() local
890 copy_constant_array(&c.value, val); in ZEND_FUNCTION()
914 ZVAL_COPY(&c.value, val); in ZEND_FUNCTION()
924 ZEND_CONSTANT_SET_FLAGS(&c, case_sensitive, PHP_USER_CONSTANT); in ZEND_FUNCTION()
925 c.name = zend_string_copy(name); in ZEND_FUNCTION()
926 if (zend_register_constant(&c) == SUCCESS) { in ZEND_FUNCTION()
/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 */
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/ext/session/tests/
H A Dsession_module_name_variation4.phpt17 * Source code : ext/session/session.c
/PHP-7.4/win32/
H A Dioutil.h123 #define PHP_WIN32_IOUTIL_IS_SLASHW(c) ((c) == PHP_WIN32_IOUTIL_BW_SLASHW || (c) == PHP_WIN32_IOUTIL… argument
124 #define PHP_WIN32_IOUTIL_IS_LETTERW(c) (((c) >= L'a' && (c) <= L'z') || ((c) >= L'A' && (c) <= L'Z'… argument
/PHP-7.4/Zend/tests/
H A Dbug79862.phpt27 class c extends a {
36 $c = new c;
40 Notice: Accessing static property c::$prop5 as non static in %s on line %d
42 Notice: Accessing static property c::$prop6 as non static in %s on line %d
47 object(c)#1 (6) {
H A Dbug79599.phpt12 $a[$c] = $b;
H A Dbug79784.phpt9 $a[$c] = 'x' ;
11 $a[$c] .= 'x' ;
13 $a[$c][$c] = 'x' ;
H A Dbug79792.phpt6 foreach ($a as &$c) {
H A Dbug79783.phpt5 str_replace("a", "b", "c", strlen("d"));
/PHP-7.4/ext/standard/tests/file/
H A Dfopen_variation10-win32.phpt10 if (!is_writable('c:\\')) {
29 mkdir('c:\\'.$rootdir);
33 $paths = array('c:\\',
34 'c:',
35 'c',
40 'c:\\/',
90 --c:\--
93 --c:--
96 --c--
120 --c:adir--
[all …]
H A Dfopen_variation11-win32.phpt9 if (!is_writable('c:\\')) {
28 mkdir('c:\\'.$rootdir);
32 $paths = array('c:\\',
33 'c:',
34 'c',
39 'c:\\/',
88 --c:\--
91 --c:--
94 --c--
118 --c:adir--
[all …]
/PHP-7.4/azure/
H A Dsetup.yml8 sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
9 sudo -u postgres psql -c "CREATE DATABASE test;"
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c656 return c; in filter_count_output()
2257 if (c == 0x0d || c == 0x0a) { /* CR or LF */ in mime_header_decoder_collector()
2309 if (c == 0x0d || c == 0x0a) { /* CR LF */ in mime_header_decoder_collector()
2324 if (c != 0x0d && c != 0x0a && c != 0x20 && c != 0x09) { in mime_header_decoder_collector()
2343 if (c == 0x0d || c == 0x0a) { /* CR LF */ in mime_header_decoder_collector()
2491 if (c >= mapelm[0] && c <= mapelm[1]) { in collector_encode_htmlnumericentity()
2631 if ((c >= 0x30 && c <= 0x39) || in collector_decode_htmlnumericentity()
2632 (c >= 0x41 && c <= 0x46) || in collector_decode_htmlnumericentity()
2639 if (c >= 0x30 && c <= 0x39) { in collector_decode_htmlnumericentity()
2641 } else if (c >= 0x41 && c <= 0x46) { in collector_decode_htmlnumericentity()
[all …]
/PHP-7.4/ext/standard/tests/file/windows_links/
H A Dcommon.inc4 // usually c:\\windows, but not always
/PHP-7.4/main/
H A Dreentrancy.c327 int c, sc; in php_strtok_r() local
339 c = *s++; in php_strtok_r()
342 if (c == sc) in php_strtok_r()
348 if (c == 0) /* no non-delimiter characters */ in php_strtok_r()
361 c = *s++; in php_strtok_r()
365 if ((sc = *spanp++) == c) in php_strtok_r()
367 if (c == 0) in php_strtok_r()
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c554 php_conf_rec *c = ap_get_module_config(r->per_dir_config, &php7_module); in php_apache_ini_dtor() local
556 ZEND_HASH_FOREACH_STR_KEY(&c->config, str) { in php_apache_ini_dtor()
/PHP-7.4/ext/standard/
H A Dcrypt.c54 #define IS_VALID_SALT_CHARACTER(c) (((c) >= '.' && (c) <= '9') || ((c) >= 'A' && (c) <= 'Z') || ((c argument
H A Dbasic_functions.c3895 zval *c; in PHP_FUNCTION() local
3903 c = zend_get_constant_ex(const_name, scope, ZEND_FETCH_CLASS_SILENT); in PHP_FUNCTION()
3904 if (c) { in PHP_FUNCTION()
3905 ZVAL_COPY_OR_DUP(return_value, c); in PHP_FUNCTION()
H A Dfilters.c323 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d… argument
785 unsigned int c; in php_conv_qprint_encode_convert() local
841 c = NEXT_CHAR(ps, icnt, lb_ptr, lb_cnt, inst->lbchars); in php_conv_qprint_encode_convert()
845 (c == '\t' || c == ' ')) { in php_conv_qprint_encode_convert()
897 *(pd++) = c; in php_conv_qprint_encode_convert()
903 …T_FORCE_ENCODE_FIRST) || line_ccnt < inst->line_len) && ((c >= 33 && c <= 60) || (c >= 62 && c <= … in php_conv_qprint_encode_convert()
922 *(pd++) = c; in php_conv_qprint_encode_convert()
946 *(pd++) = qp_digits[(c >> 4)]; in php_conv_qprint_encode_convert()
947 *(pd++) = qp_digits[(c & 0x0f)]; in php_conv_qprint_encode_convert()
/PHP-7.4/ext/zip/
H A Dconfig.m431 PHP_ZIP_SOURCES="php_zip.c zip_stream.c"
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c492 char c; in _php_mb_regex_get_option_string() local
549 c = 0; in _php_mb_regex_get_option_string()
552 c = 'j'; in _php_mb_regex_get_option_string()
554 c = 'u'; in _php_mb_regex_get_option_string()
556 c = 'g'; in _php_mb_regex_get_option_string()
558 c = 'c'; in _php_mb_regex_get_option_string()
560 c = 'r'; in _php_mb_regex_get_option_string()
562 c = 'z'; in _php_mb_regex_get_option_string()
564 c = 'b'; in _php_mb_regex_get_option_string()
566 c = 'd'; in _php_mb_regex_get_option_string()
[all …]
/PHP-7.4/ext/phar/
H A DMakefile.frag1 $(srcdir)/phar_path_check.c: $(srcdir)/phar_path_check.re
4 $(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o phar_path_check.c phar_path_check.re; \
6 …$(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/phar/phar_path_check.c ext/phar/phar_path_che…
/PHP-7.4/ext/filter/
H A Dsanitizing_filters.c113 size_t c; in php_filter_strip() local
123 c = 0; in php_filter_strip()
129 ZSTR_VAL(buf)[c] = str[i]; in php_filter_strip()
130 ++c; in php_filter_strip()
134 ZSTR_VAL(buf)[c] = '\0'; in php_filter_strip()
135 ZSTR_LEN(buf) = c; in php_filter_strip()
160 size_t i, c; in filter_map_apply() local
165 c = 0; in filter_map_apply()
169 ++c; in filter_map_apply()
173 ZSTR_VAL(buf)[c] = '\0'; in filter_map_apply()
[all …]
/PHP-7.4/sapi/phpdbg/tests/
H A Dbug73927.phpt12 c

Completed in 96 milliseconds

12345678910>>...163