Home
last modified time | relevance | path

Searched refs:counter (Results 176 – 200 of 226) sorted by relevance

12345678910

/php-src/ext/standard/tests/file/
H A Dfscanf_variation8.phpt60 $counter = 1;
76 $counter = 1;
81 echo "\n-- iteration $counter --\n";
89 $counter++;
H A Dfscanf_variation51.phpt26 $counter = 1;
34 $counter = 1;
42 echo "\n-- iteration $counter --\n";
48 $counter++;
H A Dfscanf_variation55.phpt45 $counter = 1;
66 $counter = 1;
75 echo "\n-- iteration $counter --\n";
80 $counter++;
H A Dpathinfo_basic1-win32.phpt56 $counter = 1;
59 echo "-- Iteration $counter --\n";
65 $counter++;
H A Dpopen_pclose_basic.phpt39 $counter = 0;
H A Dpathinfo_basic1.phpt56 $counter = 1;
59 echo "-- Iteration $counter --\n";
65 $counter++;
H A Dfgetc_basic.phpt40 for( $counter = 1; $counter <= 6; $counter++ ) {
/php-src/Zend/
H A Dzend_gc.c288 # define GC_BENCH_INC(counter) GC_G(counter)++ argument
289 # define GC_BENCH_DEC(counter) GC_G(counter)-- argument
290 # define GC_BENCH_PEAK(peak, counter) do { \ argument
291 if (GC_G(counter) > GC_G(peak)) { \
292 GC_G(peak) = GC_G(counter); \
296 # define GC_BENCH_INC(counter) argument
297 # define GC_BENCH_DEC(counter) argument
298 # define GC_BENCH_PEAK(peak, counter) argument
/php-src/ext/sodium/tests/
H A Dcrypto_stream_xchacha20.phpt45 // Piecewise, with initial counter:
/php-src/ext/standard/tests/array/
H A Darray_search_variation1.phpt41 $counter = 1;
44 echo "-- Iteration $counter --\n";
51 $counter++;
H A Din_array_variation1.phpt41 $counter = 1;
44 echo "-- Iteration $counter --\n";
51 $counter++;
H A Darray_slice.phpt23 $counter = 1;
29 echo"\n*** Iteration ".$counter." ***\n";
60 $counter++;
/php-src/tests/lang/
H A Dbug20175.phpt86 * comes from). First there is the global counter $oop_global again which
/php-src/ext/simplexml/
H A Dsimplexml.c365 int counter = 0; in sxe_prop_dim_write() local
486 ++counter; in sxe_prop_dim_write()
497 ++counter; in sxe_prop_dim_write()
518 ++counter; in sxe_prop_dim_write()
526 ++counter; in sxe_prop_dim_write()
536 ++counter; in sxe_prop_dim_write()
545 if (counter == 1) { in sxe_prop_dim_write()
556 } else if (counter > 1) { in sxe_prop_dim_write()
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt66 What happens is that $stmt gets overwritten. The reference counter of the
/php-src/ext/standard/tests/general_functions/
H A Dprint_r.phpt9 $counter = 1;
11 echo "\n-- Iteration $counter --\n";
19 $counter++;
H A Dprint_r_64bit.phpt13 $counter = 1;
15 echo "\n-- Iteration $counter --\n";
23 $counter++;
H A Dis_callable_basic2.phpt7 $counter = 1;
9 echo "-- Innerloop iteration $counter of Outerloop iteration $loop_counter --\n";
17 $counter++;
H A Dvar_dump.phpt13 $counter = 1;
15 echo "-- Iteration $counter --\n";
17 $counter++;
H A Dvar_dump_64bit.phpt13 $counter = 1;
15 echo "-- Iteration $counter --\n";
17 $counter++;
/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h163 int16_t *counter; member
328 int16_t *counter; member
H A Dzend_jit_trace.c3329 if (!ZEND_OP_TRACE_INFO(next_opline, offset)->counter) { in zend_jit_trace_setup_ret_counter()
3330 ZEND_OP_TRACE_INFO(next_opline, offset)->counter = in zend_jit_trace_setup_ret_counter()
7541 if (ZEND_OP_TRACE_INFO(opline, offset)->counter) { in zend_jit_trace_is_bad_root()
7542 *ZEND_OP_TRACE_INFO(opline, offset)->counter = in zend_jit_trace_is_bad_root()
7893 ++(*ZEND_OP_TRACE_INFO(opline, offset)->counter); in zend_jit_trace_hot_root()
8046 uint8_t *counter = JIT_G(exit_counters) + in zend_jit_trace_exit_is_bad() local
8052 (*counter)++; in zend_jit_trace_exit_is_bad()
8058 uint8_t *counter = JIT_G(exit_counters) + in zend_jit_trace_exit_is_hot() local
8061 if (*counter + 1 >= JIT_G(hot_side_exit)) { in zend_jit_trace_exit_is_hot()
8064 (*counter)++; in zend_jit_trace_exit_is_hot()
[all …]
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c583 sljit_s32 counter; in get_imm() local
599 counter = 8; in get_imm()
601 counter += 16; in get_imm()
605 counter += 8; in get_imm()
609 counter += 4; in get_imm()
613 counter += 2; in get_imm()
617 counter += 1; in get_imm()
621 SLJIT_ASSERT(counter <= 31); in get_imm()
626 …return ((imm >> 24) & 0x7f) | COPY_BITS(counter, 4, 26, 1) | COPY_BITS(counter, 1, 12, 3) | COPY_B… in get_imm()
/php-src/ext/mysqli/tests/
H A Dmysqli_last_insert_id.phpt80 // Sequence counter pattern...
/php-src/ext/mbstring/tests/
H A Dencoding_tests.inc8 // Test failed counter

Completed in 108 milliseconds

12345678910