Searched refs:c (Results 3776 – 3800 of 4053) sorted by relevance
1...<<151152153154155156157158159160>>...163
/PHP-7.4/ext/standard/tests/array/ |
H A D | arsort_variation5.phpt | 8 * Source code: ext/standard/array.c
|
H A D | asort_variation5.phpt | 8 * Source code: ext/standard/array.c
|
H A D | sort_object1.phpt | 8 * Source code: ext/standard/array.c
|
H A D | array_combine_variation4.phpt | 8 * Source code: ext/standard/array.c
|
H A D | array_intersect_assoc_variation9.phpt | 8 * Source code: ext/standard/array.c
|
/PHP-7.4/ext/skeleton/ |
H A D | config.m4.in | 93 PHP_NEW_EXTENSION(%EXTNAME%, %EXTNAME%.c, $ext_shared)
|
/PHP-7.4/ext/standard/tests/strings/ |
H A D | chunk_split_variation9.phpt | 7 * Source code: ext/standard/string.c
|
H A D | sprintf_variation18.phpt | 7 * Source code: ext/standard/formatted_print.c
|
H A D | sprintf_variation28.phpt | 13 * Source code: ext/standard/formatted_print.c
|
H A D | sprintf_variation28_64bit.phpt | 9 * Source code: ext/standard/formatted_print.c
|
H A D | sprintf_variation38.phpt | 7 * Source code: ext/standard/formatted_print.c
|
H A D | sprintf_variation40.phpt | 13 * Source code: ext/standard/formatted_print.c
|
H A D | sprintf_variation40_64bit.phpt | 9 * Source code: ext/standard/formatted_print.c
|
H A D | sprintf_variation8.phpt | 7 * Source code: ext/standard/formatted_print.c
|
H A D | setlocale_variation1.phpt | 18 * Source code: ext/standard/string.c
|
H A D | strrpos_variation2.phpt | 7 * Source code: ext/standard/string.c
|
H A D | printf.phpt | 109 printf( "%c", $char ); 491 c
|
H A D | printf_64bit.phpt | 109 printf( "%c", $char ); 491 c
|
/PHP-7.4/ext/standard/tests/math/ |
H A D | round_basic.phpt | 10 * Source code: ext/standard/math.c
|
/PHP-7.4/ |
H A D | LICENSE | 3 Copyright (c) 1999 - 2021 The PHP Group. All rights reserved.
|
/PHP-7.4/ext/oci8/ |
H A D | LICENSE | 3 Copyright (c) 1999 - 2021 The PHP Group. All rights reserved.
|
/PHP-7.4/ext/oci8/tests/ |
H A D | bug43492.phpt | 28 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 D | bug43492_2.phpt | 32 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 D | imp_res_7.phpt | 2 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 D | scanf.c | 238 static int CharInSet(CharSet *cset, int c) in CharInSet() argument 240 char ch = (char) c; in CharInSet()
|
Completed in 44 milliseconds
1...<<151152153154155156157158159160>>...163