Home
last modified time | relevance | path

Searched refs:c (Results 3776 – 3800 of 4053) sorted by relevance

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

/PHP-7.4/ext/standard/tests/array/
H A Darsort_variation5.phpt8 * Source code: ext/standard/array.c
H A Dasort_variation5.phpt8 * Source code: ext/standard/array.c
H A Dsort_object1.phpt8 * Source code: ext/standard/array.c
H A Darray_combine_variation4.phpt8 * Source code: ext/standard/array.c
H A Darray_intersect_assoc_variation9.phpt8 * Source code: ext/standard/array.c
/PHP-7.4/ext/skeleton/
H A Dconfig.m4.in93 PHP_NEW_EXTENSION(%EXTNAME%, %EXTNAME%.c, $ext_shared)
/PHP-7.4/ext/standard/tests/strings/
H A Dchunk_split_variation9.phpt7 * Source code: ext/standard/string.c
H A Dsprintf_variation18.phpt7 * Source code: ext/standard/formatted_print.c
H A Dsprintf_variation28.phpt13 * Source code: ext/standard/formatted_print.c
H A Dsprintf_variation28_64bit.phpt9 * Source code: ext/standard/formatted_print.c
H A Dsprintf_variation38.phpt7 * Source code: ext/standard/formatted_print.c
H A Dsprintf_variation40.phpt13 * Source code: ext/standard/formatted_print.c
H A Dsprintf_variation40_64bit.phpt9 * Source code: ext/standard/formatted_print.c
H A Dsprintf_variation8.phpt7 * Source code: ext/standard/formatted_print.c
H A Dsetlocale_variation1.phpt18 * Source code: ext/standard/string.c
H A Dstrrpos_variation2.phpt7 * Source code: ext/standard/string.c
H A Dprintf.phpt109 printf( "%c", $char );
491 c
H A Dprintf_64bit.phpt109 printf( "%c", $char );
491 c
/PHP-7.4/ext/standard/tests/math/
H A Dround_basic.phpt10 * Source code: ext/standard/math.c
/PHP-7.4/
H A DLICENSE3 Copyright (c) 1999 - 2021 The PHP Group. All rights reserved.
/PHP-7.4/ext/oci8/
H A DLICENSE3 Copyright (c) 1999 - 2021 The PHP Group. All rights reserved.
/PHP-7.4/ext/oci8/tests/
H A Dbug43492.phpt28 oci8_test_sql_execute($c, $stmtarray);
41 function fetch($c, $i) {
43 $s = ociparse($c, 'select cursor(select * from bug43492_tab) c from bug43492_tab');
51 $cur = fetch($c, $i);
69 oci8_test_sql_execute($c, $stmtarray);
H A Dbug43492_2.phpt32 oci8_test_sql_execute($c, $stmtarray);
34 function fetch($c, $i) {
35 $s = ociparse($c, 'select cursor(select * from bug43492_tab) c from bug43492_tab');
43 $cur = fetch($c, $i);
60 oci8_test_sql_execute($c, $stmtarray);
H A Dimp_res_7.phpt2 Oracle Database 12c Implicit Result Sets: bigger data size
8 …[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches);
10 die("skip expected output only valid when using Oracle Database 12c or greater");
14 die("skip works only with Oracle 12c or greater version of Oracle client libraries");
583 $s = oci_parse($c, $stmt);
/PHP-7.4/ext/standard/
H A Dscanf.c238 static int CharInSet(CharSet *cset, int c) in CharInSet() argument
240 char ch = (char) c; in CharInSet()

Completed in 60 milliseconds

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