Searched refs:jumps (Results 1 – 19 of 19) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/testdata/ |
H A D | grepinput | 15 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the 17 jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick 18 brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. 20 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the 22 jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick 23 brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. 25 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the 27 jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick 28 brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. 30 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the [all …]
|
H A D | grepinputv | 2 fox jumps 4 This time it jumps and jumps and jumps.
|
H A D | grepbinary | 1 The quick brown fx jumps over the lazy dog.
|
H A D | grepoutput | 115 583:brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. 456 This time it jumps and jumps and jumps. 643 testdata/grepinputv:fox jumps 665 The quick brown fx jumps over the lazy dog. 668 The quick brown fx jumps over the lazy dog. 671 The quick brown fx jumps over the lazy dog.
|
/PHP-7.0/ext/standard/tests/strings/ |
H A D | explode.phpt | 27 var_dump(explode(":","a lazy dog:jumps:over:",-1)); 28 var_dump(explode(":","a lazy dog:jumps:over", -1)); 29 var_dump(explode(":","a lazy dog:jumps:over", -2)); 30 var_dump(explode(":","a lazy dog:jumps:over:",-4)); 31 var_dump(explode(":","a lazy dog:jumps:over:",-40000000000000)); 32 var_dump(explode(":^:","a lazy dog:^:jumps::over:^:",-1)); 33 var_dump(explode(":^:","a lazy dog:^:jumps::over:^:",-2)); 139 string(5) "jumps" 147 string(5) "jumps" 161 string(11) "jumps::over"
|
/PHP-7.0/ext/hash/tests/ |
H A D | gost.phpt | 8 echo hash('gost', 'The quick brown fox jumps over the lazy dog'), "\n"; 9 echo hash('gost', 'The quick brown fox jumps over the lazy cog'), "\n"; 15 echo hash('gost-crypto', 'The quick brown fox jumps over the lazy dog'), "\n"; 16 echo hash('gost-crypto', 'The quick brown fox jumps over the lazy cog'), "\n";
|
H A D | snefru.phpt | 8 echo hash('snefru', 'The quick brown fox jumps over the lazy dog'), "\n";
|
/PHP-7.0/ext/spl/internal/ |
H A D | recursiveiteratoriterator.inc | 31 /** Flag: Catches exceptions during getChildren() calls and simply jumps 50 * getChildren() calls and simply jumps to the next
|
/PHP-7.0/ext/pcre/pcrelib/sljit/ |
H A D | sljitLir.h | 304 struct sljit_jump *jumps; member
|
H A D | sljitNativeSPARC_common.c | 296 jump = compiler->jumps; in sljit_generate_code() 345 jump = compiler->jumps; in sljit_generate_code()
|
H A D | sljitLir.c | 608 compiler->jumps = jump; in set_jump() 915 jump = compiler->jumps; in check_sljit_generate_code()
|
H A D | sljitNativeARM_64.c | 232 jump = compiler->jumps; in sljit_generate_code() 276 jump = compiler->jumps; in sljit_generate_code()
|
H A D | sljitNativeARM_T2_32.c | 366 jump = compiler->jumps; in sljit_generate_code() 410 jump = compiler->jumps; in sljit_generate_code()
|
H A D | sljitNativeMIPS_common.c | 384 jump = compiler->jumps; in sljit_generate_code() 433 jump = compiler->jumps; in sljit_generate_code()
|
H A D | sljitNativePPC_common.c | 349 jump = compiler->jumps; in sljit_generate_code() 433 jump = compiler->jumps; in sljit_generate_code()
|
H A D | sljitNativeTILEGX_64.c | 1021 jump = compiler->jumps; in sljit_generate_code() 1073 jump = compiler->jumps; in sljit_generate_code()
|
H A D | sljitNativeARM_32.c | 607 jump = compiler->jumps; in sljit_generate_code() 730 jump = compiler->jumps; in sljit_generate_code()
|
H A D | sljitNativeX86_common.c | 472 jump = compiler->jumps; in sljit_generate_code() 526 jump = compiler->jumps; in sljit_generate_code()
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | ChangeLog | 367 with table jumps. 491 10. Another JIT related optimization: use table jumps for selecting the correct
|
Completed in 101 milliseconds