Home
last modified time | relevance | path

Searched refs:count (Results 1151 – 1175 of 1307) sorted by relevance

1...<<41424344454647484950>>...53

/PHP-7.3/ext/standard/tests/file/
H A Drename_variation13-win32.phpt50 for( $i=0; $i < count($names_arr); $i++ ) {
H A D007_basic.phpt41 for( $i=0; $i<count($modes); $i++ ) {
71 for( $i=0; $i<count($x_modes); $i++ ) {
H A Dfgetc_basic.phpt19 for($outerloop_counter = 0; $outerloop_counter < count($file_content_types); $outerloop_counter++) {
27 for($innerloop_counter = 0; $innerloop_counter < count($file_modes); $innerloop_counter++) {
H A D007_error.phpt62 for($loop_counter = 1; $loop_counter <= count($invalid_args); $loop_counter++) {
H A D006_variation1.phpt39 $count = 1;
42 echo "-- Iteration $count --\n";
52 $count++;
H A Dreadfile_basic-win32.phpt41 $count = readfile($file_path."/".$file_prefix."1.tmp");
43 var_dump($count);
H A Dreadfile_basic.phpt41 $count = readfile($file_path."/".$file_prefix."1.tmp");
43 var_dump($count);
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4835 int count; in find_dupname_details() local
4861 count = 0; in find_dupname_details()
4865 count++; in find_dupname_details()
4875 *countptr = count; in find_dupname_details()
5811 int count, index; in compile_branch() local
5889 count = 0; /* Values for first pass (avoids compiler warning) */ in compile_branch()
5892 &count, errorcodeptr, cb)) return 0; in compile_branch()
5900 PUT2(code, 2+LINK_SIZE+IMM2_SIZE, count); in compile_branch()
6216 int count, index; in compile_branch() local
6295 &count, errorcodeptr, cb)) return 0; in compile_branch()
[all …]
/PHP-7.3/ext/standard/tests/strings/
H A Dstrcspn_variation8.phpt97 $count = 1;
99 echo "\n-- Iteration $count --\n";
107 $count++;
H A Dstrspn_variation8.phpt98 $count = 1;
101 echo "\n-- Iteration $count --\n";
109 $count++;
H A Dstrpos.phpt66 for( $i = 0; $i < count($needles); $i++ ) {
91 for( $i = 0; $i < count( $offset_values ); $i++ ) {
H A Dwordwrap_variation1.phpt81 for($index = 0; $index < count($values); $index ++) {
H A Dstripos_variation10.phpt84 for($index = 0; $index < count($needles); $index ++) {
/PHP-7.3/ext/standard/tests/array/
H A Darray_fill_object.phpt194 for($index = 0; $index < count($objects); $index ++)
H A Darray_key_exists.phpt40 $key_count = count ( $key_variations );
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_poll_kill.phpt122 $processed += count($reject);
/PHP-7.3/sapi/fpm/
H A Dphp-fpm.conf.in47 ; the new line character does not count into it as it is present only when
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_wait.c284 zend_extensions.count--; in phpdbg_webdata_decompress()
H A Dxml.md127 - expected: count of expected arguments
158 - count: number of exported breakpoints
331 - there may be a variable number of &lt;print> elements with a variable count of args inside the &l…
/PHP-7.3/ext/date/lib/
H A Dtimelib.h744 … timelib_tzdb_index_entry *timelib_timezone_identifiers_list(const timelib_tzdb *tzdb, int *count);
/PHP-7.3/ext/standard/
H A Dftp_fopen_wrapper.c616 static size_t php_ftp_dirstream_read(php_stream *stream, char *buf, size_t count) in php_ftp_dirstream_read() argument
625 if (count != sizeof(php_stream_dirent)) { in php_ftp_dirstream_read()
/PHP-7.3/ext/gd/libgd/
H A Dgd_bmp.c765 static int bmp_read_palette(gdImagePtr im, gdIOCtxPtr infile, int count, int read_four) in bmp_read_palette() argument
770 for (i = 0; i < count; i++) { in bmp_read_palette()
/PHP-7.3/Zend/
H A Dzend_API.c1897 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_fu… in zend_sort_modules() argument
1901 Bucket *end = b1 + count; in zend_sort_modules()
2163 int count=0, unload=0; in zend_register_functions() local
2278 zend_unregister_functions(functions, count, target_function_table); in zend_register_functions()
2380 count++; in zend_register_functions()
2397 zend_unregister_functions(functions, count, target_function_table); in zend_register_functions()
2500 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable … in zend_unregister_functions() argument
2512 if (count!=-1 && i>=count) { in zend_unregister_functions()
/PHP-7.3/
H A DCODING_STANDARDS90 underscore delimited, with care taken to minimize the letter count.
140 letter count. The initial letter of the name is lowercase, and each
/PHP-7.3/main/
H A Dmain.c2044 int php_register_extensions(zend_module_entry * const * ptr, int count) in php_register_extensions() argument
2046 zend_module_entry * const * end = ptr + count; in php_register_extensions()
2066 static int php_register_extensions_bc(zend_module_entry *ptr, int count) in php_register_extensions_bc() argument
2068 while (count--) { in php_register_extensions_bc()

Completed in 163 milliseconds

1...<<41424344454647484950>>...53