Home
last modified time | relevance | path

Searched refs:i (Results 251 – 275 of 2233) sorted by last modified time

1...<<11121314151617181920>>...90

/php-src/ext/pdo_mysql/
H A Dmysql_driver.c667 size_t i; local
976 for (i = 0; i < sizeof(vars)/sizeof(vars[0]); i++) {
977 if (vars[i].freeme) {
978 efree(vars[i].optval);
/php-src/ext/standard/
H A Dstring.c70 for (i = j = 0; i < oldlen; i++) { in php_bin2hex()
88 for (i = j = 0; i < target_length; i++) { in php_hex2bin()
2827 for (i = 0; i < len; i++) {
2837 for (i = 0; i < trlen; i++) {
2841 for (i = 0; i < len; i++) {
2922 for (i = 0; i < trlen; i++) {
3982 for (i = 0; i < n; i++) {
4011 for (i = 0; i < n; i++) {
4286 for (i = 0; i < n; i++) {
5650 for (i = 0; i < len; i++) {
[all …]
H A Dmail.c249 size_t subject_len, i; in PHP_FUNCTION() local
283 for (i = 0; to_r[i]; i++) { in PHP_FUNCTION()
284 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()
289 SKIP_LONG_HEADER_SEP(to_r, i); in PHP_FUNCTION()
290 to_r[i] = ' '; in PHP_FUNCTION()
305 for (i = 0; subject_r[i]; i++) { in PHP_FUNCTION()
306 if (iscntrl((unsigned char) subject_r[i])) { in PHP_FUNCTION()
307 SKIP_LONG_HEADER_SEP(subject_r, i); in PHP_FUNCTION()
308 subject_r[i] = ' '; in PHP_FUNCTION()
H A Dbasic_functions.c854 int i; local
857 for (i = 0; i < argc; i++) {
891 for (i = 0; i < opts_len; i++) {
892 if ((opts[i] >= 48 && opts[i] <= 57) ||
893 (opts[i] >= 65 && opts[i] <= 90) ||
894 (opts[i] >= 97 && opts[i] <= 122)
1771 if (i) {
1780 if (i) {
1786 if (i) {
1843 if (i) {
[all …]
/php-src/Zend/tests/
H A Dgh13569.phpt8 for ($i = 0; $i < 30_000; $i++) {
/php-src/ext/zlib/tests/
H A Dgzdeflate_basic1.phpt25 for($i = -1; $i < 10; $i++) {
26 echo "-- Compression level $i --\n";
27 $output = gzdeflate($data, $i);
32 for($i = -1; $i < 10; $i++) {
33 echo "-- Compression level $i --\n";
34 $output = gzdeflate($smallstring, $i);
H A Dgzencode_basic1.phpt25 for($i = -1; $i < 10; $i++) {
26 echo "-- Compression level $i --\n";
27 $output = gzencode($data, $i);
32 for($i = -1; $i < 10; $i++) {
33 echo "-- Compression level $i --\n";
34 $output = gzencode($smallstring, $i);
H A Dgzinflate-bug42663.phpt9 for($i=0; $i<30000; ++$i) $string .= $i . ' ';
H A Dgzcompress_basic1.phpt25 for($i = -1; $i < 10; $i++) {
26 echo "-- Compression level $i --\n";
27 $output = gzcompress($data, $i);
32 for($i = -1; $i < 10; $i++) {
33 echo "-- Compression level $i --\n";
34 $output = gzcompress($smallstring, $i);
/php-src/ext/pdo/
H A Dpdo_stmt.c177 int i; in pdo_stmt_reset_columns() local
180 for (i = 0; i < stmt->column_count; i++) { in pdo_stmt_reset_columns()
181 if (cols[i].name) { in pdo_stmt_reset_columns()
296 int i; in really_register_bound_param() local
298 for (i = 0; i < stmt->column_count; i++) { in really_register_bound_param()
300 param->paramno = i; in really_register_bound_param()
724 int i = 0; in do_fetch() local
907 i++; in do_fetch()
911 for (idx = 0; i < stmt->column_count; i++, idx++) { in do_fetch()
2418 int i; in row_get_properties_for() local
[all …]
/php-src/sapi/fpm/fpm/events/
H A Dport.c115 unsigned int i, nget; in fpm_event_port_wait() local
146 for (i = 0; i < nget; i++) { in fpm_event_port_wait()
150 if (!events[i].portev_user) { in fpm_event_port_wait()
154 ev = (struct fpm_event_s *)events[i].portev_user; in fpm_event_port_wait()
/php-src/ext/pdo_pgsql/
H A Dconfig.m416 for i in $PHP_PDO_PGSQL $PHP_PDO_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do
17 if test -x $i/pg_config; then
18 PG_CONFIG="$i/pg_config"
35 for i in $PGSQL_SEARCH_PATHS; do
37 if test -r "$i/$j/libpq-fe.h"; then
38 PGSQL_INC_BASE=$i
39 PGSQL_INCLUDE=$i/$j
44 if test -f "$i/$j/libpq.so" || test -f "$i/$j/libpq.a"; then
45 PGSQL_LIBDIR=$i/$j
/php-src/ext/standard/tests/http/
H A Dgh9316.phpt18 for ($i = 0; $i < count($responses); ++$i) {
/php-src/ext/spl/
H A Dspl_dllist.c433 int i = 0; in spl_dllist_object_get_debug_info() local
453 add_index_zval(&dllist_array, i, &current->data); in spl_dllist_object_get_debug_info()
457 i++; in spl_dllist_object_get_debug_info()
H A Dspl_heap.c271 int i; in spl_ptr_heap_insert() local
282 …for (i = heap->count; i > 0 && heap->cmp(spl_heap_elem(heap, (i-1)/2), elem, cmp_userdata) < 0; i in spl_ptr_heap_insert()
306 int i, j; in spl_ptr_heap_delete_top() local
322 for (i = 0; i < limit; i = j) { in spl_ptr_heap_delete_top()
324 j = i * 2 + 1; in spl_ptr_heap_delete_top()
351 int i; in spl_ptr_heap_clone() local
366 for (i = 0; i < heap->count; ++i) { in spl_ptr_heap_clone()
380 int i; in spl_ptr_heap_destroy() local
382 for (i = 0; i < heap->count; ++i) { in spl_ptr_heap_destroy()
513 int i; in spl_heap_object_get_debug_info() local
[all …]
/php-src/ext/date/tests/
H A DcreateFromTimestamp.phpt204 …romTimestamp(): Argument #1 ($timestamp) must be a finite number between %i and %i.999999, %f given
205 …romTimestamp(): Argument #1 ($timestamp) must be a finite number between %i and %i.999999, %f given
206 …romTimestamp(): Argument #1 ($timestamp) must be a finite number between %i and %i.999999, %f given
207 …romTimestamp(): Argument #1 ($timestamp) must be a finite number between %i and %i.999999, %f given
208 …omTimestamp(): Argument #1 ($timestamp) must be a finite number between %i and %i.999999, NAN given
209 …omTimestamp(): Argument #1 ($timestamp) must be a finite number between %i and %i.999999, NAN given
210 …omTimestamp(): Argument #1 ($timestamp) must be a finite number between %i and %i.999999, INF given
211 …omTimestamp(): Argument #1 ($timestamp) must be a finite number between %i and %i.999999, INF given
212 …mTimestamp(): Argument #1 ($timestamp) must be a finite number between %i and %i.999999, -INF given
213 …mTimestamp(): Argument #1 ($timestamp) must be a finite number between %i and %i.999999, -INF given
/php-src/ext/random/
H A Drandomizer.c300 for (size_t i = 0; i < result.size; i++) { in PHP_METHOD() local
301 ZSTR_VAL(retval)[total_size++] = (result.result >> (i * 8)) & 0xff; in PHP_METHOD()
441 for (size_t i = 0; i < result.size; i++) { in PHP_METHOD() local
442 uint64_t offset = (result.result >> (i * 8)) & mask; in PHP_METHOD()
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle.c32 int i; in resourcebundle_extract_value() local
61 for (i=0; i<ilen; i++) { in resourcebundle_extract_value()
62 add_next_index_long( return_value, vfield[i] ); in resourcebundle_extract_value()
/php-src/Zend/tests/offsets/
H A Dstring_container_offset_behaviour.phpt52 Warning: Uninitialized string offset %i in %s on line %d
56 Warning: Illegal string offset %i in %s on line %d
59 Warning: Uninitialized string offset %i in %s on line %d
75 Warning: Uninitialized string offset %i in %s on line %d
77 Warning: Uninitialized string offset %i in %s on line %d
221 Warning: Uninitialized string offset %i in %s on line %d
227 Warning: Illegal string offset %i in %s on line %d
232 Warning: Uninitialized string offset %i in %s on line %d
254 Warning: Uninitialized string offset %i in %s on line %d
258 Warning: Uninitialized string offset %i in %s on line %d
[all …]
/php-src/ext/sockets/
H A Dconversions.c221 unsigned i; in from_array_iterate() local
227 i = 1; in from_array_iterate()
234 func(elem, i, args, ctx); in from_array_iterate()
240 i++; in from_array_iterate()
243 return i -1; in from_array_iterate()
932 uint32_t i = 0; in from_zval_write_control_array() local
1024 uint32_t i = 1; in to_zval_read_control_array() local
1204 uint32_t i; in to_zval_read_iov() local
1218 for (i = 0; bytes_left > 0 && i < (uint32_t)iovlen; i++) { in to_zval_read_iov()
1422 i; in to_zval_read_fd_array() local
[all …]
/php-src/ext/opcache/
H A Dzend_file_cache.c355 for (i = 0; i < list->children; i++) {
365 for (i = 0; i < children; i++) {
432 for (i = 0; i < attr->argc; i++) {
766 for (i = 0; i < ce->default_properties_count; i++) {
781 for (i = 0; i < ce->num_interfaces; i++) {
795 for (i = 0; i < ce->num_traits; i++) {
1211 for (i = 0; i < list->children; i++) {
1219 for (i = 0; i < children; i++) {
1277 for (i = 0; i < attr->argc; i++) {
1615 for (i = 0; i < ce->num_interfaces; i++) {
[all …]
/php-src/build/
H A DMakefile.global31 for i in 0.0.0 0.0 0; do \
32 if test -r $(phptempdir)/libphp.$(SHLIB_DL_SUFFIX_NAME).$$i; then \
51 for i in `echo $(INSTALL_HEADERS)`; do \
52 i=`$(top_srcdir)/build/shtool path -d $$i`; \
53 paths="$$paths $(INSTALL_ROOT)$(phpincludedir)/$$i"; \
57 for i in `echo $(INSTALL_HEADERS)`; do \
59 src=`echo $$i | $(SED) -e "s#ext/$(PHP_PECL_EXTENSION)/##g"`; \
61 src=$$i; \
77 for i in $(PHP_MODULES)""; do \
78 . $$i; \
[all …]
/php-src/ext/com_dotnet/
H A Dcom_handlers.c326 int i; in com_method_get() local
337 for (i = 0; i < bindptr.lpfuncdesc->cParams; i++) { in com_method_get()
338 …bool by_ref = (bindptr.lpfuncdesc->lprgelemdescParam[i].paramdesc.wParamFlags & PARAMFLAG_FOUT) !=… in com_method_get()
339 f.arg_info[i].type = (zend_type) ZEND_TYPE_INIT_NONE(_ZEND_ARG_INFO_FLAGS(by_ref, 0, 0)); in com_method_get()
/php-src/Zend/
H A Dzend_enum.c103 for (uint32_t i = 0; i < forbidden_methods_length; ++i) { in zend_verify_enum_magic_methods() local
104 const char *forbidden_method = forbidden_methods[i]; in zend_verify_enum_magic_methods()
H A Dzend_opcode.c136 for (i = 0 ; i < num_args; i++) { in zend_free_internal_arg_info()
205 for (i = 0; i < ce->num_traits; i++) { in _destroy_zend_class_traits_info()
212 i = 0; in _destroy_zend_class_traits_info()
226 i++; in _destroy_zend_class_traits_info()
235 i = 0; in _destroy_zend_class_traits_info()
244 i++; in _destroy_zend_class_traits_info()
356 for (i = 0; i < ce->num_interfaces; i++) { in destroy_zend_class()
569 i--; in destroy_op_array()
618 for (i = 0 ; i < num_args; i++) { in destroy_op_array()
630 for (i = 0; i < op_array->num_dynamic_func_defs; i++) { in destroy_op_array()
[all …]

Completed in 111 milliseconds

1...<<11121314151617181920>>...90