Home
last modified time | relevance | path

Searched refs:c (Results 3851 – 3875 of 4053) sorted by relevance

1...<<151152153154155156157158159160>>...163

/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation50.phpt7 * Source code: ext/standard/formatted_print.c
H A Dstripos_variation1.phpt7 * Source code: ext/standard/string.c
/PHP-7.4/ext/standard/tests/file/
H A Dfopen_variation14.phpt14 * Source code: ext/standard/file.c
H A Dfopen_variation15.phpt14 * Source code: ext/standard/file.c
/PHP-7.4/ext/standard/tests/array/
H A Darray_map_variation17.phpt7 * Source code: ext/standard/array.c
H A Darray_merge_variation1.phpt7 * Source code: ext/standard/array.c
H A Darray_merge_variation2.phpt7 * Source code: ext/standard/array.c
H A Dksort_basic.phpt7 * Source code: ext/standard/array.c
H A Darray_unshift_variation4.phpt7 * Source code: ext/standard/array.c
H A Darsort_basic.phpt8 * Source code: ext/standard/array.c
H A Dasort_basic.phpt8 * Source code: ext/standard/array.c
H A Deach_variation1.phpt8 * Source code: Zend/zend_builtin_functions.c
H A Dkrsort_basic.phpt7 * Source code: ext/standard/array.c
/PHP-7.4/ext/mbstring/tests/
H A Dmb_convert_encoding_array2.phpt12 * Source code: ext/mbstring/mbstring.c
/PHP-7.4/build/
H A Dax_gcc_func_attribute.m473 # Copyright (c) 2013 Gabriele Svelto <gabriele.svelto@gmail.com>
H A Dshtool1754 echo >$tmpfile.c "#include <assert.h>"
1755 echo >>$tmpfile.c "Syntax Error"
1785 rm -f $tmpfile.c $tmpfile.out >/dev/null 2>&1
/PHP-7.4/docs/
H A Dmailinglist-rules.md18 c. Prevent you from making a fool of yourself in public.
H A Doutput-api.md82 // not possible with old API, unless hardcoding into output.c
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation10.phpt9 * Source code: ext/tokenizer/tokenizer.c
/PHP-7.4/ext/ldap/tests/
H A DREADME.md43 ou: extldap" | ldapadd -c -x -H ldap://localhost:389 -D "dc=admin,dc=nodomain" -w password
/PHP-7.4/ext/iconv/
H A Dconfig.m4204 …PHP_NEW_EXTENSION(iconv, iconv.c, $ext_shared,, [-I\"$PHP_ICONV_PREFIX/include\" -DZEND_ENABLE_STA…
/PHP-7.4/ext/phar/
H A Dphar.c1549 const char *c; in phar_strnstr() local
1556 c = buf - 1; in phar_strnstr()
1559 if (!(c = memchr(c + 1, search[0], buf_len - search_len - so_far))) { in phar_strnstr()
1563 so_far = c - buf; in phar_strnstr()
1569 if (!memcmp(c, search, search_len)) { in phar_strnstr()
1570 return (char *) c; in phar_strnstr()
2081 #define IS_BACKSLASH(c) ((c) == '/') argument
/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/ext/standard/
H A Darray.c4775 int arr_argc, i, c = 0; local
4944 c = 1;
4972 if (c) /* here we get if not all are equal */
4976 if (c) {
5186 int arr_argc, i, c; local
5337 c = 1;
5341 … while (Z_TYPE(ptrs[i]->val) != IS_UNDEF && (0 < (c = diff_data_compare_func(ptrs[0], ptrs[i])))) {
5345 while (Z_TYPE(ptr->val) != IS_UNDEF && (0 != (c = diff_key_compare_func(ptrs[0], ptr)))) {
5349 if (!c) {
5365 c = -1;
[all …]
H A Durl_scanner_ex.re5 | Copyright (c) The PHP Group |
346 scdebug(("appending %d chars, starting with %c\n", YYCURSOR-start, *start));
577 …scdebug(("stopped in state %d at pos %d (%d:%c) %d\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *Y…

Completed in 144 milliseconds

1...<<151152153154155156157158159160>>...163