Searched defs:step (Results 1 – 11 of 11) sorted by relevance
/PHP-8.3/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 | php_pdo_sqlite_int.h | 37 zval func, step, fini; member
|
/PHP-8.3/ext/random/ |
H A D | engine_pcgoneseq128xslrr64.c | 28 static inline void step(php_random_status_state_pcgoneseq128xslrr64 *s) in step() function
|
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_simd_inc.h | 127 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() 1155 static void replicate_imm_vector(struct sljit_compiler *compiler, int step, sljit_s32 dst_vreg, in replicate_imm_vector() 1197 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-8.3/ext/sqlite3/ |
H A D | php_sqlite3_structs.h | 51 zend_fcall_info_cache step; member
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 585 PHPDBG_COMMAND(step) /* {{{ */ in PHPDBG_COMMAND() argument
|
/PHP-8.3/ext/snmp/ |
H A D | snmp.c | 109 int step; member
|
/PHP-8.3/main/streams/ |
H A D | streams.c | 1521 int step = CHUNK_SIZE; in _php_stream_copy_to_mem() local
|
/PHP-8.3/Zend/ |
H A D | zend_hash.c | 719 ZEND_API void ZEND_FASTCALL zend_hash_iterators_advance(HashTable *ht, HashPosition step) in zend_hash_iterators_advance()
|
/PHP-8.3/ext/standard/ |
H A D | basic_functions.stub.php | 1652 function range(string|int|float $start, string|int|float $end, int|float $step = 1): array {}
|
H A D | array.c | 2855 zend_long step = 1; local
|
Completed in 91 milliseconds