Searched defs:step (Results 1 – 12 of 12) sorted by relevance
/php-src/ext/pdo_sqlite/ |
H A D | sqlite_driver.stub.php | 14 …public function sqliteCreateAggregate(string $name, callable $step, callable $finalize, int $numAr…
|
H A D | pdo_sqlite.stub.php | 39 callable $step,
|
H A D | php_pdo_sqlite_int.h | 37 zend_fcall_info_cache step; member
|
/php-src/ext/random/ |
H A D | engine_pcgoneseq128xslrr64.c | 30 static inline void step(php_random_status_state_pcgoneseq128xslrr64 *s) in step() function
|
/php-src/ext/sqlite3/ |
H A D | php_sqlite3_structs.h | 51 zend_fcall_info_cache step; member
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_simd_inc.h | 125 …sljit_s32 reg_type, int step, sljit_s32 dst_ind, sljit_s32 cmp1_ind, sljit_s32 cmp2_ind, sljit_s32… in fast_forward_char_pair_sse2_compare() 1136 static void replicate_imm_vector(struct sljit_compiler *compiler, int step, sljit_s32 dst_vreg, in replicate_imm_vector() 1178 int step, sljit_s32 dst_ind, sljit_s32 cmp1_ind, sljit_s32 cmp2_ind, sljit_s32 tmp_ind) in fast_forward_char_pair_sse2_compare()
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 585 PHPDBG_COMMAND(step) /* {{{ */ in PHPDBG_COMMAND() argument
|
/php-src/ext/snmp/ |
H A D | snmp.c | 114 int step; member
|
/php-src/main/streams/ |
H A D | streams.c | 1521 int step = CHUNK_SIZE; in _php_stream_copy_to_mem() local
|
/php-src/Zend/ |
H A D | zend_hash.c | 724 ZEND_API void ZEND_FASTCALL zend_hash_iterators_advance(const HashTable *ht, HashPosition step) in zend_hash_iterators_advance()
|
/php-src/ext/standard/ |
H A D | basic_functions.stub.php | 1660 function range(string|int|float $start, string|int|float $end, int|float $step = 1): array {}
|
H A D | array.c | 2964 zend_long step = 1; local
|
Completed in 69 milliseconds