Home
last modified time | relevance | path

Searched refs:c (Results 2651 – 2675 of 4053) sorted by relevance

1...<<101102103104105106107108109110>>...163

/PHP-7.4/ext/standard/
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/standard/tests/array/
H A Darray_intersect_variation3.phpt7 * Source code: ext/standard/array.c
55 …array("a\v\f","aaaa\r","b","b\tbbb","c","\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // array with double quo…
56 …array('a\v\f','aaaa\r','b','b\tbbb','c','\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // array with single quo…
H A Darray_intersect_variation4.phpt7 * Source code: ext/standard/array.c
64 …array("a\v\f","aaaa\r","b","b\tbbb","c","\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // array with double quo…
65 …array('a\v\f','aaaa\r','b','b\tbbb','c','\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // array with single quo…
H A Darray_change_key_case_variation6.phpt7 * Source code: ext/standard/array.c
H A Darray_combine_variation6.phpt8 * Source code: ext/standard/array.c
H A Darray_walk_variation8.phpt7 * Source code: ext/standard/array.c
H A Dextract_variation3.phpt9 array( "a" => "aaa", "A" => "AAA", "c" => "ccc", "d" => "ddd", "e" => "eee" ),
H A Dnatcasesort_variation4.phpt7 * Source code: ext/standard/array.c
H A Dnatcasesort_variation9.phpt7 * Source code: ext/standard/array.c
H A Dprev_basic.phpt7 * Source code: ext/standard/array.c
H A Drsort_variation10.phpt7 * Source code: ext/standard/array.c
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_events.c64 char c; in fpm_got_signal() local
70 res = read(fd, &c, 1); in fpm_got_signal()
80 switch (c) { in fpm_got_signal()
/PHP-7.4/Zend/tests/
H A Dclosure_061.phpt85 $c = $r->getClosure(is_object($fn[0]) ? $fn[0] : null);
88 $c = (new ReflectionFunction($fn))->getClosure();
102 $ret = $c->bindTo($obj, $scope);
/PHP-7.4/ext/session/tests/
H A Dbug78624.phpt17 * Source code : ext/session/session.c
H A Dsession_decode_variation3.phpt15 * Source code : ext/session/session.c
H A Dsession_set_save_handler_class_003.phpt16 * Source code : ext/session/session.c
H A Dsession_set_save_handler_class_013.phpt16 * Source code : ext/session/session.c
/PHP-7.4/ext/iconv/tests/
H A Diconv_strrpos_basic.phpt14 * Source code: ext/iconv/iconv.c
H A Diconv_substr_basic.phpt16 * Source code: ext/iconv/iconv.c
/PHP-7.4/ext/imap/tests/
H A Dimap_8bit_basic.phpt11 * Source code: ext/imap/php_imap.c
H A Dimap_body_basic.phpt11 * Source code: ext/imap/php_imap.c
/PHP-7.4/ext/standard/tests/class_object/
H A Dget_class_methods_basic_003.phpt7 * Source code: Zend/zend_builtin_functions.c
H A Dget_declared_traits_basic_001.phpt7 * Source code: Zend/zend_builtin_functions.c
/PHP-7.4/ext/standard/tests/dir/
H A Dclosedir_basic.phpt7 * Source code: ext/standard/dir.c
H A Drewinddir_variation2-win32-mb.phpt13 * Source code: ext/standard/dir.c

Completed in 129 milliseconds

1...<<101102103104105106107108109110>>...163