Home
last modified time | relevance | path

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

1234

/PHP-8.3/Zend/tests/try/
H A Dfinally_goto_002.phpt14 Fatal error: jump into a finally block is disallowed in %sfinally_goto_002.php on line %d
H A Dfinally_goto_004.phpt14 Fatal error: jump into a finally block is disallowed in %sfinally_goto_004.php on line %d
H A Dtry_finally_005.phpt17 Fatal error: jump out of a finally block is disallowed in %stry_finally_005.php on line %d
H A Dtry_finally_008.phpt21 Fatal error: jump out of a finally block is disallowed in %stry_finally_008.php on line %d
H A Dtry_finally_007.phpt22 Fatal error: jump out of a finally block is disallowed in %stry_finally_007.php on line %d
H A Dtry_finally_009.phpt23 Fatal error: jump out of a finally block is disallowed in %stry_finally_009.php on line %d
/PHP-8.3/Zend/tests/
H A Djump17.phpt2 jump 17: goto into try/catch with finally
H A Djump09.phpt2 jump 09: goto into switch (backward)
H A Djump10.phpt2 jump 10: goto into switch (forward)
H A Djump13.phpt2 jump 10: goto with try blocks
H A Djump11.phpt2 jump 08: goto inside switch in constructor
H A Djump16.phpt2 jump 16: goto into try/catch
H A Djump05.phpt2 jump 05: goto from loop (forward)
H A Djump04.phpt2 jump 04: goto from loop (backward)
H A Djump15.phpt2 jump 15: goto from loop (forward)
H A Dgh11222.phpt2 GH-11222: foreach by-ref may jump over keys during a rehash
/PHP-8.3/Zend/asm/
H A Dmake_ppc32_sysv_xcoff_gas.S90 # zero in r3 indicates first jump to context-function
95 # jump to label 1
H A Dmake_ppc64_sysv_xcoff_gas.S102 # zero in r3 indicates first jump to context-function
107 # jump to label 1
H A Djump_ppc64_sysv_macho_gas.S147 ; zero in r3 indicates first jump to context-function
155 ; jump to context
163 ; jump to context
/PHP-8.3/ext/random/tests/02_engine/
H A Dpcgoneseq128xslrr64_value.phpt14 $engine->jump(1234567);
H A Dxoshiro256starstar_value.phpt14 $engine->jump();
/PHP-8.3/ext/random/
H A Drandom.stub.php68 public function jump(int $advance): void {} function in Random\\Engine\\PcgOneseq128XslRr64
90 public function jump(): void {} function in Random\\Engine\\Xoshiro256StarStar
/PHP-8.3/ext/opcache/tests/
H A Djmp_elim_001.phpt2 Edge-cases in constant conditional jump elimination
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c238 jump->addr++; in generate_far_jump_code()
242 jump->addr++; in generate_far_jump_code()
247 jump->addr += 2; in generate_far_jump_code()
250 if (jump->flags & JUMP_LABEL) in generate_far_jump_code()
251 jump->flags |= PATCH_MW; in generate_far_jump_code()
253 …sljit_unaligned_store_sw(code_ptr, (sljit_sw)(jump->u.target - (jump->addr + 4) - (sljit_uw)execut… in generate_far_jump_code()
999 struct sljit_jump *jump; in sljit_emit_call() local
1024 PTR_FAIL_IF(jump == NULL); in sljit_emit_call()
1027 return jump; in sljit_emit_call()
1040 PTR_FAIL_IF(jump == NULL); in sljit_emit_call()
[all …]
H A DsljitLir.c525 jump->u.label = label; in sljit_set_label()
650 if (jump && jump->addr < result) in compute_next_addr()
651 result = jump->addr; in compute_next_addr()
713 jump->next = NULL; in set_jump()
714 jump->flags = flags; in set_jump()
718 compiler->jumps = jump; in set_jump()
1062 struct sljit_jump *jump; in check_sljit_generate_code() local
1069 jump = compiler->jumps; in check_sljit_generate_code()
1070 while (jump) { in check_sljit_generate_code()
1073 jump = jump->next; in check_sljit_generate_code()
[all …]

Completed in 42 milliseconds

1234