Searched defs:skip (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/dba/ |
H A D | dba.stub.php | 38 function dba_fetch(string|array $key, $dba, $skip = 0): string|false {}
|
H A D | dba.c | 1020 zend_long skip = 0; in PHP_FUNCTION() local
|
/php-src/ext/standard/libavifinfo/ |
H A D | avifinfo.c | 102 skip_stream_t skip; // Used to advance the position in the 'stream'. member 713 skip_stream_t skip) { in AvifInfoIdentifyStream() 724 skip_stream_t skip, in AvifInfoGetFeaturesStream()
|
/php-src/ext/dba/libinifile/ |
H A D | inifile.c | 241 val_type inifile_fetch(inifile *dba, const key_type *key, int skip) { in inifile_fetch()
|
/php-src/Zend/ |
H A D | zend_language_scanner.l | 1181 size_t skip; in strip_multiline_string_indentation() local
|
H A D | zend_vm_def.h | 5447 uint32_t skip = opline->extended_value; variable 9546 uint32_t arg_count, result_size, skip; variable
|
H A D | zend_execute.c | 5561 #define ZEND_VM_NEXT_OPCODE_EX(check_exception, skip) \ argument
|
H A D | zend_vm_execute.h | 2540 uint32_t skip = opline->extended_value; in ZEND_SEND_ARRAY_SPEC_HANDLER() local 11431 uint32_t arg_count, result_size, skip; in ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER() local 38216 uint32_t arg_count, result_size, skip; in ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER() local
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit.c | 256 int skip; in zend_jit_needs_call_chain() local
|
H A D | zend_jit_ir.c | 17571 ir_ref skip = ir_END(); local
|
/php-src/sapi/litespeed/ |
H A D | lsapilib.c | 1847 int skip = 0; in LSAPI_Write_r() local
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir.c | 1256 ir_ref skip = 0; local
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 10815 struct sljit_jump *skip; in compile_bracket_matchingpath() local
|
Completed in 265 milliseconds