Searched refs:jumps (Results 1 – 21 of 21) sorted by relevance
/PHP-8.3/ext/standard/tests/strings/ |
H A D | explode.phpt | 46 var_dump(explode(":","a lazy dog:jumps:over:",-1)); 47 var_dump(explode(":","a lazy dog:jumps:over", -1)); 48 var_dump(explode(":","a lazy dog:jumps:over", -2)); 49 var_dump(explode(":","a lazy dog:jumps:over:",-4)); 50 var_dump(explode(":","a lazy dog:jumps:over:",-40000000000000)); 51 var_dump(explode(":^:","a lazy dog:^:jumps::over:^:",-1)); 52 var_dump(explode(":^:","a lazy dog:^:jumps::over:^:",-2)); 159 string(5) "jumps" 167 string(5) "jumps" 181 string(11) "jumps::over"
|
/PHP-8.3/ext/hash/tests/ |
H A D | gost.phpt | 6 echo hash('gost', 'The quick brown fox jumps over the lazy dog'), "\n"; 7 echo hash('gost', 'The quick brown fox jumps over the lazy cog'), "\n"; 13 echo hash('gost-crypto', 'The quick brown fox jumps over the lazy dog'), "\n"; 14 echo hash('gost-crypto', 'The quick brown fox jumps over the lazy cog'), "\n";
|
H A D | sha3.phpt | 12 'The quick brown fox jumps over the lazy dog', 13 'The quick brown fox jumps over the lazy dog.', 35 == The+quick+brown+fox+jumps+over+the+lazy+dog == 40 == The+quick+brown+fox+jumps+over+the+lazy+dog. ==
|
H A D | snefru.phpt | 6 echo hash('snefru', 'The quick brown fox jumps over the lazy dog'), "\n";
|
/PHP-8.3/ext/zlib/tests/ |
H A D | bug71417.phpt | 9 $plain = "The quick brown fox jumps over the lazy dog."; 17 // --> read: string(44) "The quick brown fox jumps over the lazx8dog." 24 // --> read: string(32) "The quick brown fox jumps over t" 32 // --> read: string(44) "The quick brown fox jumps over the lazy dog." 39 // read: string(44) "The quick brown fox jumps over the lazy dog." 78 read: string(3%d) "The quick brown fox jumps over%s"
|
/PHP-8.3/ext/random/tests/02_engine/ |
H A D | pcgoneseq128xslrr64_jump_error.phpt | 2 Random: Engine: PcgOneseq128XslRr64: Negative jumps must be rejected
|
/PHP-8.3/ext/bz2/tests/ |
H A D | bug71263.phpt | 9 $plain = "The quick brown fox jumps over the lazy dog.";
|
/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.h | 418 struct sljit_jump *jumps; member
|
H A D | sljitNativeSPARC_common.c | 328 jump = compiler->jumps; in sljit_generate_code() 390 jump = compiler->jumps; in sljit_generate_code()
|
H A D | sljitNativeARM_64.c | 263 jump = compiler->jumps; in sljit_generate_code() 320 jump = compiler->jumps; in sljit_generate_code()
|
H A D | sljitLir.c | 718 compiler->jumps = jump; in set_jump() 1069 jump = compiler->jumps; in check_sljit_generate_code()
|
H A D | sljitNativePPC_common.c | 442 jump = compiler->jumps; in sljit_generate_code() 544 jump = compiler->jumps; in sljit_generate_code()
|
H A D | sljitNativeX86_common.c | 610 jump = compiler->jumps; in sljit_generate_code() 673 jump = compiler->jumps; in sljit_generate_code()
|
H A D | sljitNativeARM_T2_32.c | 405 jump = compiler->jumps; in sljit_generate_code() 461 jump = compiler->jumps; in sljit_generate_code()
|
H A D | sljitNativeRISCV_common.c | 404 jump = compiler->jumps; in sljit_generate_code() 472 jump = compiler->jumps; in sljit_generate_code()
|
H A D | sljitNativeS390X.c | 1446 jump = compiler->jumps; in sljit_generate_code() 1534 jump = compiler->jumps; in sljit_generate_code()
|
H A D | sljitNativeARM_32.c | 722 jump = compiler->jumps; in sljit_generate_code() 858 jump = compiler->jumps; in sljit_generate_code()
|
H A D | sljitNativeMIPS_common.c | 601 jump = compiler->jumps; in sljit_generate_code() 669 jump = compiler->jumps; in sljit_generate_code()
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_arm64.dasc | 15589 /* reuse this veneer for the future jumps to global label */
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 27376 # allow forward jumps only 27442 # forward jumps
|
H A D | magic私はガラスを食べられます | 27376 # allow forward jumps only 27442 # forward jumps
|
Completed in 384 milliseconds