Home
last modified time | relevance | path

Searched refs:jump (Results 26 – 32 of 32) sorted by relevance

12

/PHP-5.4/ext/mysql/tests/
H A Dmysql_db_name.phpt61 Warning: mysql_db_name(): Unable to jump to row -1 on MySQL result index %d in %s on line %d
63 Warning: mysql_db_name(): Unable to jump to row %d on MySQL result index %d in %s on line %d
H A Dmysql_result.phpt68 Warning: mysql_result(): Unable to jump to row -1 on MySQL result index %d in %s on line %d
71 Warning: mysql_result(): Unable to jump to row 2 on MySQL result index %d in %s on line %d
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitLir.h1056 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label);
1058 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_target(struct sljit_jump *jump, sljit_uw target);
1100 static SLJIT_INLINE sljit_uw sljit_get_jump_addr(struct sljit_jump *jump) { return jump->addr; } in sljit_get_jump_addr() argument
H A DsljitNativeX86_64.c42 static sljit_ub* generate_far_jump_code(struct sljit_jump *jump, sljit_ub *code_ptr, sljit_si type) in generate_far_jump_code() argument
53 jump->addr = (sljit_uw)code_ptr; in generate_far_jump_code()
55 if (jump->flags & JUMP_LABEL) in generate_far_jump_code()
56 jump->flags |= PATCH_MD; in generate_far_jump_code()
58 *(sljit_sw*)code_ptr = jump->u.target; in generate_far_jump_code()
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic6718 # real x86 boot sector with jump instruction
6958 # minimal short forward jump found 0x29 for bootloaders or 0x0
6959 # maximal short forward jump is 0x7f
13294 # many compressed/converted COMs start with a copy loop instead of a jump
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt7115 Once again, it cannot jump back into the recursion to try other alter-
7392 ing can "jump back" to the left of the entire atomic group or asser-
/PHP-5.4/
H A DNEWS4535 . Added "jump label" operator (limited "goto"). (Dmitry, Sara)

Completed in 97 milliseconds

12