Home
last modified time | relevance | path

Searched refs:step (Results 1 – 25 of 59) sorted by last modified time

123

/php-src/ext/sqlite3/
H A Dsqlite3.c886 sqlite3_do_callback(&func->step, argc, argv, context, 1); in php_sqlite3_callback_step()
1019 zend_fcc_dup(&func->step, &step_fcc); in PHP_METHOD()
2205 if (ZEND_FCC_INITIALIZED(func->step)) { in php_sqlite3_object_free_storage()
2206 zend_fcc_dtor(&func->step); in php_sqlite3_object_free_storage()
2258 php_sqlite3_gc_buffer_add_fcc(gc_buffer, &func->step); in php_sqlite3_get_gc()
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_create_aggregate_no_leak.phpt26 $step = [$o, 'step'];
29 var_dump($db->createAggregate('', $step, $finalize, 1));
32 var_dump($db->createAggregate(new stdClass(), $step, $finalize, new stdClass()));
37 var_dump($db->createAggregate('S', $step, $finalize, new stdClass()));
42 var_dump($db->createAggregate('S', $step, 'no_func', 1));
53 var_dump($db->createAggregate('S', $step, $finalize, 'not a number'));
63 var_dump($obj->createAggregate('S', $step, $finalize, 1));
68 var_dump($db->createAggregate('S', $step, $finalize, 1));
/php-src/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h37 zend_fcall_info_cache step; member
H A Dsqlite_driver.c118 if (ZEND_FCC_INITIALIZED(func->step)) { in pdo_sqlite_cleanup_callbacks()
119 zend_fcc_dtor(&func->step); in pdo_sqlite_cleanup_callbacks()
437 do_callback(&func->step, argc, argv, context, 1); in php_sqlite3_func_step_callback()
576 zend_fcc_dup(&func->step, &step_fcc); in pdo_sqlite_create_aggregate_internal()
703 if (ZEND_FCC_INITIALIZED(func->step)) { in pdo_sqlite_get_gc()
704 zend_get_gc_buffer_add_fcc(gc_buffer, &func->step); in pdo_sqlite_get_gc()
H A Dpdo_sqlite_arginfo.h6 ZEND_ARG_TYPE_INFO(0, step, IS_CALLABLE, 0)
H A Dsqlite_driver_arginfo.h13 ZEND_ARG_TYPE_INFO(0, step, IS_CALLABLE, 0)
H A Dpdo_sqlite.stub.php37 callable $step, argument
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createaggregate_arg_error.phpt19 $db->createAggregate(null, [new TrampolineTest(), 'step'], null, 1);
25 $db->createAggregate(null, null, [new TrampolineTest(), 'step'], 1);
31 $db->createAggregate(null, [new TrampolineTest(), 'step'], [new TrampolineTest(), 'step'], 1);
43 $db->createAggregate('S', [new TrampolineTest(), 'step'], null, 1);
49 …$db->createAggregate('S', [new TrampolineTest(), 'step'], [new TrampolineTest(), 'finalize'], null…
60 PdoSqlite::createAggregate(): Argument #2 ($step) must be a valid callback, no array or string given
H A Dpdo_sqlite_createaggregate_002.phpt24 PdoSqlite::createAggregate(): Argument #2 ($step) must be a valid callback, function "a" not found …
H A Dpdo_sqlite_createaggregate_trampoline.phpt30 var_dump($db->createAggregate('S', [new TrampolineTest(), 'step'], [new TrampolineTest(), 'finalize…
39 Trampoline for step
40 Trampoline for step
41 Trampoline for step
42 Trampoline for step
43 Trampoline for step
44 Trampoline for step
45 Trampoline for step
46 Trampoline for step
47 Trampoline for step
[all …]
/php-src/ext/random/
H A Dengine_pcgoneseq128xslrr64.c30 static inline void step(php_random_status_state_pcgoneseq128xslrr64 *s) in step() function
41 step(s); in php_random_pcgoneseq128xslrr64_seed128()
43 step(s); in php_random_pcgoneseq128xslrr64_seed128()
50 step(s); in generate()
/php-src/build/
H A Dlibtool.m41331 # Ok, now we have the path, separated by spaces, we can step through it
/php-src/ext/pdo_sqlite/tests/
H A Dgh13998.phpt7 $step = function () {
16 $db->sqliteCreateAggregate('S', $step, $finalize, 1);
/php-src/ext/standard/
H A Dbasic_functions.stub.php1680 function range(string|int|float $start, string|int|float $end, int|float $step = 1): array {} argument
H A Dbasic_functions_arginfo.h186 ZEND_ARG_TYPE_MASK(0, step, MAY_BE_LONG|MAY_BE_DOUBLE, "1")
H A Darray.c2970 zend_long step = 1; local
2997 step = zend_dval_to_lval(step_double);
3002 step = Z_LVAL_P(user_step);
3004 if (step < 0) {
3006 step *= -1;
3008 step_double = (double) step;
3075 if (low - high < step) {
3085 if (((signed int)low - step) < 0) {
3094 if (high - low < step) {
3103 if (((signed int)low + step) > 255) {
[all …]
/php-src/main/streams/
H A Dstreams.c1516 int step = CHUNK_SIZE; in _php_stream_copy_to_mem() local
1563 buflen = MAX(ssbuf.sb.st_size - src->position, 0) + step; in _php_stream_copy_to_mem()
1568 buflen = step; in _php_stream_copy_to_mem()
1581 if (maxlen > 0 && buflen + step > maxlen) { in _php_stream_copy_to_mem()
1584 buflen += step; in _php_stream_copy_to_mem()
/php-src/docs/
H A Dmailinglist-rules.md60 2. Consider taking a step back from a very active thread now and then. Maybe
/php-src/docs/source/core/data-structures/
H A Dzval.rst82 intimidating at first. We'll go over it step by step.
H A Dzend_string.rst191 With opcache, this goes one step further by sharing strings across different processes. For example,
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst159 Let's step through the opcodes form the example above:
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h141 SLJIT_ASSERT(step >= 0 && step <= 3); in fast_forward_char_pair_sse2_compare()
145 if (step == 0) in fast_forward_char_pair_sse2_compare()
161 if (step != 2) in fast_forward_char_pair_sse2_compare()
177 if (step == 2) in fast_forward_char_pair_sse2_compare()
180 if (step == 0) in fast_forward_char_pair_sse2_compare()
182 step = 2; in fast_forward_char_pair_sse2_compare()
187 switch (step) in fast_forward_char_pair_sse2_compare()
1141 SLJIT_ASSERT(step >= 0 && step <= 1); in replicate_imm_vector()
1156 if (step == 0) in replicate_imm_vector()
1182 SLJIT_ASSERT(step >= 0 && step <= 2); in fast_forward_char_pair_sse2_compare()
[all …]
/php-src/Zend/
H A Dzend_hash.c719 ZEND_API void ZEND_FASTCALL zend_hash_iterators_advance(HashTable *ht, HashPosition step) in zend_hash_iterators_advance() argument
726 iter->pos += step; in zend_hash_iterators_advance()
/php-src/ext/gd/tests/
H A Dimagegammacorrect_variation2.phpt2 Apply imagegammacorrect() to a step wedge
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c1309 size_t step=(l>>5)+1;
1311 for(l1=l;l1>=step;l1-=step)
5200 lua_Number step=nvalue(ra+2);
5201 lua_Number idx=luai_numadd(nvalue(ra),step);
5203 if(luai_numlt(0,step)?luai_numle(idx,limit)

Completed in 313 milliseconds

123