Home
last modified time | relevance | path

Searched refs:count (Results 1076 – 1100 of 1230) sorted by relevance

1...<<41424344454647484950

/PHP-5.5/ext/standard/tests/file/
H A Dbasename-win32.phpt104 if( 1 == count($path) ) { // no suffix provided
H A Dfgetss_basic2-win32.phpt40 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
H A Dfgetss_basic2.phpt38 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
H A Dfgetss_variation5-win32.phpt45 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
H A Dfgetss_variation5.phpt42 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
H A Drename_variation13-win32.phpt50 for( $i=0; $i < count($names_arr); $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_basic.phpt41 for( $i=0; $i<count($modes); $i++ ) {
71 for( $i=0; $i<count($x_modes); $i++ ) {
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++;
/PHP-5.5/ext/oci8/tests/
H A Dfunction_aliases.phpt172 Warning: Wrong parameter count for ocipasswordchange() in %s on line %d
H A Drefcur_prefetch_1.phpt68 // This function sets the prefetch count to the given $value and fetches one row .
/PHP-5.5/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt13 reference count */
101 /* using zval_dump() to dump out the objects and its reference count */
/PHP-5.5/ext/standard/tests/strings/
H A Dstrspn_variation8.phpt98 $count = 1;
101 echo "\n-- Iteration $count --\n";
109 $count++;
H A Dstrcspn_variation8.phpt97 $count = 1;
99 echo "\n-- Iteration $count --\n";
107 $count++;
/PHP-5.5/main/
H A Doutput.c590 int i, count = php_output_get_level(TSRMLS_C); in php_output_handler_started() local
592 if (count) { in php_output_handler_started()
595 for (i = 0; i < count; ++i) { in php_output_handler_started()
H A Dmain.c1923 int php_register_extensions(zend_module_entry **ptr, int count TSRMLS_DC) in php_register_extensions()
1925 zend_module_entry **end = ptr + count; in php_register_extensions()
1945 static int php_register_extensions_bc(zend_module_entry *ptr, int count TSRMLS_DC) in php_register_extensions_bc()
1947 while (count--) { in php_register_extensions_bc()
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_object.phpt196 for($index = 0; $index < count($objects); $index ++)
H A Darray_fill_object_2_4.phpt196 for($index = 0; $index < count($objects); $index ++)
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_poll_kill.phpt116 $processed += count($reject);
/PHP-5.5/Zend/
H A Dzend_opcode.c166 int count = ce->default_static_members_count; in cleanup_user_class_data() local
171 for (i = 0; i < count; i++) { in cleanup_user_class_data()
H A Dzend_API.c1770 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare TSRMLS_D… in zend_sort_modules() argument
1774 Bucket **end = b1 + count; in zend_sort_modules()
2032 int count=0, unload=0, result=0; in zend_register_functions() local
2132 zend_unregister_functions(functions, count, target_function_table TSRMLS_CC); in zend_register_functions()
2186 count++; in zend_register_functions()
2202 zend_unregister_functions(functions, count, target_function_table TSRMLS_CC); in zend_register_functions()
2288 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable … in zend_unregister_functions() argument
2298 if (count!=-1 && i>=count) { in zend_unregister_functions()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1009 cdf_summary_info_header_t *ssi, cdf_property_info_t **info, size_t *count)
1022 *count = 0;
1032 - info, count, &maxcount) == -1) {
1034 + count, &maxcount) == -1)
1051 cdf_dump_property_info(const cdf_property_info_t *info, size_t count)
2833 for (i = 0; i < count; i++) {
3116 - uint32_t count = m->str_range;
3124 - (uint32_t)nbytes, count) == -1)
3130 - "nbytes=%zu, count=%u)\n", m->type, m->flag, offset, o,
3131 - nbytes, count);
[all …]
/PHP-5.5/ext/standard/
H A Dftp_fopen_wrapper.c607 static size_t php_ftp_dirstream_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_ftp_dirstream_read()
617 if (count != sizeof(php_stream_dirent)) { in php_ftp_dirstream_read()
/PHP-5.5/
H A DCODING_STANDARDS90 underscore delimited, with care taken to minimize the letter count.
139 letter count. The initial letter of the name is lowercase, and each

Completed in 80 milliseconds

1...<<41424344454647484950