Home
last modified time | relevance | path

Searched refs:c (Results 2626 – 2650 of 4053) sorted by relevance

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

/PHP-7.4/main/
H A Dinternal_functions.c.in5 | Copyright (c) The PHP Group |
/PHP-7.4/ext/date/tests/
H A Ddate_parse_basic1.phpt7 * Source code: ext/date/php_date.c
H A Dgmstrftime_variation20.phpt13 * Source code: ext/date/php_date.c
H A Didate_variation6.phpt7 * Source code: ext/date/php_date.c
H A Dstrftime_variation20.phpt13 * Source code: ext/date/php_date.c
H A Dstrftime_variation4.phpt7 * Source code: ext/date/php_date.c
H A Dtimezone_abbreviations_list_basic1.phpt7 * Source code: ext/date/php_date.c
/PHP-7.4/ext/standard/tests/strings/
H A Dstrncasecmp_variation8.phpt7 * Source code: Zend/zend_builtin_functions.c
H A Dstrncmp_variation8.phpt7 * Source code: Zend/zend_builtin_functions.c
H A Dstrrchr_variation8.phpt7 * Source code: ext/standard/string.c
H A Dstrrpos_variation4.phpt7 * Source code: ext/standard/string.c
H A Dstrrpos_variation7.phpt7 * Source code: ext/standard/string.c
H A Dvfprintf_error1.phpt11 * Source code: ext/standard/formatted_print.c
/PHP-7.4/ext/standard/tests/file/
H A Dfopen_variation6.phpt9 * Source code: ext/standard/file.c
/PHP-7.4/ext/standard/tests/filters/
H A Dstream_filter_remove_basic.phpt12 * Source code: ext/standard/streamsfuncs.c
/PHP-7.4/ext/standard/tests/general_functions/
H A Dvar_export_basic2.phpt8 * Source code: ext/standard/var.c
H A Dvar_export_basic7.phpt7 * Source code: ext/standard/var.c
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_basic2.phpt15 * Source code: ext/standard/mail.c
/PHP-7.4/ext/curl/tests/
H A Dbug55767.phpt11 * Source code: ext/curl/interface.c
/PHP-7.4/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_error1.phpt19 var_dump(libxml_set_external_entity_loader(function($a, $b, $c, $d) {}));
/PHP-7.4/ext/gd/libgd/
H A Dgd_jpeg.c325 static int CMYKToRGB(int c, int m, int y, int k, int inverted);
528 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB() argument
531 c = 255 - c; in CMYKToRGB()
536 …return gdTrueColor((255 - c) * (255 - k) / 255, (255 - m) * (255 - k) / 255, (255 - y) * (255 - k)… in CMYKToRGB()
/PHP-7.4/ext/oci8/tests/
H A Dbind_char_3.phpt8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
10 die("skip expected output only valid when using Oracle 12c database");
26 oci8_test_sql_execute($c, $stmtarray);
32 $s = oci_parse($c, "begin :bv2 := bind_char_3_fn(:bv1); end;");
241 oci8_test_sql_execute($c, $stmtarray);
H A Dbind_char_3_11gR1.phpt8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
10 die("skip expected output only valid when using pre-Oracle 12c database");
26 oci8_test_sql_execute($c, $stmtarray);
32 $s = oci_parse($c, "begin :bv2 := bind_char_3_fn(:bv1); end;");
241 oci8_test_sql_execute($c, $stmtarray);
H A Dbind_char_4.phpt8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
10 die("skip expected output only valid when using Oracle 12c database");
28 oci8_test_sql_execute($c, $stmtarray);
34 $s = oci_parse($c, "begin :bv2 := bind_char_3_fn(:bv1); end;");
243 oci8_test_sql_execute($c, $stmtarray);
H A Dbind_char_4_11gR1.phpt8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
10 die("skip expected output only valid when using pre-Oracle 12c database");
28 oci8_test_sql_execute($c, $stmtarray);
34 $s = oci_parse($c, "begin :bv2 := bind_char_3_fn(:bv1); end;");
243 oci8_test_sql_execute($c, $stmtarray);

Completed in 36 milliseconds

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