Searched refs:c (Results 3851 – 3875 of 4053) sorted by relevance
1...<<151152153154155156157158159160>>...163
/PHP-7.4/ext/standard/tests/strings/ |
H A D | sprintf_variation50.phpt | 7 * Source code: ext/standard/formatted_print.c
|
H A D | stripos_variation1.phpt | 7 * Source code: ext/standard/string.c
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | fopen_variation14.phpt | 14 * Source code: ext/standard/file.c
|
H A D | fopen_variation15.phpt | 14 * Source code: ext/standard/file.c
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | array_map_variation17.phpt | 7 * Source code: ext/standard/array.c
|
H A D | array_merge_variation1.phpt | 7 * Source code: ext/standard/array.c
|
H A D | array_merge_variation2.phpt | 7 * Source code: ext/standard/array.c
|
H A D | ksort_basic.phpt | 7 * Source code: ext/standard/array.c
|
H A D | array_unshift_variation4.phpt | 7 * Source code: ext/standard/array.c
|
H A D | arsort_basic.phpt | 8 * Source code: ext/standard/array.c
|
H A D | asort_basic.phpt | 8 * Source code: ext/standard/array.c
|
H A D | each_variation1.phpt | 8 * Source code: Zend/zend_builtin_functions.c
|
H A D | krsort_basic.phpt | 7 * Source code: ext/standard/array.c
|
/PHP-7.4/ext/mbstring/tests/ |
H A D | mb_convert_encoding_array2.phpt | 12 * Source code: ext/mbstring/mbstring.c
|
/PHP-7.4/build/ |
H A D | ax_gcc_func_attribute.m4 | 73 # Copyright (c) 2013 Gabriele Svelto <gabriele.svelto@gmail.com>
|
H A D | shtool | 1754 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 D | mailinglist-rules.md | 18 c. Prevent you from making a fool of yourself in public.
|
H A D | output-api.md | 82 // not possible with old API, unless hardcoding into output.c
|
/PHP-7.4/ext/tokenizer/tests/ |
H A D | token_get_all_variation10.phpt | 9 * Source code: ext/tokenizer/tokenizer.c
|
/PHP-7.4/ext/ldap/tests/ |
H A D | README.md | 43 ou: extldap" | ldapadd -c -x -H ldap://localhost:389 -D "dc=admin,dc=nodomain" -w password
|
/PHP-7.4/ext/iconv/ |
H A D | config.m4 | 204 …PHP_NEW_EXTENSION(iconv, iconv.c, $ext_shared,, [-I\"$PHP_ICONV_PREFIX/include\" -DZEND_ENABLE_STA…
|
/PHP-7.4/ext/phar/ |
H A D | phar.c | 1549 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 D | zend_builtin_functions.c | 855 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 D | array.c | 4775 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 D | url_scanner_ex.re | 5 | 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